RemoteTensorHandleOrBuilder

interfaccia pubblica RemoteTensorHandleOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

stringa astratta
getDevice ()
 Device where the tensor is located.
astratto com.google.protobuf.ByteString
getDeviceBytes ()
 Device where the tensor is located.
tipo di dati astratto
getDtipo ()
 Tensor type.
astratto int
getDtipoValore ()
 Tensor type.
stringa astratta
getOpDevice ()
 Device of the operation producing this tensor.
astratto com.google.protobuf.ByteString
getOpDeviceBytes ()
 Device of the operation producing this tensor.
astratto lungo
getOpId ()
 The ID of the operation that produced this tensor.
astratto int
getNumeroUscita ()
 The index into the outputs of the operation that produced this tensor.
abstract ResourceDtypeAndShape
getResourceDtypesAndShapes (indice int)
 Optional data types and shapes of a remote resource variable.
astratto int
getResourceDtypesAndShapesCount ()
 Optional data types and shapes of a remote resource variable.
Elenco astratto< ResourceDtypeAndShape >
getResourceDtypesAndShapesList ()
 Optional data types and shapes of a remote resource variable.
abstract ResourceDtypeAndShapeOrBuilder
getResourceDtypesAndShapesOrBuilder (indice int)
 Optional data types and shapes of a remote resource variable.
Elenco astratto<? estende ResourceDtypeAndShapeOrBuilder >
getResourceDtypesAndShapesOrBuilderList ()
 Optional data types and shapes of a remote resource variable.

Metodi pubblici

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

estratto pubblico com.google.protobuf.ByteString getDeviceBytes ()

dispositivo di stringa

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

estratto pubblico DataType getDtype ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

public abstract int getDtypeValue ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

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

estratto pubblico 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;

pubblico astratto lungo getOpId ()

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

public abstract int getOutputNum ()

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

public abstract ResourceDtypeAndShape getResourceDtypesAndShapes (indice int)

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

public abstract int getResourceDtypesAndShapesCount ()

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

elenco astratto pubblico< ResourceDtypeAndShape > getResourceDtypesAndShapesList ()

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

public abstract ResourceDtypeAndShapeOrBuilder getResourceDtypesAndShapesOrBuilder (indice int)

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

Elenco abstract pubblico<? estende ResourceDtypeAndShapeOrBuilder > getResourceDtypesAndShapesOrBuilderList ()

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