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;
বিমূর্ত int
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.
বিমূর্ত বুলিয়ান
আছে কম্পোজিট টেনসর ()
 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;

সর্বজনীন বিমূর্ত ডেটা টাইপ 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;

সর্বজনীন বিমূর্ত বুলিয়ান আছে কম্পোজিট টেনসর ()

 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;