TensorInfo

genel final sınıfı TensorInfo

 Information about a Tensor necessary for feeding or retrieval.
 
Protobuf türü tensorflow.TensorInfo

İç İçe Sınıflar

sınıf TensorInfo.Builder
 Information about a Tensor necessary for feeding or retrieval. 
sınıf TensorInfo.CompositeTensor
 Generic encoding for composite tensors. 
arayüz TensorInfo.CompositeTensorOrBuilder
sınıf TensorInfo.CooSparse
 For sparse tensors, The COO encoding stores a triple of values, indices,
 and shape. 
arayüz TensorInfo.CooSparseOrBuilder
Sıralama TensorInfo.EncodingCase

Sabitler

int COMPOSITE_TENSOR_FIELD_NUMBER
int COO_SPARSE_FIELD_NUMBER
int DTYPE_FIELD_NUMBER
int NAME_FIELD_NUMBER
int TENSOR_SHAPE_FIELD_NUMBER

Genel Yöntemler

boolean
eşittir (Nesne nesnesi)
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).
statik TensorInfo
TensörBilgisi
final statik com.google.protobuf.Descriptors.Descriptor
Veri tipi
getDtype ()
.tensorflow.DataType dtype = 2;
int
getDtypeValue ()
.tensorflow.DataType dtype = 2;
TensorInfo.EncodingCase
Sicim
getName ()
 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.
int
TensorShapeProto
getTensorShape ()
 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.
final com.google.protobuf.UnknownFieldSet
boolean
hasCompositeTensor ()
 Generic encoding for CompositeTensors.
boolean
hasCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
boolean
hasTensorShape ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
int
son boole değeri
statik TensorInfo.Builder
yeniBuilder ( TensorInfo prototipi)
statik TensorInfo.Builder
TensorInfo.Builder
statik TensorInfo
parseDelimitedFrom (InputStream girişi)
statik TensorInfo
parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik TensorInfo
parseFrom (ByteBuffer verileri)
statik TensorInfo
parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik TensorInfo
parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik TensorInfo
ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
statik TensorInfo
parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik TensorInfo
ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
statik TensorInfo
parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik TensorInfo
parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik
TensorInfo.Builder
geçersiz
writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Kalıtsal Yöntemler

Sabitler

genel statik final int COMPOSITE_TENSOR_FIELD_NUMBER

Sabit Değer: 5

genel statik final int COO_SPARSE_FIELD_NUMBER

Sabit Değer: 4

genel statik final int DTYPE_FIELD_NUMBER

Sabit Değer: 2

genel statik final int NAME_FIELD_NUMBER

Sabit Değer: 1

genel statik final int TENSOR_SHAPE_FIELD_NUMBER

Sabit Değer: 3

Genel Yöntemler

genel boole eşittir (Object obj)

public 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;

public 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;

public 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;

genel statik TensorInfo getDefaultInstance ()

genel TensorInfo getDefaultInstanceForType ()

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

genel Veri Türü getDtype ()

.tensorflow.DataType dtype = 2;

public int getDtypeValue ()

.tensorflow.DataType dtype = 2;

public TensorInfo.EncodingCase getEncodingCase ()

genel Dize 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;

halk getParserForType ()

public int getSerializedSize ()

herkese açık 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;

herkese açık 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;

genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasCompositeTensor ()

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

genel boolean 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;

genel boolean 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;

genel int hashCode ()

genel final boolean isInitialized ()

genel statik TensorInfo.Builder newBuilder ( TensorInfo prototipi)

genel statik TensorInfo.Builder newBuilder ()

herkese açık TensorInfo.Builder newBuilderForType ()

genel statik TensorInfo ayrıştırmaDelimitedFrom (InputStream girişi)

Atar
IOİstisnası

genel statik TensorInfo ayrıştırmaDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IOİstisnası

genel statik TensorInfo ayrıştırmaFrom (ByteBuffer verileri)

Atar
Geçersiz ProtokolBufferException

genel statik TensorInfo ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IOİstisnası

genel statik TensorInfo ayrıştırmaFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik TensorInfo ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)

Atar
IOİstisnası

genel statik TensorInfo ayrıştırmaFrom (bayt[] veri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik TensorInfo ayrıştırmaFrom (com.google.protobuf.ByteString verileri)

Atar
Geçersiz ProtokolBufferException

genel statik TensorInfo ayrıştırmaFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IOİstisnası

genel statik TensorInfo ayrıştırmaFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik ayrıştırıcı ()

herkese açık TensorInfo.Builder toBuilder ()

genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Atar
IOİstisnası