classe finale publique RemoteTensorHandle
Type Protobuf tensorflow.eager.RemoteTensorHandle
Classes imbriquées
| classe | RemoteTensorHandle.Builder | Type Protobuf 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éthodes publiques
| booléen | est égal (Obj objet) |
| RemoteTensorHandle statique | |
| RemoteTensorHandle | |
| final statique com.google.protobuf.Descriptors.Descriptor | |
| Chaîne | getDevice () Device where the tensor is located. |
| com.google.protobuf.ByteString | getDeviceBytes () Device where the tensor is located. |
| Type de données | getDtype () Tensor type. |
| int | getDtypeValue () Tensor type. |
| Chaîne | obtenirOpDevice () Device of the operation producing this tensor. |
| com.google.protobuf.ByteString | getOpDeviceBytes () Device of the operation producing this tensor. |
| long | getOpId () The ID of the operation that produced this tensor. |
| int | getOutputNum () The index into the outputs of the operation that produced this tensor. |
| RessourceDtypeAndShape | getResourceDtypesAndShapes (index int) Optional data types and shapes of a remote resource variable. |
| int | getResourceDtypesAndShapesCount () Optional data types and shapes of a remote resource variable. |
| Liste < ResourceDtypeAndShape > | getResourceDtypesAndShapesList () Optional data types and shapes of a remote resource variable. |
| ResourceDtypeAndShapeOrBuilder | getResourceDtypesAndShapesOrBuilder (index int) Optional data types and shapes of a remote resource variable. |
| Liste<? étend ResourceDtypeAndShapeOrBuilder > | getResourceDtypesAndShapesOrBuilderList () Optional data types and shapes of a remote resource variable. |
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| int | |
| booléen final | |
| statique RemoteTensorHandle.Builder | newBuilder (prototype RemoteTensorHandle ) |
| statique RemoteTensorHandle.Builder | |
| RemoteTensorHandle.Builder | |
| RemoteTensorHandle statique | parseDelimitedFrom (entrée InputStream) |
| RemoteTensorHandle statique | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle statique | parseFrom (données ByteBuffer) |
| RemoteTensorHandle statique | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle statique | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle statique | parseFrom (entrée com.google.protobuf.CodedInputStream) |
| RemoteTensorHandle statique | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle statique | parseFrom (données com.google.protobuf.ByteString) |
| RemoteTensorHandle statique | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle statique | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| statique | analyseur () |
| RemoteTensorHandle.Builder | toBuilder () |
| vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final int DEVICE_FIELD_NUMBER
Valeur constante : 3
public statique final int DTYPE_FIELD_NUMBER
Valeur constante : 5
public statique final int OP_DEVICE_FIELD_NUMBER
Valeur constante : 4
public statique final int OP_ID_FIELD_NUMBER
Valeur constante : 1
public statique final int OUTPUT_NUM_FIELD_NUMBER
Valeur constante : 2
public statique final int RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER
Valeur constante : 6
Méthodes publiques
public booléen égal (Objet obj)
public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
chaîne publique 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; chaîne publique 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; publique getParserForType ()
public ResourceDtypeAndShape getResourceDtypesAndShapes (index int)
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; liste publique < ResourceDtypeAndShape > getResourceDtypesAndShapesList ()
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6; public ResourceDtypeAndShapeOrBuilder getResourceDtypesAndShapesOrBuilder (index int)
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6; Liste publique <? étend 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 ()
code de hachage int public ()
public final booléen isInitialized ()
public static RemoteTensorHandle parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| IOException |
|---|
public statique RemoteTensorHandle parseFrom (données ByteBuffer)
Jetés
| InvalidProtocolBufferException |
|---|
public statique RemoteTensorHandle parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| IOException |
|---|
public statique RemoteTensorHandle parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| InvalidProtocolBufferException |
|---|
public statique RemoteTensorHandle parseFrom (entrée com.google.protobuf.CodedInputStream)
Jetés
| IOException |
|---|
public statique RemoteTensorHandle parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| InvalidProtocolBufferException |
|---|
public statique RemoteTensorHandle parseFrom (données com.google.protobuf.ByteString)
Jetés
| InvalidProtocolBufferException |
|---|
public static RemoteTensorHandle parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| IOException |
|---|
public statique RemoteTensorHandle parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| InvalidProtocolBufferException |
|---|
public statique analyseur ()
public void writeTo (sortie com.google.protobuf.CodedOutputStream)
Jetés
| IOException |
|---|