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 SALIDA_NUM_CAMPO_NUMBER
En t RESURCE_DTYPES_AND_SHAPES_FIELD_NUMBER

Métodos públicos

booleano
es igual (Objeto obj)
RemoteTensorHandle estático
MangoTensorRemoto
com.google.protobuf.Descriptors.Descriptor estático final
Cadena
obtener dispositivo ()
 Device where the tensor is located.
com.google.protobuf.ByteString
obtenerDeviceBytes ()
 Device where the tensor is located.
Tipo de datos
obtener tipo D ()
 Tensor type.
En t
getDtypeValue ()
 Tensor type.
Cadena
getOpDevice ()
 Device of the operation producing this tensor.
com.google.protobuf.ByteString
getOpDeviceBytes ()
 Device of the operation producing this tensor.
largo
obtenerOpId ()
 The ID of the operation that produced this tensor.
En t
obtenerNumSalida ()
 The index into the outputs of the operation that produced this tensor.
TipoDderecursoyforma
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 <RecursoDtipoYForma>
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
com.google.protobuf.UnknownFieldSet final
En t
booleano final
estático RemoteTensorHandle.Builder
RemoteTensorHandle.Builder estático
RemoteTensorHandle.Builder
RemoteTensorHandle estático
parseDelimitedFrom (entrada de InputStream)
RemoteTensorHandle estático
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RemoteTensorHandle estático
parseFrom (datos de ByteBuffer)
RemoteTensorHandle estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
RemoteTensorHandle estático
parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RemoteTensorHandle estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
RemoteTensorHandle estático
parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RemoteTensorHandle estático
parseFrom (datos com.google.protobuf.ByteString)
RemoteTensorHandle estático
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RemoteTensorHandle estático
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
RemoteTensorHandle.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

int final estático público DEVICE_FIELD_NUMBER

Valor constante: 3

int final estático público DTYPE_FIELD_NUMBER

Valor constante: 5

int final estático público OP_DEVICE_FIELD_NUMBER

Valor constante: 4

int final estático público OP_ID_FIELD_NUMBER

Valor constante: 1

int final estático público OUTPUT_NUM_FIELD_NUMBER

Valor constante: 2

int final estático público RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER

Valor constante: 6

Métodos públicos

público booleano es igual (Objeto obj)

público estático RemoteTensorHandle getDefaultInstance ()

público RemoteTensorHandle getDefaultInstanceForType ()

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

cadena pública getDevice ()

dispositivo de cadena

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

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

dispositivo de cadena

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

tipo de datos público getDtype ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

público int getDtypeValue ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

cadena pública 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;

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

getOpId público largo ()

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

public int getNumSalida ()

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

público getParserForType ()

público ResourceDtypeAndShape getResourceDtypesAndShapes (índice int)

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

público int getResourceDtypesAndShapesCount ()

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

Lista pública< ResourceDtypeAndShape > getResourceDtypesAndShapesList ()

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

público ResourceDtypeAndShapeOrBuilder getResourceDtypesAndShapesOrBuilder (índice int)

 Optional data types and shapes of a remote resource variable.
 
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.
 
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;

público int getSerializedSize ()

público final com.google.protobuf.UnknownFieldSet getUnknownFields ()

código hash int público ()

público final booleano isInitialized ()

público estático RemoteTensorHandle.Builder newBuilder (prototipo RemoteTensorHandle )

público estático RemoteTensorHandle.Builder newBuilder ()

público RemoteTensorHandle.Builder newBuilderForType ()

RemoteTensorHandle estático público parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

público estático RemoteTensorHandle parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

RemoteTensorHandle estático público parseFrom (datos ByteBuffer)

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
IOExcepción

público estático RemoteTensorHandle parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

estática pública analizador ()

público RemoteTensorHandle.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción