interface pública RemoteTensorHandleOrBuilder
| Subclasses indiretas conhecidas |
Métodos Públicos
| String abstrata | getDevice () Device where the tensor is located. |
| abstract com.google.protobuf.ByteString | getDeviceBytes () Device where the tensor is located. |
| DataType abstrato | getDtype () Tensor type. |
| abstrato int | getDtypeValue () Tensor type. |
| String abstrata | getOpDevice () Device of the operation producing this tensor. |
| abstract com.google.protobuf.ByteString | getOpDeviceBytes () Device of the operation producing this tensor. |
| abstrato longo | getOpId () The ID of the operation that produced this tensor. |
| abstrato int | getOutputNum () The index into the outputs of the operation that produced this tensor. |
| ResourceDtypeAndShape abstrato | getResourceDtypesAndShapes (índice interno) Optional data types and shapes of a remote resource variable. |
| abstrato int | getResourceDtypesAndShapesCount () Optional data types and shapes of a remote resource variable. |
| Lista abstrata < ResourceDtypeAndShape > | getResourceDtypesAndShapesList () Optional data types and shapes of a remote resource variable. |
| abstrato ResourceDtypeAndShapeOrBuilder | getResourceDtypesAndShapesOrBuilder (índice interno) Optional data types and shapes of a remote resource variable. |
| Lista abstrata <? estende ResourceDtypeAndShapeOrBuilder > | getResourceDtypesAndShapesOrBuilderList () Optional data types and shapes of a remote resource variable. |
Métodos Públicos
public abstract 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 abstract 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 abstract int getDtypeValue ()
Tensor type.
.tensorflow.DataType dtype = 5;public abstract 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 abstract 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 abstract long getOpId ()
The ID of the operation that produced this tensor.
int64 op_id = 1;public abstract int getOutputNum ()
The index into the outputs of the operation that produced this tensor.
int32 output_num = 2;public abstract ResourceDtypeAndShape getResourceDtypesAndShapes (int index)
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;public abstract int getResourceDtypesAndShapesCount ()
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;Lista abstrata pública < ResourceDtypeAndShape > getResourceDtypesAndShapesList ()
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;public abstract ResourceDtypeAndShapeOrBuilder getResourceDtypesAndShapesOrBuilder (índice interno)
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;Lista de resumos pública <? estende ResourceDtypeAndShapeOrBuilder > getResourceDtypesAndShapesOrBuilderList ()
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;