Tensorflow :: ops :: ImmutableConst
#include <array_ops.h>
Gibt einen unveränderlichen Tensor aus dem Speicherbereich zurück.
Zusammenfassung
Die aktuelle Implementierung bildet den Tensor aus einer Datei ab.
Argumente:
- scope: Ein Scope- Objekt
- dtype: Typ des zurückgegebenen Tensors.
- Form: Form des zurückgegebenen Tensors.
- memory_region_name: Name des vom Tensor verwendeten schreibgeschützten Speicherbereichs, siehe NewReadOnlyMemoryRegionFromFile in tensorflow :: Env.
Kehrt zurück:
-
Output
: Der Tensortensor.
Konstruktoren und Destruktoren | |
---|---|
ImmutableConst (const :: tensorflow::Scope & scope, DataType dtype, PartialTensorShape shape, StringPiece memory_region_name) |
Öffentliche Attribute | |
---|---|
operation | |
tensor |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche Attribute
Operation
Operation operation
Tensor
::tensorflow::Output tensor
Öffentliche Funktionen
ImmutableConst
ImmutableConst( const ::tensorflow::Scope & scope, DataType dtype, PartialTensorShape shape, StringPiece memory_region_name )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const