public final class RemoteTensorHandle
tensorflow.eager.RemoteTensorHandle type tensorflow.eager.RemoteTensorHandle
Classes aninhadas
| aula | RemoteTensorHandle.Builder | tensorflow.eager.RemoteTensorHandle type tensorflow.eager.RemoteTensorHandle | |
Constantes
| int | DEVICE_FIELD_NUMBER | |
| int | DTYPE_FIELD_NUMBER | |
| int | OP_DEVICE_FIELD_NUMBER | |
| int | OP_ID_FIELD_NUMBER | |
| int | OUTPUT_NUM_FIELD_NUMBER | |
| int | RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER |
Métodos Públicos
| boleano | igual a (objeto obj) |
| RemoteTensorHandle estático | |
| RemoteTensorHandle | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| Fragmento | getDevice () Device where the tensor is located. |
| com.google.protobuf.ByteString | getDeviceBytes () Device where the tensor is located. |
| Tipo de dados | getDtype () Tensor type. |
| int | getDtypeValue () Tensor type. |
| Fragmento | getOpDevice () Device of the operation producing this tensor. |
| com.google.protobuf.ByteString | getOpDeviceBytes () Device of the operation producing this tensor. |
| longo | getOpId () The ID of the operation that produced this tensor. |
| int | getOutputNum () The index into the outputs of the operation that produced this tensor. |
| ResourceDtypeAndShape | getResourceDtypesAndShapes (índice interno) Optional data types and shapes of a remote resource variable. |
| int | getResourceDtypesAndShapesCount () Optional data types and shapes of a remote resource variable. |
| List < ResourceDtypeAndShape > | getResourceDtypesAndShapesList () Optional data types and shapes of a remote resource variable. |
| ResourceDtypeAndShapeOrBuilder | getResourceDtypesAndShapesOrBuilder (índice interno) Optional data types and shapes of a remote resource variable. |
| Lista <? estende ResourceDtypeAndShapeOrBuilder > | getResourceDtypesAndShapesOrBuilderList () Optional data types and shapes of a remote resource variable. |
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| int | hashCode () |
| final booleano | |
| static RemoteTensorHandle.Builder | newBuilder (protótipo RemoteTensorHandle ) |
| static RemoteTensorHandle.Builder | newBuilder () |
| RemoteTensorHandle.Builder | |
| RemoteTensorHandle estático | parseDelimitedFrom (input InputStream) |
| RemoteTensorHandle estático | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle estático | parseFrom (dados ByteBuffer) |
| RemoteTensorHandle estático | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle estático | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle estático | parseFrom (com.google.protobuf.CodedInputStream input) |
| RemoteTensorHandle estático | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle estático | parseFrom (com.google.protobuf.ByteString data) |
| RemoteTensorHandle estático | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle estático | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| RemoteTensorHandle.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int DEVICE_FIELD_NUMBER
Valor Constante: 3
public static final int DTYPE_FIELD_NUMBER
Valor constante: 5
public static final int OP_DEVICE_FIELD_NUMBER
Valor constante: 4
public static final int OP_ID_FIELD_NUMBER
Valor Constante: 1
public static 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 equals (Object obj)
public static 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 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 (int index)
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;public int getResourceDtypesAndShapesCount ()
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;public List < ResourceDtypeAndShape > getResourceDtypesAndShapesList ()
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;public ResourceDtypeAndShapeOrBuilder getResourceDtypesAndShapesOrBuilder (índice interno)
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;Lista pública <? estende ResourceDtypeAndShapeOrBuilder > getResourceDtypesAndShapesOrBuilderList ()
Optional data types and shapes of a remote resource variable.
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 parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static RemoteTensorHandle parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static RemoteTensorHandle parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static RemoteTensorHandle parseFrom (com.google.protobuf.CodedInputStream input)
Lança
| IOException |
|---|
public static RemoteTensorHandle parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static RemoteTensorHandle parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static RemoteTensorHandle parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static RemoteTensorHandle parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|