RemoteTensorHandleOrBuilder

อินเทอร์เฟซสาธารณะ RemoteTensorHandleOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

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

สตริงที่เป็นนามธรรม
รับอุปกรณ์ ()
 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.

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

สตริงนามธรรมสาธารณะ 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 ()

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

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

DataType นามธรรมสาธารณะ 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;

บทคัดย่อสาธารณะ 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;