tensoreflusso:: ops:: SparseTensorDenseAdd

#include <sparse_ops.h>

Somma uno SparseTensor e un Tensor denso, producendo un Tensor denso.

Riepilogo

Questa operazione non richiede che a_indices siano ordinati nell'ordine lessicografico standard.

Argomenti:

  • scope: un oggetto Scope
  • a_indici: 2-D. Gli indices dello SparseTensor , con forma [nnz, ndims] .
  • valori_a: 1-D. I values dello SparseTensor , con forma [nnz] .
  • a_forma: 1-D. La shape dello SparseTensor , con forma [ndims] .
  • b: ndims -D Tensore . Con forma a_shape .

Ritorna:

  • Output : il tensore di uscita.

Costruttori e distruttori

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

Attributi pubblici

operation
output

Funzioni pubbliche

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

Attributi pubblici

operazione

Operation operation

produzione

::tensorflow::Output output

Funzioni pubbliche

SparseTensorDenseAdd

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

nodo

::tensorflow::Node * node() const 

operatore::tensorflow::Input

 operator::tensorflow::Input() const 

operatore::tensorflow::Output

 operator::tensorflow::Output() const