RemoteTensorHandleOrBuilder

общедоступный интерфейс RemoteTensorHandleOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактная строка
получитьУстройство ()
 Device where the tensor is located.
абстрактный com.google.protobuf.ByteString
getDeviceBytes ()
 Device where the tensor is located.
абстрактный тип данных
getDtype ()
 Tensor type.
абстрактный int
getDtypeValue ()
 Tensor type.
абстрактная строка
получитьОпДевице ()
 Device of the operation producing this tensor.
абстрактный com.google.protobuf.ByteString
getOpDeviceBytes ()
 Device of the operation producing this tensor.
абстрактный длинный
получитьОпид ()
 The ID of the operation that produced this tensor.
абстрактный int
получитьВыходнойНум ()
 The index into the outputs of the operation that produced this tensor.
абстрактный ресурсдтипеандшапе
getResourceDtypesAndShapes (индекс int)
 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.
абстрактный ресурсдтипеандшапеорбилдер
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;

общедоступный абстрактный 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;