RemoteTensorHandle

RemoteTensorHandle คลาสสุดท้ายสาธารณะ

Protobuf ประเภท tensorflow.eager.RemoteTensorHandle

คลาสที่ซ้อนกัน

ระดับ RemoteTensorHandle.Builder Protobuf ประเภท tensorflow.eager.RemoteTensorHandle

ค่าคงที่

ภายใน DEVICE_FIELD_NUMBER
ภายใน DTYPE_FIELD_NUMBER
ภายใน OP_DEVICE_FIELD_NUMBER
ภายใน OP_ID_FIELD_NUMBER
ภายใน OUTPUT_NUM_FIELD_NUMBER
ภายใน RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER

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

บูลีน
เท่ากับ (วัตถุ obj)
RemoteTensorHandle แบบคงที่
รีโมท TensorHandle
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
สตริง
รับอุปกรณ์ ()
 Device where the tensor is located.
com.google.protobuf.ByteString
รับอุปกรณ์ไบต์ ()
 Device where the tensor is located.
ประเภทข้อมูล
getDtype ()
 Tensor type.
ภายใน
getDtypeValue ()
 Tensor type.
สตริง
getOpDevice ()
 Device of the operation producing this tensor.
com.google.protobuf.ByteString
getOpDeviceBytes ()
 Device of the operation producing this tensor.
ยาว
getOpId ()
 The ID of the operation that produced this tensor.
ภายใน
getOutputNum ()
 The index into the outputs of the operation that produced this tensor.
ResourceDtypeAndShape
getResourceDtypesAndShapes (ดัชนี int)
 Optional data types and shapes of a remote resource variable.
ภายใน
getResourceDtypesAndShapesCount ()
 Optional data types and shapes of a remote resource variable.
รายการ < ResourceDtypeAndShape >
getResourceDtypesAndShapesList ()
 Optional data types and shapes of a remote resource variable.
ResourceDtypeAndShapeOrBuilder
getResourceDtypesAndShapesOrBuilder (ดัชนี int)
 Optional data types and shapes of a remote resource variable.
รายการ<? ขยาย ResourceDtypeAndShapeOrBuilder >
getResourceDtypesAndShapesOrBuilderList ()
 Optional data types and shapes of a remote resource variable.
ภายใน
สุดท้าย com.google.protobuf.UnknownFieldSet
ภายใน
บูลีนสุดท้าย
RemoteTensorHandle.Builder แบบคงที่
newBuilder (ต้นแบบ RemoteTensorHandle )
RemoteTensorHandle.Builder แบบคงที่
RemoteTensorHandle.Builder
RemoteTensorHandle แบบคงที่
parseDelimitedFrom (อินพุต InputStream)
RemoteTensorHandle แบบคงที่
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RemoteTensorHandle แบบคงที่
parseFrom (ข้อมูล ByteBuffer)
RemoteTensorHandle แบบคงที่
parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RemoteTensorHandle แบบคงที่
parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RemoteTensorHandle แบบคงที่
parseFrom (com.google.protobuf.CodedInputStream อินพุต)
RemoteTensorHandle แบบคงที่
parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RemoteTensorHandle แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString)
RemoteTensorHandle แบบคงที่
parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RemoteTensorHandle แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
RemoteTensorHandle.Builder
เป็นโมฆะ
writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

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

ค่าคงที่

สาธารณะคงที่ขั้นสุดท้าย int DEVICE_FIELD_NUMBER

ค่าคงที่: 3

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

ค่าคงที่: 5

int สุดท้ายแบบคงที่สาธารณะ OP_DEVICE_FIELD_NUMBER

ค่าคงที่: 4

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

ค่าคงที่: 1

สาธารณะคงที่สุดท้าย int OUTPUT_NUM_FIELD_NUMBER

ค่าคงที่: 2

int สุดท้ายคงที่สาธารณะ RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER

ค่าคงที่: 6

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

บูลีนสาธารณะ เท่ากับ (Object obj)

RemoteTensorHandle สาธารณะ getDefaultInstance ()

RemoteTensorHandle สาธารณะ getDefaultInstanceForType ()

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

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

อุปกรณ์สตริง

 Device where the tensor is located. Cannot be empty.
 For multi-device functions, it's the default device passed to placer.
 
string device = 3;

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

string device = 3;

 Device where the tensor is located. Cannot be empty.
 For multi-device functions, it's the default device passed to placer.
 
= 3;

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

 Tensor type.
 
.tensorflow.DataType dtype = 5;

สาธารณะ int getDtypeValue ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

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

 Device of the operation producing this tensor. Can be empty if the
 operation producing this tensor is a multi-device function.
 
string op_device = 4;

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

 Device of the operation producing this tensor. Can be empty if the
 operation producing this tensor is a multi-device function.
 
string op_device = 4;

สาธารณะ getOpId ยาว ()

 The ID of the operation that produced this tensor.
 
int64 op_id = 1;

สาธารณะ int getOutputNum ()

 The index into the outputs of the operation that produced this tensor.
 
int32 output_num = 2;

สาธารณะ getParserForType ()

ResourceDtypeAndShape สาธารณะ getResourceDtypesAndShapes (ดัชนี int)

 Optional data types and shapes of a remote resource variable.
 
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;

int สาธารณะ getResourceDtypesAndShapesCount ()

 Optional data types and shapes of a remote resource variable.
 
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;

รายการสาธารณะ < ResourceDtypeAndShape > getResourceDtypesAndShapesList ()

 Optional data types and shapes of a remote resource variable.
 
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;

ResourceDtypeAndShapeOrBuilder สาธารณะ getResourceDtypesAndShapesOrBuilder (ดัชนี int)

 Optional data types and shapes of a remote resource variable.
 
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;

รายการสาธารณะ<? ขยาย ResourceDtypeAndShapeOrBuilder > getResourceDtypesAndShapesOrBuilderList ()

 Optional data types and shapes of a remote resource variable.
 
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;

สาธารณะ int getSerializedSize ()

สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()

สาธารณะ int hashCode ()

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

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

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

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

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

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

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

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

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

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

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

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

RemoteTensorHandle แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

RemoteTensorHandle แบบคงที่สาธารณะ แยกวิเคราะห์ (com.google.protobuf.CodedInputStream อินพุต)

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

RemoteTensorHandle แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

RemoteTensorHandle แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล com.google.protobuf.ByteString)

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

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

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

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

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

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

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

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

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