TensorInfoOrBuilder

الواجهة العامة TensorInfoOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

مجردة TensorInfo.CompositeTensor
الحصول على CompositeTensor ()
 Generic encoding for CompositeTensors.
مجردة TensorInfo.CompositeTensorOrBuilder
الحصول على CompositeTensorOrBuilder ()
 Generic encoding for CompositeTensors.
مجردة TensorInfo.CooSparse
الحصول علىCooSparse ()
 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).
نوع البيانات المجردة
الحصول على نوع ()
.tensorflow.DataType dtype = 2;
كثافة العمليات مجردة
الحصول علىDtypeValue ()
.tensorflow.DataType dtype = 2;
مجردة TensorInfo.EncodingCase
سلسلة مجردة
الحصول على الاسم ()
 For dense `Tensor`s, the name of the tensor in the graph.
مجردة com.google.protobuf.ByteString
الحصول على اسم بايت ()
 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
الحصول على TensorShapeOrBuilder ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
منطقية مجردة
hasCompositeTensor ()
 Generic encoding for CompositeTensors.
منطقية مجردة
hasCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
منطقية مجردة
hasTensorShape ()
 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;

نوع البيانات الملخص العام getDtype ()

.tensorflow.DataType dtype = 2;

الملخص العام int getDtypeValue ()

.tensorflow.DataType dtype = 2;

الملخص العام TensorInfo.EncodingCase getEncodingCase ()

سلسلة getName () مجردة عامة

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

الملخص العام com.google.protobuf.ByteString getNameBytes ()

 For dense `Tensor`s, the name of the tensor in the graph.
 
string name = 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;