TensorInfo

publiczna klasa końcowa TensorInfo

 Information about a Tensor necessary for feeding or retrieval.
 
Protobuf typu tensorflow.TensorInfo

Klasy zagnieżdżone

klasa TensorInfo.Builder
 Information about a Tensor necessary for feeding or retrieval. 
klasa TensorInfo.CompositeTensor
 Generic encoding for composite tensors. 
interfejs TensorInfo.CompositeTensorOrBuilder
klasa TensorInfo.CooSparse
 For sparse tensors, The COO encoding stores a triple of values, indices,
 and shape. 
interfejs TensorInfo.CooSparseOrBuilder
wyliczenie TensorInfo.EncodingCase

Stałe

wew COMPOSITE_TENSOR_FIELD_NUMBER
wew COO_SPARSE_FIELD_NUMBER
wew DTYPE_FIELD_NUMBER
wew NAME_FIELD_NUMBER
wew TENSOR_SHAPE_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
TensorInfo.CompositeTensor
getCompositeTensor ()
 Generic encoding for CompositeTensors.
TensorInfo.CompositeTensorOrBuilder
getCompositeTensorOrBuilder ()
 Generic encoding for CompositeTensors.
TensorInfo.CooSparse
getCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.CooSparseOrBuilder
getCooSparseOrBuilder ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
statyczne informacje o Tensorze
Informacje Tensora
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
Typ danych
getDtype ()
.tensorflow.DataType dtype = 2;
wew
getDtypeValue ()
.tensorflow.DataType dtype = 2;
TensorInfo.EncodingCase
Strunowy
pobierz nazwę ()
 For dense `Tensor`s, the name of the tensor in the graph.
com.google.protobuf.ByteString
getNameBytes ()
 For dense `Tensor`s, the name of the tensor in the graph.
wew
TensorShapeProto
pobierzTensorShape ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorShapeProtoOrBuilder
getTensorShapeOrBuilder ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
końcowy com.google.protobuf.UnknownFieldSet
wartość logiczna
maCompositeTensor ()
 Generic encoding for CompositeTensors.
wartość logiczna
maCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
wartość logiczna
maTensorShape ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
wew
końcowa wartość logiczna
statyczny TensorInfo.Builder
newBuilder (prototyp TensorInfo )
statyczny TensorInfo.Builder
TensorInfo.Builder
statyczne informacje o Tensorze
parseDelimitedFrom (wejście strumienia wejściowego)
statyczne informacje o Tensorze
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne informacje o Tensorze
parseFrom (dane ByteBuffer)
statyczne informacje o Tensorze
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne informacje o Tensorze
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne informacje o Tensorze
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczne informacje o Tensorze
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczne informacje o Tensorze
parseFrom (dane com.google.protobuf.ByteString)
statyczne informacje o Tensorze
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne informacje o Tensorze
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
TensorInfo.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int COMPOSITE_TENSOR_FIELD_NUMBER

Wartość stała: 5

publiczny statyczny końcowy int COO_SPARSE_FIELD_NUMBER

Wartość stała: 4

publiczny statyczny końcowy int DTYPE_FIELD_NUMBER

Wartość stała: 2

publiczny statyczny końcowy int NAME_FIELD_NUMBER

Wartość stała: 1

publiczny statyczny końcowy int TENSOR_SHAPE_FIELD_NUMBER

Wartość stała: 3

Metody publiczne

publiczna wartość logiczna równa się (obiekt obiektu)

publiczny TensorInfo.CompositeTensor getCompositeTensor ()

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

public TensorInfo.CompositeTensorOrBuilder getCompositeTensorOrBuilder ()

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

publiczny TensorInfo.CooSparse getCooSparse ()

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

publiczny TensorInfo.CooSparseOrBuilder getCooSparseOrBuilder ()

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

publiczny statyczny TensorInfo getDefaultInstance ()

publiczny TensorInfo getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

publiczny typ danych getDtype ()

.tensorflow.DataType dtype = 2;

publiczny int getDtypeValue ()

.tensorflow.DataType dtype = 2;

publiczny TensorInfo.EncodingCase getEncodingCase ()

public String getName ()

 For dense `Tensor`s, the name of the tensor in the graph.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

 For dense `Tensor`s, the name of the tensor in the graph.
 
string name = 1;

publiczny getParserForType ()

publiczny int getSerializedSize ()

publiczny TensorShapeProto getTensorShape ()

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

publiczny TensorShapeProtoOrBuilder getTensorShapeOrBuilder ()

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()

publiczna wartość logiczna maCompositeTensor ()

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

publiczna wartość logiczna hasCooSparse ()

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

publiczna wartość logiczna hasTensorShape ()

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

publiczny statyczny TensorInfo.Builder newBuilder (prototyp TensorInfo )

publiczny statyczny TensorInfo.Builder newBuilder ()

publiczny TensorInfo.Builder newBuilderForType ()

public static TensorInfo parseDelimitedFrom (wejścieInputStream)

Rzuca
Wyjątek IO

publiczny statyczny TensorInfo parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static TensorInfo parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static TensorInfo parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

publiczny statyczny TensorInfo parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static TensorInfo parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

publiczny statyczny TensorInfo parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny TensorInfo parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny TensorInfo parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static TensorInfo parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

publiczny TensorInfo.Builder toBuilder ()

public void writeTo (wyjście com.google.protobuf.CodedOutputStream)

Rzuca
Wyjątek IO