RemoteTensorHandleOrBuilder

الواجهة العامة RemoteTensorHandleOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

سلسلة مجردة
الحصول على الجهاز ()
 Device where the tensor is located.
مجردة com.google.protobuf.ByteString
الحصول على جهاز بايت ()
 Device where the tensor is located.
نوع البيانات المجردة
كثافة العمليات مجردة
سلسلة مجردة
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 (فهرس كثافة العمليات)
 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 (فهرس كثافة العمليات)
 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;

نوع البيانات الملخص العام 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 (فهرس كثافة العمليات)

 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 (فهرس كثافة العمليات)

 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;