TensorInfoOrBuilder

อินเทอร์เฟซสาธารณะ TensorInfoOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

นามธรรม TensorInfo.CompositeTensor
รับคอมโพสิตเทนเซอร์ ()
 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).
ประเภทข้อมูล นามธรรม
getDtype ()
.tensorflow.DataType dtype = 2;
บทคัดย่อ
getDtypeValue ()
.tensorflow.DataType dtype = 2;
นามธรรม TensorInfo.EncodingCase
สตริงที่เป็นนามธรรม
รับชื่อ ()
 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.
นามธรรม TensorShapeProto
รับ TensorShape ()
 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.
บูลีนนามธรรม
มีคอมโพสิตเทนเซอร์ ()
 Generic encoding for CompositeTensors.
บูลีนนามธรรม
hasCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
บูลีนนามธรรม
มีเทนเซอร์รูปร่าง ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.

วิธีการสาธารณะ

บทคัดย่อสาธารณะ TensorInfo.CompositeTensor getCompositeTensor ()

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

นามธรรมสาธารณะ TensorInfo.CompositeTensorOrBuilder getCompositeTensorOrBuilder ()

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

นามธรรมสาธารณะ 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;

นามธรรมสาธารณะ 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;

DataType นามธรรมสาธารณะ getDtype ()

.tensorflow.DataType dtype = 2;

บทคัดย่อสาธารณะ int getDtypeValue ()

.tensorflow.DataType dtype = 2;

นามธรรมสาธารณะ TensorInfo.EncodingCase getEncodingCase ()

สตริงนามธรรมสาธารณะ getName ()

string name = 1;

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

นามธรรมสาธารณะ com.google.protobuf.ByteString getNameBytes ()

string name = 1;

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

นามธรรมสาธารณะ 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;

นามธรรมสาธารณะ 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;

บูลีนนามธรรมสาธารณะ hasCompositeTensor ()

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

บูลีนนามธรรมสาธารณะ 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;

บูลีนนามธรรมสาธารณะ 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;