Google I/O'yu ayarladığınız için teşekkür ederiz. İsteğe bağlı olarak tüm oturumları görüntüleyin İsteğe bağlı olarak izleyin

tensorflow :: ops :: SparseTensorDenseAdd

#include <sparse_ops.h>

Bir yukarı ekler SparseTensor ve yoğun Tensor yoğun üreten Tensor .

Özet

Bu a_indices , a_indices standart sözlük sırasına göre sıralanmasını gerektirmez.

Argümanlar:

  • kapsam: Bir Scope nesnesi
  • a_indices: 2-D. SparseTensor indices , şekilli [nnz, ndims] .
  • a_values: 1-D. SparseTensor values [nnz] şeklinde.
  • a_shape: 1-D. shape ve SparseTensor , şekli ile [ndims] .
  • b: ndims -D Tensör . a_shape şekli ile.

İadeler:

  • Output : Çıkış tensörü.

Yapıcılar ve Yıkıcılar

SparseTensorDenseAdd (const :: tensorflow::Scope & scope, :: tensorflow::Input a_indices, :: tensorflow::Input a_values, :: tensorflow::Input a_shape, :: tensorflow::Input b)

Genel özellikler

operation
output

Kamusal işlevler

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Genel özellikler

operasyon

Operation operation

çıktı

::tensorflow::Output output

Kamusal işlevler

SparseTensorDenseAdd

 SparseTensorDenseAdd(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input a_indices,
  ::tensorflow::Input a_values,
  ::tensorflow::Input a_shape,
  ::tensorflow::Input b
)

düğüm

::tensorflow::Node * node() const 

operator :: tensorflow :: Girdi

 operator::tensorflow::Input() const 

operator :: tensorflow :: Çıktı

 operator::tensorflow::Output() const