パブリック最終クラスRemoteTensorHandle
Protobuf 型tensorflow.eager.RemoteTensorHandle
ネストされたクラス
| クラス | RemoteTensorHandle.Builder | Protobuf 型tensorflow.eager.RemoteTensorHandle | |
定数
| 整数 | DEVICE_FIELD_NUMBER | |
| 整数 | DTYPE_FIELD_NUMBER | |
| 整数 | OP_DEVICE_FIELD_NUMBER | |
| 整数 | OP_ID_FIELD_NUMBER | |
| 整数 | OUTPUT_NUM_FIELD_NUMBER | |
| 整数 | RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER |
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) |
| 静的RemoteTensorHandle | |
| RemoteTensorHandle | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| 弦 | 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. |
| リソースDtypeAndShape | 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. |
| リソースDtypeAndShapeOrBuilder | getResourceDtypesAndShapesOrBuilder (int インデックス) Optional data types and shapes of a remote resource variable. |
| リスト<? ResourceDtypeAndShapeOrBuilderを拡張 > | getResourceDtypesAndShapesOrBuilderList () Optional data types and shapes of a remote resource variable. |
| 整数 | |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的RemoteTensorHandle.Builder | newBuilder ( RemoteTensorHandleプロトタイプ) |
| 静的RemoteTensorHandle.Builder | newBuilder () |
| RemoteTensorHandle.Builder | |
| 静的RemoteTensorHandle | parseDelimitedFrom (InputStream 入力) |
| 静的RemoteTensorHandle | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的RemoteTensorHandle | parseFrom (ByteBuffer データ) |
| 静的RemoteTensorHandle | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的RemoteTensorHandle | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的RemoteTensorHandle | parseFrom (com.google.protobuf.CodedInputStream 入力) |
| 静的RemoteTensorHandle | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的RemoteTensorHandle | parseFrom (com.google.protobuf.ByteString データ) |
| 静的RemoteTensorHandle | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的RemoteTensorHandle | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的 | パーサー() |
| RemoteTensorHandle.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数DEVICE_FIELD_NUMBER
定数値: 3
パブリック静的最終整数DTYPE_FIELD_NUMBER
定数値: 5
パブリック静的最終整数OP_DEVICE_FIELD_NUMBER
定数値: 4
パブリック静的最終整数OP_ID_FIELD_NUMBER
定数値: 1
パブリック静的最終整数OUTPUT_NUM_FIELD_NUMBER
定数値: 2
パブリック静的最終整数RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER
定数値: 6
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
パブリック 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; パブリック 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; 公共 getParserForType ()
public ResourceDtypeAndShape getResourceDtypesAndShapes (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; 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 (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; public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static RemoteTensorHandle parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static RemoteTensorHandle parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static RemoteTensorHandle parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static RemoteTensorHandle parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static RemoteTensorHandle parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static RemoteTensorHandle parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|