TensorInfo

TensorInfo kelas akhir publik

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

Kelas Bersarang

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

Konstanta

ke dalam COMPOSITE_TENSOR_FIELD_NUMBER
ke dalam COO_SPARSE_FIELD_NUMBER
ke dalam DTYPE_FIELD_NUMBER
ke dalam NAME_FIELD_NUMBER
ke dalam TENSOR_SHAPE_FIELD_NUMBER

Metode Publik

boolean
sama dengan (Objek objek)
TensorInfo.CompositeTensor
dapatkanCompositeTensor ()
 Generic encoding for CompositeTensors.
TensorInfo.CompositeTensorOrBuilder
dapatkanCompositeTensorOrBuilder ()
 Generic encoding for CompositeTensors.
TensorInfo.CooSparse
dapatkanCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.CooSparseOrBuilder
dapatkanCooSparseOrBuilder ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo statis
Info Tensor
com.google.protobuf.Descriptors.Descriptor statis terakhir
Tipe data
dapatkan tipe D ()
.tensorflow.DataType dtype = 2;
ke dalam
dapatkanDtypeValue ()
.tensorflow.DataType dtype = 2;
TensorInfo.EncodingCase
Rangkaian
dapatkan Nama ()
 For dense `Tensor`s, the name of the tensor in the graph.
com.google.protobuf.ByteString
dapatkanNamaBytes ()
 For dense `Tensor`s, the name of the tensor in the graph.
ke dalam
TensorBentukProto
dapatkanTensorBentuk ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorShapeProtoOrBuilder
dapatkanTensorShapeOrBuilder ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
final com.google.protobuf.UnknownFieldSet
boolean
memilikiCompositeTensor ()
 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.
ke dalam
boolean terakhir
TensorInfo.Builder statis
newBuilder (prototipe TensorInfo )
TensorInfo.Builder statis
TensorInfo.Pembangun
TensorInfo statis
parseDelimitedFrom (masukan Aliran Masukan)
TensorInfo statis
parseDelimitedFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo statis
parseFrom (data ByteBuffer)
TensorInfo statis
parseFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo statis
parseFrom (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo statis
parseFrom (com.google.protobuf.CodedInputStream masukan)
TensorInfo statis
parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo statis
parseFrom (com.google.protobuf.ByteString data)
TensorInfo statis
parseFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo statis
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statis
TensorInfo.Pembangun
ruang kosong
writeTo (com.google.protobuf.CodedOutputStream keluaran)

Metode Warisan

Konstanta

int final statis publik COMPOSITE_TENSOR_FIELD_NUMBER

Nilai Konstan: 5

int final statis publik COO_SPARSE_FIELD_NUMBER

Nilai Konstan: 4

int akhir statis publik DTYPE_FIELD_NUMBER

Nilai Konstan: 2

int akhir statis publik NAME_FIELD_NUMBER

Nilai Konstan: 1

int akhir statis publik TENSOR_SHAPE_FIELD_NUMBER

Nilai Konstan: 3

Metode Publik

boolean publik sama (Obj objek)

TensorInfo publik.CompositeTensor getCompositeTensor ()

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

TensorInfo publik.CompositeTensorOrBuilder getCompositeTensorOrBuilder ()

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

TensorInfo publik.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;

TensorInfo publik.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;

TensorInfo statis publik getDefaultInstance ()

TensorInfo publik getDefaultInstanceForType ()

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

Tipe Data publik getDtype ()

.tensorflow.DataType dtype = 2;

int publik getDtypeValue ()

.tensorflow.DataType dtype = 2;

TensorInfo publik.EncodingCase getEncodingCase ()

GetName String publik ()

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

publik com.google.protobuf.ByteString getNameBytes ()

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

publik dapatkanParserForType ()

publik int getSerializedSize ()

TensorShapeProto publik untuk mendapatkanTensorShape ()

 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;

TensorShapeProtoOrBuilder publik 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;

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

boolean publik hasCompositeTensor ()

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

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

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

kode hash int publik ()

boolean akhir publik diinisialisasi ()

TensorInfo.Builder statis publik newBuilder (prototipe TensorInfo )

TensorInfo.Builder statis publik newBuilder ()

TensorInfo publik.Builder newBuilderForType ()

TensorInfo statis publik parseDelimitedFrom (input InputStream)

Melempar
Pengecualian IO

TensorInfo statis publik parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom TensorInfo statis publik (data ByteBuffer)

Melempar
InvalidProtocolBufferException

parseFrom TensorInfo statis publik (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom TensorInfo statis publik (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

parseFrom TensorInfo statis publik (com.google.protobuf.CodedInputStream input)

Melempar
Pengecualian IO

parseFrom TensorInfo statis publik (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

parseFrom TensorInfo statis publik (com.google.protobuf.ByteString data)

Melempar
InvalidProtocolBufferException

parseFrom TensorInfo statis publik (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom TensorInfo statis publik (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

statis publik pengurai ()

TensorInfo.Builder toBuilder publik ()

public void writeTo (com.google.protobuf.CodedOutputStream keluaran)

Melempar
Pengecualian IO