ResourceHandleProtoOrBuilder

interfaz pública ResourceHandleProtoOrBuilder
Subclases indirectas conocidas

Métodos públicos

cadena abstracta
getContainer ()
 Container in which this resource is placed.
resumen com.google.protobuf.ByteString
getContainerBytes ()
 Container in which this resource is placed.
cadena abstracta
getDevice ()
 Unique name for the device containing the resource.
resumen com.google.protobuf.ByteString
getDeviceBytes ()
 Unique name for the device containing the resource.
resumen ResourceHandleProto.DtypeAndShape
getDtypesAndShapes (índice int)
 Data types and shapes for the underlying resource.
int abstracto
getDtypesAndShapesCount ()
 Data types and shapes for the underlying resource.
Lista abstracta < ResourceHandleProto.DtypeAndShape >
getDtypesAndShapesList ()
 Data types and shapes for the underlying resource.
resumen ResourceHandleProto.DtypeAndShapeOrBuilder
getDtypesAndShapesOrBuilder (índice int)
 Data types and shapes for the underlying resource.
Resumen Lista <? extiende ResourceHandleProto.DtypeAndShapeOrBuilder >
getDtypesAndShapesOrBuilderList ()
 Data types and shapes for the underlying resource.
abstracto largo
getHashCode ()
 Hash code for the type of the resource.
cadena abstracta
getMaybeTypeName ()
 For debug-only, the name of the type pointed to by this handle, if
 available.
resumen com.google.protobuf.ByteString
getMaybeTypeNameBytes ()
 For debug-only, the name of the type pointed to by this handle, if
 available.
cadena abstracta
getName ()
 Unique name of this resource.
resumen com.google.protobuf.ByteString
getNameBytes ()
 Unique name of this resource.

Métodos públicos

getContainer () de cadena abstracta pública

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

resumen público com.google.protobuf.ByteString getContainerBytes ()

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

getDevice () de cadena abstracta pública

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

resumen público com.google.protobuf.ByteString getDeviceBytes ()

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

resumen público ResourceHandleProto.DtypeAndShape getDtypesAndShapes (índice int)

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

public abstract int getDtypesAndShapesCount ()

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

Lista pública abstracta < ResourceHandleProto.DtypeAndShape > getDtypesAndShapesList ()

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

resumen público ResourceHandleProto.DtypeAndShapeOrBuilder getDtypesAndShapesOrBuilder (índice int)

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

Lista de resumen público <? extiende ResourceHandleProto.DtypeAndShapeOrBuilder > getDtypesAndShapesOrBuilderList ()

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

public abstract long 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;

cadena abstracta pública getMaybeTypeName ()

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

resumen público 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;

público abstracto String getName ()

 Unique name of this resource.
 
string name = 3;

resumen público com.google.protobuf.ByteString getNameBytes ()

 Unique name of this resource.
 
string name = 3;