RemoteTensorHandleOrBuilder

giao diện công cộng RemoteTensorHandleOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công cộng

chuỗi trừu tượng
getDevice ()
 Device where the tensor is located.
tóm tắt com.google.protobuf.ByteString
getDeviceBytes ()
 Device where the tensor is located.
kiểu dữ liệu trừu tượng
getDtype ()
 Tensor type.
int trừu tượng
getDtypeValue ()
 Tensor type.
chuỗi trừu tượng
getOpDevice ()
 Device of the operation producing this tensor.
tóm tắt com.google.protobuf.ByteString
getOpDeviceBytes ()
 Device of the operation producing this tensor.
trừu tượng dài
getOpId ()
 The ID of the operation that produced this tensor.
int trừu tượng
getOutputNum ()
 The index into the outputs of the operation that produced this tensor.
trừu tượng ResourceDtypeAndShape
getResourceDtypesAndShapes (chỉ mục int)
 Optional data types and shapes of a remote resource variable.
int trừu tượng
getResourceDtypesAndShapesCount ()
 Optional data types and shapes of a remote resource variable.
Danh sách trừu tượng< ResourceDtypeAndShape >
getResourceDtypesAndShapesList ()
 Optional data types and shapes of a remote resource variable.
trừu tượng ResourceDtypeAndShapeOrBuilder
getResourceDtypesAndShapesOrBuilder (chỉ mục int)
 Optional data types and shapes of a remote resource variable.
Danh sách trừu tượng<? mở rộng ResourceDtypeAndShapeOrBuilder >
getResourceDtypesAndShapesOrBuilderList ()
 Optional data types and shapes of a remote resource variable.

Phương pháp công cộng

Chuỗi tóm tắt công khai getDevice ()

thiết bị chuỗi

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

tóm tắt công khai com.google.protobuf.ByteString getDeviceBytes ()

thiết bị chuỗi

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

Tóm tắt công khai DataType getDtype ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

tóm tắt công khai int getDtypeValue ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

Chuỗi tóm tắt công khai 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;

tóm tắt công khai 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;

tóm tắt công khai dài getOpId ()

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

tóm tắt công khai int getOutputNum ()

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

tóm tắt công khai ResourceDtypeAndShape getResourceDtypesAndShapes (chỉ mục int)

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

tóm tắt công khai int getResourceDtypesAndShapesCount ()

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

Danh sách tóm tắt công khai< ResourceDtypeAndShape > getResourceDtypesAndShapesList ()

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

tóm tắt công khai ResourceDtypeAndShapeOrBuilder getResourceDtypesAndShapesOrBuilder (chỉ mục int)

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

Danh sách tóm tắt công khai<? mở rộng ResourceDtypeAndShapeOrBuilder > getResourceDtypesAndShapesOrBuilderList ()

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