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.คอมโพสิตเทนเซอร์
 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
แจกแจง TensorInfo.EncodingCase

ค่าคงที่

ภายใน COMPOSITE_TENSOR_FIELD_NUMBER
ภายใน COO_SPARSE_FIELD_NUMBER
ภายใน DTYPE_FIELD_NUMBER
ภายใน NAME_FIELD_NUMBER
ภายใน TENSOR_SHAPE_FIELD_NUMBER

วิธีการสาธารณะ

บูลีน
เท่ากับ (วัตถุ obj)
TensorInfo.คอมโพสิตเทนเซอร์
รับคอมโพสิตเทนเซอร์ ()
 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).
TensorInfo แบบคงที่
ข้อมูลเทนเซอร์
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
ประเภทข้อมูล
getDtype ()
.tensorflow.DataType dtype = 2;
ภายใน
getDtypeValue ()
.tensorflow.DataType dtype = 2;
TensorInfo.EncodingCase
สตริง
รับชื่อ ()
 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.
ภายใน
เทนเซอร์รูปร่างโปรโต
รับ TensorShape ()
 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
บูลีน
มีคอมโพสิตเทนเซอร์ ()
 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.Builder แบบคงที่
newBuilder (ต้นแบบ TensorInfo )
TensorInfo.Builder แบบคงที่
TensorInfo.Builder
TensorInfo แบบคงที่
parseDelimitedFrom (อินพุต InputStream)
TensorInfo แบบคงที่
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo แบบคงที่
parseFrom (ข้อมูล ByteBuffer)
TensorInfo แบบคงที่
parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo แบบคงที่
parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo แบบคงที่
parseFrom (com.google.protobuf.CodedInputStream อินพุต)
TensorInfo แบบคงที่
parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString)
TensorInfo แบบคงที่
parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
TensorInfo.Builder
เป็นโมฆะ
writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

วิธีการสืบทอด

ค่าคงที่

สาธารณะคงสุดท้าย int COMPOSITE_TENSOR_FIELD_NUMBER

ค่าคงที่: 5

สาธารณะคงสุดท้าย int COO_SPARSE_FIELD_NUMBER

ค่าคงที่: 4

สาธารณะคงสุดท้าย int DTYPE_FIELD_NUMBER

ค่าคงที่: 2

รอบชิงชนะเลิศแบบคงที่สาธารณะ NAME_FIELD_NUMBER

ค่าคงที่: 1

สาธารณะคงสุดท้าย int 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;

TensorInfo สาธารณะคงที่ getDefaultInstance ()

TensorInfo สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

ประเภทข้อมูล สาธารณะ getDtype ()

.tensorflow.DataType dtype = 2;

สาธารณะ int getDtypeValue ()

.tensorflow.DataType dtype = 2;

TensorInfo.EncodingCase สาธารณะ getEncodingCase ()

สตริงสาธารณะ getName ()

string name = 1;

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

สาธารณะ com.google.protobuf.ByteString getNameBytes ()

string name = 1;

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

สาธารณะ int hashCode ()

บูลีนสุดท้ายสาธารณะ isInitialized ()

TensorInfo.Builder สาธารณะแบบคงที่ newBuilder (ต้นแบบ TensorInfo )

TensorInfo.Builder newBuilder สาธารณะแบบคงที่ ()

สาธารณะ TensorInfo.Builder newBuilderForType ()

สาธารณะ TensorInfo แบบคงที่ parseDelimitedFrom (อินพุต InputStream)

ขว้าง
IOข้อยกเว้น

สาธารณะ TensorInfo parseDelimitedFrom แบบคงที่ (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

TensorInfo แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล ByteBuffer)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

TensorInfo แบบคงที่สาธารณะ parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ TensorInfo parseFrom แบบคงที่ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ TensorInfo parseFrom คงที่ (com.google.protobuf.CodedInputStream อินพุต)

ขว้าง
IOข้อยกเว้น

TensorInfo แบบคงที่สาธารณะ parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ TensorInfo parseFrom คงที่ (ข้อมูล com.google.protobuf.ByteString)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ TensorInfo parseFrom แบบคงที่ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

TensorInfo แบบคงที่สาธารณะ parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

TensorInfo.Builder สาธารณะ toBuilder ()

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

ขว้าง
IOข้อยกเว้น