パブリック最終クラスGraphOpCreation
The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2).
tensorflow.GraphOpCreation ネストされたクラス
| クラス | GraphOpCreation.Builder | The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2). | |
定数
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) |
| コードの場所 | getCodeLocation () The unique ID for code location (stack trace) of the op's creation. |
| コード場所またはビルダー | getCodeLocationOrBuilder () The unique ID for code location (stack trace) of the op's creation. |
| 静的GraphOpCreation | |
| グラフオペレーション作成 | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| 弦 | getデバイス名() Name of the device that the op is assigned to (if available). |
| com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device that the op is assigned to (if available). |
| 弦 | getGraphId () Unique ID of the graph (generated by debugger). |
| com.google.protobuf.ByteString | getGraphIdBytes () Unique ID of the graph (generated by debugger). |
| 弦 | getグラフ名() Name of the graph that the op is a part of (if available). |
| com.google.protobuf.ByteString | getGraphNameBytes () Name of the graph that the op is a part of (if available). |
| 弦 | getInputNames (int インデックス) Names of the input tensors to the op. |
| com.google.protobuf.ByteString | getInputNamesBytes (int インデックス) Names of the input tensors to the op. |
| 整数 | getInputNamesCount () Names of the input tensors to the op. |
| com.google.protobuf.ProtocolStringList | getInputNamesList () Names of the input tensors to the op. |
| 整数 | getNumOutputs () Number of output tensors emitted by the op. |
| 弦 | getOpName () Name of the op (e.g., "Dense/MatMul_1"). |
| com.google.protobuf.ByteString | getOpNameBytes () Name of the op (e.g., "Dense/MatMul_1"). |
| 弦 | getOpType () Type of the op (e.g., "MatMul"). |
| com.google.protobuf.ByteString | getOpTypeBytes () Type of the op (e.g., "MatMul"). |
| 整数 | getOutputTensorIds (int インデックス) Unique IDs for the output tensors of this op. |
| 整数 | getOutputTensorIdsCount () Unique IDs for the output tensors of this op. |
| リスト<整数> | getOutputTensorIdsList () Unique IDs for the output tensors of this op. |
| 整数 | |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| ブール値 | hasCodeLocation () The unique ID for code location (stack trace) of the op's creation. |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的GraphOpCreation.Builder | newBuilder ( GraphOpCreationプロトタイプ) |
| 静的GraphOpCreation.Builder | newBuilder () |
| GraphOpCreation.Builder | |
| 静的GraphOpCreation | parseDelimitedFrom (InputStream 入力) |
| 静的GraphOpCreation | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的GraphOpCreation | parseFrom (ByteBuffer データ) |
| 静的GraphOpCreation | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的GraphOpCreation | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的GraphOpCreation | parseFrom (com.google.protobuf.CodedInputStream 入力) |
| 静的GraphOpCreation | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的GraphOpCreation | parseFrom (com.google.protobuf.ByteString データ) |
| 静的GraphOpCreation | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的GraphOpCreation | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的 | パーサー() |
| GraphOpCreation.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数CODE_LOCATION_FIELD_NUMBER
定数値: 8
パブリック静的最終整数DEVICE_NAME_FIELD_NUMBER
定数値: 5
パブリック静的最終整数GRAPH_ID_FIELD_NUMBER
定数値: 4
パブリック静的最終整数GRAPH_NAME_FIELD_NUMBER
定数値: 3
パブリック静的最終整数INPUT_NAMES_FIELD_NUMBER
定数値: 6
public static Final int NUM_OUTPUTS_FIELD_NUMBER
定数値: 7
パブリック静的最終整数OP_NAME_FIELD_NUMBER
定数値: 2
パブリック静的最終整数OP_TYPE_FIELD_NUMBER
定数値: 1
パブリック静的最終整数OUTPUT_TENSOR_IDS_FIELD_NUMBER
定数値: 9
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public CodeLocation getCodeLocation ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8; public CodeLocationOrBuilder getCodeLocationOrBuilder ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8; public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
パブリック String getDeviceName ()
Name of the device that the op is assigned to (if available).
string device_name = 5; public com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device that the op is assigned to (if available).
string device_name = 5; パブリック String getGraphId ()
Unique ID of the graph (generated by debugger). This is the ID of the immediately-enclosing graph.
string graph_id = 4; public com.google.protobuf.ByteString getGraphIdBytes ()
Unique ID of the graph (generated by debugger). This is the ID of the immediately-enclosing graph.
string graph_id = 4; public String getGraphName ()
Name of the graph that the op is a part of (if available).
string graph_name = 3; public com.google.protobuf.ByteString getGraphNameBytes ()
Name of the graph that the op is a part of (if available).
string graph_name = 3; public String getInputNames (int インデックス)
Names of the input tensors to the op.
repeated string input_names = 6; public com.google.protobuf.ByteString getInputNamesBytes (int インデックス)
Names of the input tensors to the op.
repeated string input_names = 6; public int getInputNamesCount ()
Names of the input tensors to the op.
repeated string input_names = 6; public com.google.protobuf.ProtocolStringList getInputNamesList ()
Names of the input tensors to the op.
repeated string input_names = 6; public int getNumOutputs ()
Number of output tensors emitted by the op.
int32 num_outputs = 7; パブリック String getOpName ()
Name of the op (e.g., "Dense/MatMul_1").
string op_name = 2; public com.google.protobuf.ByteString getOpNameBytes ()
Name of the op (e.g., "Dense/MatMul_1").
string op_name = 2; パブリック String getOpType ()
Type of the op (e.g., "MatMul").
string op_type = 1; public com.google.protobuf.ByteString getOpTypeBytes ()
Type of the op (e.g., "MatMul").
string op_type = 1; public int getOutputTensorIds (int インデックス)
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9; public int getOutputTensorIdsCount ()
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9; public List<Integer> getOutputTensorIdsList ()
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9; 公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasCodeLocation ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8; public int hashCode ()
パブリック最終ブール値isInitialized ()
public static GraphOpCreation parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static GraphOpCreation parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static GraphOpCreation parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static GraphOpCreation parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static GraphOpCreation parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static GraphOpCreation parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|