interfaz pública RemoteTensorHandleOrBuilder
| Subclases indirectas conocidas |
Métodos públicos
| cadena abstracta | obtener dispositivo () Device where the tensor is located. |
| resumen com.google.protobuf.ByteString | obtenerDeviceBytes () Device where the tensor is located. |
| tipo de datos abstracto | obtener tipo D () Tensor type. |
| resumen entero | getDtypeValue () Tensor type. |
| cadena abstracta | getOpDevice () Device of the operation producing this tensor. |
| resumen com.google.protobuf.ByteString | getOpDeviceBytes () Device of the operation producing this tensor. |
| abstracto largo | obtenerOpId () The ID of the operation that produced this tensor. |
| resumen entero | obtenerNumSalida () The index into the outputs of the operation that produced this tensor. |
| resumen ResourceDtypeAndShape | getResourceDtypesAndShapes (índice int) Optional data types and shapes of a remote resource variable. |
| resumen entero | getResourceDtypesAndShapesCount () Optional data types and shapes of a remote resource variable. |
| Lista abstracta <ResourceDtypeAndShape> | getResourceDtypesAndShapesList () Optional data types and shapes of a remote resource variable. |
| Resumen ResourceDtypeAndShapeOrBuilder | getResourceDtypesAndShapesOrBuilder (índice int) Optional data types and shapes of a remote resource variable. |
| Lista abstracta<? extiende ResourceDtypeAndShapeOrBuilder > | getResourceDtypesAndShapesOrBuilderList () Optional data types and shapes of a remote resource variable. |
Métodos públicos
Cadena abstracta pública 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; resumen público 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; resumen público int getDtypeValue ()
Tensor type.
.tensorflow.DataType dtype = 5; Cadena abstracta 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; resumen 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 largo abstracto público ()
The ID of the operation that produced this tensor.
int64 op_id = 1; resumen público int getOutputNum ()
The index into the outputs of the operation that produced this tensor.
int32 output_num = 2; resumen 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; resumen público int getResourceDtypesAndShapesCount ()
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6; Lista abstracta pública <ResourceDtypeAndShape> getResourceDtypesAndShapesList ()
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6; resumen 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 de resúmenes públicos <? extiende ResourceDtypeAndShapeOrBuilder > getResourceDtypesAndShapesOrBuilderList ()
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;