TensorInfoOrBuilder

giao diện công cộng TensorInfoOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

trừu tượng TensorInfo.CompositeTensor
getCompositeTensor ()
 Generic encoding for CompositeTensors.
trừu tượng TensorInfo.CompositeTensorOrBuilder
getCompositeTensorOrBuilder ()
 Generic encoding for CompositeTensors.
trừu tượng TensorInfo.CooSparse
getCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
trừu tượng TensorInfo.CooSparseOrBuilder
getCooSparseOrBuilder ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
kiểu dữ liệu trừu tượng
getDtype ()
.tensorflow.DataType dtype = 2;
int trừu tượng
getDtypeValue ()
.tensorflow.DataType dtype = 2;
trừu tượng TensorInfo.EncodingCase
chuỗi trừu tượng
lấy Tên ()
 For dense `Tensor`s, the name of the tensor in the graph.
trừu tượng com.google.protobuf.ByteString
getNameBytes ()
 For dense `Tensor`s, the name of the tensor in the graph.
trừu tượng TensorShapeProto
getTensorShape ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
trừu tượng TensorShapeProtoOrBuilder
getTensorShapeOrBuilder ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
trừu tượng boolean
hasCompositeTensor ()
 Generic encoding for CompositeTensors.
trừu tượng boolean
hasCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
trừu tượng boolean
hasTensorShape ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.

Phương pháp công khai

tóm tắt công khai TensorInfo.CompositeTensor getCompositeTensor ()

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

tóm tắt công khai TensorInfo.CompositeTensorOrBuilder getCompositeTensorOrBuilder ()

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

tóm tắt công khai 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;

tóm tắt công khai 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;

Tóm tắt công khai DataType getDtype ()

.tensorflow.DataType dtype = 2;

tóm tắt công khai int getDtypeValue ()

.tensorflow.DataType dtype = 2;

tóm tắt công khai TensorInfo.EncodingCase getEncodingCase ()

Chuỗi tóm tắt công khai getName ()

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

tóm tắt công khai com.google.protobuf.ByteString getNameBytes ()

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

tóm tắt công khai 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;

tóm tắt công khai 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;

boolean trừu tượng công khai hasCompositeTensor ()

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

boolean trừu tượng công khai 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 trừu tượng công khai 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;