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).
תקציר DataType
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.
בוליאני מופשט
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;