パブリック インターフェイスExecutionOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象的なコードの場所 | getCodeLocation () Stack trace of the eager execution. |
抽象的なCodeLocationOrBuilder | getCodeLocationOrBuilder () Stack trace of the eager execution. |
抽象文字列 | getGraphId () The graph that's executed: applicable only to the eager execution of a FuncGraph. |
抽象的な com.google.protobuf.ByteString | getGraphIdBytes () The graph that's executed: applicable only to the eager execution of a FuncGraph. |
抽象的な長い | getInputTensorIds (int インデックス) IDs of the input tensors (if available). |
抽象整数 | getInputTensorIdsCount () IDs of the input tensors (if available). |
抽象リスト<Long> | getInputTensorIdsList () IDs of the input tensors (if available). |
抽象整数 | getNumOutputs () Number of output tensors. |
抽象文字列 | getOpType () Op type (e.g., "MatMul"). |
抽象的な com.google.protobuf.ByteString | getOpTypeBytes () Op type (e.g., "MatMul"). |
抽象整数 | getOutputTensorDeviceIds (int インデックス) Debugged-generated IDs of the devices on which the output tensors reside. |
抽象整数 | getOutputTensorDeviceIdsCount () Debugged-generated IDs of the devices on which the output tensors reside. |
抽象リスト<整数> | getOutputTensorDeviceIdsList () Debugged-generated IDs of the devices on which the output tensors reside. |
抽象的な長い | getOutputTensorIds (int インデックス) IDs of the output tensors (if availbable). |
抽象整数 | getOutputTensorIdsCount () IDs of the output tensors (if availbable). |
抽象リスト<Long> | getOutputTensorIdsList () IDs of the output tensors (if availbable). |
抽象TensorDebugMode | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
抽象整数 | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
抽象TensorProto | getTensorProtos (int インデックス) Output Tensor values in the type described by `tensor_value_type`. |
抽象整数 | getTensorProtosCount () Output Tensor values in the type described by `tensor_value_type`. |
抽象リスト< TensorProto > | getTensorProtosList () Output Tensor values in the type described by `tensor_value_type`. |
抽象TensorProtoOrBuilder | getTensorProtosOrBuilder (int インデックス) Output Tensor values in the type described by `tensor_value_type`. |
抽象リスト<? TensorProtoOrBuilder を拡張する > | getTensorProtosOrBuilderList () Output Tensor values in the type described by `tensor_value_type`. |
抽象ブール値 | hasCodeLocation () Stack trace of the eager execution. |
パブリックメソッド
パブリック抽象CodeLocation getCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;
パブリック抽象CodeLocationOrBuilder getCodeLocationOrBuilder ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;
パブリック抽象 String getGraphId ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3;
パブリック抽象 com.google.protobuf.ByteString getGraphIdBytes ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3;
public abstract long getInputTensorIds (int インデックス)
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
public abstract int getInputTensorIdsCount ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
public abstract List<Long> getInputTensorIdsList ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
public abstract int getNumOutputs ()
Number of output tensors.
int32 num_outputs = 2;
パブリック抽象 String getOpType ()
Op type (e.g., "MatMul"). In the case of a Graph, this is the name of the Graph.
string op_type = 1;
パブリック抽象 com.google.protobuf.ByteString getOpTypeBytes ()
Op type (e.g., "MatMul"). In the case of a Graph, this is the name of the Graph.
string op_type = 1;
public abstract int getOutputTensorDeviceIds (int インデックス)
Debugged-generated IDs of the devices on which the output tensors reside. To look up details about the device (e.g., name), cross-reference this field with the DebuggedDevice messages.
repeated int32 output_tensor_device_ids = 9;
public abstract int getOutputTensorDeviceIdsCount ()
Debugged-generated IDs of the devices on which the output tensors reside. To look up details about the device (e.g., name), cross-reference this field with the DebuggedDevice messages.
repeated int32 output_tensor_device_ids = 9;
public abstract List<Integer> getOutputTensorDeviceIdsList ()
Debugged-generated IDs of the devices on which the output tensors reside. To look up details about the device (e.g., name), cross-reference this field with the DebuggedDevice messages.
repeated int32 output_tensor_device_ids = 9;
public abstract long getOutputTensorIds (int インデックス)
IDs of the output tensors (if availbable). If specified, must have the same length as tensor_protos.
repeated int64 output_tensor_ids = 5;
public abstract int getOutputTensorIdsCount ()
IDs of the output tensors (if availbable). If specified, must have the same length as tensor_protos.
repeated int64 output_tensor_ids = 5;
public abstract List<Long> getOutputTensorIdsList ()
IDs of the output tensors (if availbable). If specified, must have the same length as tensor_protos.
repeated int64 output_tensor_ids = 5;
パブリック抽象TensorDebugMode getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6;
public abstract int getTensorDebugModeValue ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6;
パブリック抽象TensorProto getTensorProtos (int インデックス)
Output Tensor values in the type described by `tensor_value_type`. The length of this should match `num_outputs`.
repeated .tensorflow.TensorProto tensor_protos = 7;
public abstract int getTensorProtosCount ()
Output Tensor values in the type described by `tensor_value_type`. The length of this should match `num_outputs`.
repeated .tensorflow.TensorProto tensor_protos = 7;
public abstract List< TensorProto > getTensorProtosList ()
Output Tensor values in the type described by `tensor_value_type`. The length of this should match `num_outputs`.
repeated .tensorflow.TensorProto tensor_protos = 7;
パブリック抽象TensorProtoOrBuilder getTensorProtosOrBuilder (int インデックス)
Output Tensor values in the type described by `tensor_value_type`. The length of this should match `num_outputs`.
repeated .tensorflow.TensorProto tensor_protos = 7;
公開抄録リスト<? extends TensorProtoOrBuilder > getTensorProtosOrBuilderList ()
Output Tensor values in the type described by `tensor_value_type`. The length of this should match `num_outputs`.
repeated .tensorflow.TensorProto tensor_protos = 7;
public abstract boolean hasCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;