ResourceHandleProtoOrBuilder

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

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

абстрактная строка
получитьКонтейнер ()
 Container in which this resource is placed.
абстрактный com.google.protobuf.ByteString
getContainerBytes ()
 Container in which this resource is placed.
абстрактная строка
получитьУстройство ()
 Unique name for the device containing the resource.
абстрактный com.google.protobuf.ByteString
getDeviceBytes ()
 Unique name for the device containing the resource.
абстрактный ResourceHandleProto.DtypeAndShape
getDtypesAndShapes (индекс int)
 Data types and shapes for the underlying resource.
абстрактный int
getDtypesAndShapesCount ()
 Data types and shapes for the underlying resource.
абстрактный список < ResourceHandleProto.DtypeAndShape >
getDtypesAndShapesList ()
 Data types and shapes for the underlying resource.
абстрактный ResourceHandleProto.DtypeAndShapeOrBuilder
getDtypesAndShapesOrBuilder (индекс int)
 Data types and shapes for the underlying resource.
абстрактный список<? расширяет ResourceHandleProto.DtypeAndShapeOrBuilder >
getDtypesAndShapesOrBuilderList ()
 Data types and shapes for the underlying resource.
абстрактный длинный
получитьХэшКод ()
 Hash code for the type of the resource.
абстрактная строка
getMaybeTypeName ()
 For debug-only, the name of the type pointed to by this handle, if
 available.
абстрактный com.google.protobuf.ByteString
getMaybeTypeNameBytes ()
 For debug-only, the name of the type pointed to by this handle, if
 available.
абстрактная строка
получитьИмя ()
 Unique name of this resource.
абстрактный com.google.protobuf.ByteString
getNameBytes ()
 Unique name of this resource.

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

общедоступная абстрактная строка getContainer ()

строковый контейнер

 Container in which this resource is placed.
 
string container = 2;

общедоступный абстрактный com.google.protobuf.ByteString getContainerBytes ()

строковый контейнер

 Container in which this resource is placed.
 
string container = 2;

общедоступная абстрактная строка getDevice ()

 Unique name for the device containing the resource.
 
string device = 1;

общедоступный абстрактный com.google.protobuf.ByteString getDeviceBytes ()

 Unique name for the device containing the resource.
 
string device = 1;

общедоступный абстрактный ResourceHandleProto.DtypeAndShape getDtypesAndShapes (индекс int)

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

общедоступный абстрактный int getDtypesAndShapesCount ()

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

общедоступный абстрактный список < ResourceHandleProto.DtypeAndShape > getDtypesAndShapesList ()

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

общедоступный абстрактный ResourceHandleProto.DtypeAndShapeOrBuilder getDtypesAndShapesOrBuilder (индекс int)

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

публичный абстрактный список<? расширяет ResourceHandleProto.DtypeAndShapeOrBuilder > getDtypesAndShapesOrBuilderList ()

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

публичный абстрактный длинный getHashCode ()

 Hash code for the type of the resource. Is only valid in the same device
 and in the same execution.
 
uint64 hash_code = 4;

общедоступная абстрактная строка getMaybeTypeName ()

 For debug-only, the name of the type pointed to by this handle, if
 available.
 
string maybe_type_name = 5;

общедоступный абстрактный com.google.protobuf.ByteString getMaybeTypeNameBytes ()

 For debug-only, the name of the type pointed to by this handle, if
 available.
 
string maybe_type_name = 5;

общедоступная абстрактная строка getName ()

 Unique name of this resource.
 
string name = 3;

общедоступный абстрактный com.google.protobuf.ByteString getNameBytes ()

 Unique name of this resource.
 
string name = 3;