tensorflow :: operaciones :: SerializeSparse
#include <sparse_ops.h> SparseTensor un SparseTensor en un objeto [3] Tensor .
Resumen
Argumentos:
- alcance: un objeto de alcance
-  índices_escamas: 2-D. Los indicesdelSparseTensor.
-  sparse_values: 1-D. Los valuesdeSparseTensor.
-  sparse_shape: 1-D. La shapedelSparseTensor.
 Atributos opcionales (consulte Attrs ):
-  out_type: el dtypeque se utilizará para la serialización; los tipos admitidos sonstring(predeterminado) yvariant.
Devoluciones:
-  Output: el tensor serialized_sparse.
| Constructores y Destructores | |
|---|---|
| SerializeSparse (const :: tensorflow::Scope & scope, :: tensorflow::Input sparse_indices, :: tensorflow::Input sparse_values, :: tensorflow::Input sparse_shape) | |
| SerializeSparse (const :: tensorflow::Scope & scope, :: tensorflow::Input sparse_indices, :: tensorflow::Input sparse_values, :: tensorflow::Input sparse_shape, const SerializeSparse::Attrs & attrs) | 
| Atributos públicos | |
|---|---|
| operation | |
| serialized_sparse | |
| Funciones publicas | |
|---|---|
| node () const | ::tensorflow::Node * | 
| operator::tensorflow::Input () const | |
| operator::tensorflow::Output () const | |
| Funciones estáticas públicas | |
|---|---|
| OutType (DataType x) | |
| Estructuras | |
|---|---|
| tensorflow :: ops :: SerializeSparse :: Attrs | Establecedores de atributos opcionales para SerializeSparse . | 
Atributos públicos
operación
Operation operation
serialized_sparse
::tensorflow::Output serialized_sparse
Funciones publicas
SerializeSparse
SerializeSparse( const ::tensorflow::Scope & scope, ::tensorflow::Input sparse_indices, ::tensorflow::Input sparse_values, ::tensorflow::Input sparse_shape )
SerializeSparse
SerializeSparse( const ::tensorflow::Scope & scope, ::tensorflow::Input sparse_indices, ::tensorflow::Input sparse_values, ::tensorflow::Input sparse_shape, const SerializeSparse::Attrs & attrs )
nodo
::tensorflow::Node * node() const
operador :: tensorflow :: Entrada
operator::tensorflow::Input() const
operador :: tensorflow :: Salida
operator::tensorflow::Output() const
Funciones estáticas públicas
Tipo de salida
Attrs OutType( DataType x )