interfaccia pubblica ResourceHandleProtoOrBuilder
Sottoclassi indirette conosciute |
Metodi pubblici
stringa astratta | getContenitore () Container in which this resource is placed. |
astratto com.google.protobuf.ByteString | getContainerBytes () Container in which this resource is placed. |
stringa astratta | getDevice () Unique name for the device containing the resource. |
astratto com.google.protobuf.ByteString | getDeviceBytes () Unique name for the device containing the resource. |
abstract ResourceHandleProto.DtypeAndShape | getDtypesAndShapes (indice int) Data types and shapes for the underlying resource. |
astratto int | getDtypesAndShapesCount () Data types and shapes for the underlying resource. |
Elenco astratto< ResourceHandleProto.DtypeAndShape > | getDtypesAndShapesList () Data types and shapes for the underlying resource. |
abstract ResourceHandleProto.DtypeAndShapeOrBuilder | getDtypesAndShapesOrBuilder (indice int) Data types and shapes for the underlying resource. |
Elenco astratto<? estende ResourceHandleProto.DtypeAndShapeOrBuilder > | getDtypesAndShapesOrBuilderList () Data types and shapes for the underlying resource. |
astratto lungo | getHashCode () Hash code for the type of the resource. |
stringa astratta | getMaybeTypeName () For debug-only, the name of the type pointed to by this handle, if available. |
astratto com.google.protobuf.ByteString | getMaybeTypeNameBytes () For debug-only, the name of the type pointed to by this handle, if available. |
stringa astratta | getNome () Unique name of this resource. |
astratto com.google.protobuf.ByteString | getNomeBytes () Unique name of this resource. |
Metodi pubblici
public abstract String getContainer ()
Container in which this resource is placed.
string container = 2;
estratto pubblico com.google.protobuf.ByteString getContainerBytes ()
Container in which this resource is placed.
string container = 2;
public abstract String getDevice ()
Unique name for the device containing the resource.
string device = 1;
estratto pubblico com.google.protobuf.ByteString getDeviceBytes ()
Unique name for the device containing the resource.
string device = 1;
abstract pubblico ResourceHandleProto.DtypeAndShape getDtypesAndShapes (indice 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;
elenco astratto pubblico< ResourceHandleProto.DtypeAndShape > getDtypesAndShapesList ()
Data types and shapes for the underlying resource.
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;
public abstract ResourceHandleProto.DtypeAndShapeOrBuilder getDtypesAndShapesOrBuilder (indice int)
Data types and shapes for the underlying resource.
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;
Elenco abstract pubblico<? estende ResourceHandleProto.DtypeAndShapeOrBuilder > getDtypesAndShapesOrBuilderList ()
Data types and shapes for the underlying resource.
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;
pubblico astratto lungo 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;
public abstract String getMaybeTypeName ()
For debug-only, the name of the type pointed to by this handle, if available.
string maybe_type_name = 5;
abstract pubblico 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;
stringa astratta pubblica getName ()
Unique name of this resource.
string name = 3;
estratto pubblico com.google.protobuf.ByteString getNameBytes ()
Unique name of this resource.
string name = 3;