TensorInfoOrBuilder

رابط عمومی TensorInfoOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

چکیده 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).
نوع داده انتزاعی
getDtype ()
.tensorflow.DataType dtype = 2;
انتزاعی
getDtypeValue ()
.tensorflow.DataType dtype = 2;
چکیده TensorInfo.EncodingCase
رشته انتزاعی
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.
انتزاعی 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.
بولی انتزاعی
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;

انتزاعی عمومی DataType 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;