RemoteTensorHandle

clase final pública RemoteTensorHandle

Protobuf tipo tensorflow.eager.RemoteTensorHandle

Clases anidadas

clase RemoteTensorHandle.Builder Protobuf tipo tensorflow.eager.RemoteTensorHandle

Constantes

En t DEVICE_FIELD_NUMBER
En t DTYPE_FIELD_NUMBER
En t OP_DEVICE_FIELD_NUMBER
En t OP_ID_FIELD_NUMBER
En t OUTPUT_NUM_FIELD_NUMBER
En t RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
estático RemoteTensorHandle
RemoteTensorHandle
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
getDevice ()
 Device where the tensor is located.
com.google.protobuf.ByteString
getDeviceBytes ()
 Device where the tensor is located.
Tipo de datos
getDtype ()
 Tensor type.
En t
getDtypeValue ()
 Tensor type.
Cuerda
getOpDevice ()
 Device of the operation producing this tensor.
com.google.protobuf.ByteString
getOpDeviceBytes ()
 Device of the operation producing this tensor.
largo
getOpId ()
 The ID of the operation that produced this tensor.
En t
getOutputNum ()
 The index into the outputs of the operation that produced this tensor.
ResourceDtypeAndShape
getResourceDtypesAndShapes (índice int)
 Optional data types and shapes of a remote resource variable.
En t
getResourceDtypesAndShapesCount ()
 Optional data types and shapes of a remote resource variable.
Lista < ResourceDtypeAndShape >
getResourceDtypesAndShapesList ()
 Optional data types and shapes of a remote resource variable.
ResourceDtypeAndShapeOrBuilder
getResourceDtypesAndShapesOrBuilder (índice int)
 Optional data types and shapes of a remote resource variable.
Lista <? extiende ResourceDtypeAndShapeOrBuilder >
getResourceDtypesAndShapesOrBuilderList ()
 Optional data types and shapes of a remote resource variable.
En t
final com.google.protobuf.UnknownFieldSet
En t
booleano final
estático RemoteTensorHandle.Builder
estático RemoteTensorHandle.Builder
RemoteTensorHandle.Builder
estático RemoteTensorHandle
parseDelimitedFrom (entrada InputStream)
estático RemoteTensorHandle
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático RemoteTensorHandle
parseFrom (datos ByteBuffer)
estático RemoteTensorHandle
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático RemoteTensorHandle
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático RemoteTensorHandle
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático RemoteTensorHandle
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático RemoteTensorHandle
parseFrom (datos com.google.protobuf.ByteString)
estático RemoteTensorHandle
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático RemoteTensorHandle
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
RemoteTensorHandle.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int DEVICE_FIELD_NUMBER

Valor constante: 3

public static final int DTYPE_FIELD_NUMBER

Valor constante: 5

público estático final int OP_DEVICE_FIELD_NUMBER

Valor constante: 4

público estático final int OP_ID_FIELD_NUMBER

Valor constante: 1

público estático final int OUTPUT_NUM_FIELD_NUMBER

Valor constante: 2

public static final int RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER

Valor constante: 6

Métodos públicos

public boolean es igual a (Object obj)

public static RemoteTensorHandle getDefaultInstance ()

public RemoteTensorHandle getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

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

public DataType getDtype ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

public int getDtypeValue ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

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

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

public long getOpId ()

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

public int getOutputNum ()

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

público getParserForType ()

public ResourceDtypeAndShape getResourceDtypesAndShapes (índice int)

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

public int getResourceDtypesAndShapesCount ()

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

Lista pública < ResourceDtypeAndShape > getResourceDtypesAndShapesList ()

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

public ResourceDtypeAndShapeOrBuilder getResourceDtypesAndShapesOrBuilder (índice int)

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

Lista pública <? extiende ResourceDtypeAndShapeOrBuilder > getResourceDtypesAndShapesOrBuilderList ()

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

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static RemoteTensorHandle.Builder newBuilder (prototipo RemoteTensorHandle )

public static RemoteTensorHandle.Builder newBuilder ()

public RemoteTensorHandle.Builder newBuilderForType ()

public static RemoteTensorHandle parseDelimitedFrom (entrada InputStream)

Lanza
IOException

public static RemoteTensorHandle parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static RemoteTensorHandle parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

public static RemoteTensorHandle parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

RemoteTensorHandle estático público parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

RemoteTensorHandle estático público parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

public static RemoteTensorHandle parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

RemoteTensorHandle estático público parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

public static RemoteTensorHandle parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

RemoteTensorHandle estático público parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public RemoteTensorHandle.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException