パブリック インターフェイスGraphOpCreationOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象的なコードの場所 | getCodeLocation () The unique ID for code location (stack trace) of the op's creation. |
抽象的なCodeLocationOrBuilder | getCodeLocationOrBuilder () The unique ID for code location (stack trace) of the op's creation. |
抽象文字列 | 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. |
抽象リスト<String> | 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. |
抽象ブール値 | hasCodeLocation () The unique ID for code location (stack trace) of the op's creation. |
パブリックメソッド
パブリック抽象CodeLocation getCodeLocation ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8;
パブリック抽象CodeLocationOrBuilder getCodeLocationOrBuilder ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8;
public abstract String getDeviceName ()
Name of the device that the op is assigned to (if available).
string device_name = 5;
public abstract 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;
パブリック抽象 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 abstract String getGraphName ()
Name of the graph that the op is a part of (if available).
string graph_name = 3;
public abstract com.google.protobuf.ByteString getGraphNameBytes ()
Name of the graph that the op is a part of (if available).
string graph_name = 3;
public abstract String getInputNames (int インデックス)
Names of the input tensors to the op.
repeated string input_names = 6;
パブリック抽象 com.google.protobuf.ByteString getInputNamesBytes (int インデックス)
Names of the input tensors to the op.
repeated string input_names = 6;
public abstract int getInputNamesCount ()
Names of the input tensors to the op.
repeated string input_names = 6;
public abstract List<String> getInputNamesList ()
Names of the input tensors to the op.
repeated string input_names = 6;
public abstract 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;
パブリック抽象 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;
パブリック抽象 com.google.protobuf.ByteString getOpTypeBytes ()
Type of the op (e.g., "MatMul").
string op_type = 1;
public abstract int getOutputTensorIds (int インデックス)
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9;
public abstract int getOutputTensorIdsCount ()
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9;
public abstract List<Integer> getOutputTensorIdsList ()
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9;
public abstract boolean hasCodeLocation ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8;