RemoteTensorHandleOrBuilder

सार्वजनिक इंटरफ़ेस रिमोटटेन्सरहैंडलऑरबिल्डर
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

सार स्ट्रिंग
डिवाइस प्राप्त करें ()
 Device where the tensor is located.
सार com.google.protobuf.ByteString
getDeviceBytes ()
 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.
सार संसाधनDtypeAndShape
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.
सार संसाधनDtypeAndShapeOrBuilder
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;

सार्वजनिक सार डेटा प्रकार 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;

सार्वजनिक सार संसाधन DtypeAndShape 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;

सार्वजनिक सार संसाधन DtypeAndShapeOrBuilder 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;