Tensorflow :: ops :: SparseTensorDenseAdd
#include <sparse_ops.h>
SparseTensor
einen SparseTensor
und einen dichten Tensor
, wodurch ein dichter Tensor
.
Zusammenfassung
Für diese a_indices
muss a_indices
nicht in lexikografischer Standardreihenfolge sortiert werden.
Argumente:
- scope: Ein Scope- Objekt
- a_indices: 2-D. Die
indices
desSparseTensor
mit Form[nnz, ndims]
. - a_Werte: 1-D. Die
values
desSparseTensor
mit Form[nnz]
. - a_shape: 1-D. Die
shape
desSparseTensor
mit der Form[ndims]
. - b:
ndims
-D Tensor . Mit Forma_shape
.
Kehrt zurück:
-
Output
: Der Ausgangstensor.
Konstruktoren und Destruktoren | |
---|---|
SparseTensorDenseAdd (const :: tensorflow::Scope & scope, :: tensorflow::Input a_indices, :: tensorflow::Input a_values, :: tensorflow::Input a_shape, :: tensorflow::Input b) |
Öffentliche Attribute | |
---|---|
operation | |
output |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche Attribute
Operation
Operation operation
Ausgabe
::tensorflow::Output output
Öffentliche Funktionen
SparseTensorDenseAdd
SparseTensorDenseAdd( const ::tensorflow::Scope & scope, ::tensorflow::Input a_indices, ::tensorflow::Input a_values, ::tensorflow::Input a_shape, ::tensorflow::Input b )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const