RemoteTensorHandleOrBuilder

ממשק ציבורי RemoteTensorHandleOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

מחרוזת מופשטת
getDevice ()
 Device where the tensor is located.
תקציר com.google.protobuf.ByteString
getDeviceBytes ()
 Device where the tensor is located.
תקציר DataType
getDtype ()
 Tensor type.
מופשט int
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.
מופשט int
getOutputNum ()
 The index into the outputs of the operation that produced this tensor.
מופשט ResourceDtypeAndShape
getResourceDtypesAndShapes (int index)
 Optional data types and shapes of a remote resource variable.
מופשט int
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 index)
 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 index)

 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 index)

 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;