RemoteTensorHandleOrBuilder

パブリック インターフェイスRemoteTensorHandleOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象文字列
getDevice ()
 Device where the tensor is located.
抽象的な com.google.protobuf.ByteString
getDeviceBytes ()
 Device where the tensor is located.
抽象データ型
getDtype ()
 Tensor type.
抽象整数
getDtypeValue ()
 Tensor type.
抽象文字列
getOpDevice ()
 Device of the operation producing this tensor.
抽象的な com.google.protobuf.ByteString
getOpDeviceBytes ()
 Device of the operation producing this tensor.
抽象的な長い
getOpId ()
 The ID of the operation that produced this tensor.
抽象整数
getOutputNum ()
 The index into the outputs of the operation that produced this tensor.
抽象ResourceDtypeAndShape
getResourceDtypesAndShapes (int インデックス)
 Optional data types and shapes of a remote resource variable.
抽象整数
getResourceDtypesAndShapesCount ()
 Optional data types and shapes of a remote resource variable.
抽象リスト< ResourceDtypeAndShape >
getResourceDtypesAndShapesList ()
 Optional data types and shapes of a remote resource variable.
抽象ResourceDtypeAndShapeOrBuilder
getResourceDtypesAndShapesOrBuilder (int インデックス)
 Optional data types and shapes of a remote resource variable.
抽象リスト<? ResourceDtypeAndShapeOrBuilderを拡張 >
getResourceDtypesAndShapesOrBuilderList ()
 Optional data types and shapes of a remote resource variable.

パブリックメソッド

パブリック抽象文字列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;

パブリック抽象 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 DataType getDtype ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

パブリック抽象 int getDtypeValue ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

パブリック抽象 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;

パブリック抽象 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;

パブリック抽象 int getOutputNum ()

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

パブリック抽象ResourceDtypeAndShape getResourceDtypesAndShapes (int インデックス)

 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;

public abstract List< ResourceDtypeAndShape > getResourceDtypesAndShapesList ()

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

パブリック抽象ResourceDtypeAndShapeOrBuilder getResourceDtypesAndShapesOrBuilder (int インデックス)

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

公開抄録リスト<? extends ResourceDtypeAndShapeOrBuilder > getResourceDtypesAndShapesOrBuilderList ()

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