TensorInfo

کلاس نهایی عمومی TensorInfo

 Information about a Tensor necessary for feeding or retrieval.
 
نوع Protobuf tensorflow.TensorInfo

کلاس های تو در تو

کلاس TensorInfo.Builder
 Information about a Tensor necessary for feeding or retrieval. 
کلاس TensorInfo.CompositeTensor
 Generic encoding for composite tensors. 
رابط TensorInfo.CompositeTensorOrBuilder
کلاس TensorInfo.CooSparse
 For sparse tensors, The COO encoding stores a triple of values, indices,
 and shape. 
رابط TensorInfo.CooSparseOrBuilder
enum TensorInfo.EncodingCase

ثابت ها

بین المللی COMPOSITE_TENSOR_FIELD_NUMBER
بین المللی COO_SPARSE_FIELD_NUMBER
بین المللی DTYPE_FIELD_NUMBER
بین المللی NAME_FIELD_NUMBER
بین المللی TENSOR_SHAPE_FIELD_NUMBER

روش های عمومی

بولی
برابر است (object obj)
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).
Static TensorInfo
TensorInfo
نهایی static com.google.protobuf.Descriptors.Descriptor
نوع داده
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.
com.google.protobuf.UnknownFieldSet نهایی
بولی
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.Builder
newBuilder (نمونه اولیه TensorInfo )
استاتیک TensorInfo.Builder
TensorInfo.Builder
Static TensorInfo
parseDelimitedFrom (ورودی جریان ورودی)
Static TensorInfo
parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Static TensorInfo
parseFrom (داده های ByteBuffer)
Static TensorInfo
parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Static TensorInfo
parseFrom (داده‌های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Static TensorInfo
parseFrom (ورودی com.google.protobuf.CodedInputStream)
Static TensorInfo
parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Static TensorInfo
parseFrom (داده های com.google.protobuf.ByteString)
Static TensorInfo
parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Static TensorInfo
parseFrom (داده‌های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ایستا
TensorInfo.Builder
خالی
writeTo (خروجی com.google.protobuf.CodedOutputStream)

روش های ارثی

ثابت ها

نهایی استاتیک عمومی COMPOSITE_TENSOR_FIELD_NUMBER

ارزش ثابت: 5

نهایی استاتیک عمومی COO_SPARSE_FIELD_NUMBER

ارزش ثابت: 4

نهایی استاتیک عمومی DTYPE_FIELD_NUMBER

مقدار ثابت: 2

نهایی استاتیک عمومی NAME_FIELD_NUMBER

ارزش ثابت: 1

نهایی استاتیک عمومی TENSOR_SHAPE_FIELD_NUMBER

مقدار ثابت: 3

روش های عمومی

بولین عمومی برابر است (Object Obj)

عمومی 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;

عمومی Static TensorInfo getDefaultInstance ()

عمومی TensorInfo getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

نوع داده عمومی 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;

عمومی getParserForType ()

عمومی int getSerializedSize ()

عمومی 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;

عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()

بولی عمومی 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;

هش کد عمومی ()

بولین نهایی عمومی isInitialized ()

عمومی استاتیک TensorInfo.Builder newBuilder (نمونه اولیه TensorInfo )

عمومی استاتیک TensorInfo.Builder newBuilder ()

عمومی TensorInfo.Builder newBuilderForType ()

عمومی Static TensorInfo parseDelimitedFrom (ورودی جریان ورودی)

پرتاب می کند
IOException

عمومی استاتیک TensorInfo parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک TensorInfo parseFrom (داده بایت بافر)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک TensorInfo parseFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک TensorInfo parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک TensorInfo parseFrom (ورودی com.google.protobuf.CodedInputStream)

پرتاب می کند
IOException

عمومی استاتیک TensorInfo parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک TensorInfo parseFrom (داده های com.google.protobuf.ByteString)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک TensorInfo parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک TensorInfo parseFrom (داده های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

استاتیک عمومی تجزیه کننده ()

عمومی TensorInfo.Builder toBuilder ()

public void writeTo (خروجی com.google.protobuf.CodedOutputStream)

پرتاب می کند
IOException