パブリック最終クラスの実行
Data relating to the eager execution of an op or a Graph. For a op that generates N output tensors (N >= 0), only one Execution proto will be used to describe the execution event.
tensorflow.Execution
ネストされたクラス
クラス | 実行.ビルダー | Data relating to the eager execution of an op or a Graph. |
定数
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
コードの場所 | getCodeLocation () Stack trace of the eager execution. |
コード場所またはビルダー | getCodeLocationOrBuilder () Stack trace of the eager execution. |
静的実行 | |
実行 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
弦 | 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). |
リスト<長い> | 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). |
リスト<長い> | 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. |
テンソルプロト | 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`. |
最終的な com.google.protobuf.UnknownFieldSet | |
ブール値 | hasCodeLocation () Stack trace of the eager execution. |
整数 | ハッシュコード() |
最終ブール値 | |
静的実行.ビルダー | newBuilder (実行プロトタイプ) |
静的実行.ビルダー | newBuilder () |
実行.ビルダー | |
静的実行 | parseDelimitedFrom (InputStream 入力) |
静的実行 | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的実行 | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的実行 | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的実行 | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的実行 | parseFrom (ByteBuffer データ) |
静的実行 | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的実行 | parseFrom (com.google.protobuf.ByteString データ) |
静的実行 | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的実行 | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
実行.ビルダー | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数CODE_LOCATION_FIELD_NUMBER
定数値: 8
パブリック静的最終整数GRAPH_ID_FIELD_NUMBER
定数値: 3
パブリック静的最終整数INPUT_TENSOR_IDS_FIELD_NUMBER
定数値: 4
パブリック静的最終整数NUM_OUTPUTS_FIELD_NUMBER
定数値: 2
パブリック静的最終整数OP_TYPE_FIELD_NUMBER
定数値: 1
パブリック静的最終整数OUTPUT_TENSOR_DEVICE_IDS_FIELD_NUMBER
定数値: 9
パブリック静的最終整数OUTPUT_TENSOR_IDS_FIELD_NUMBER
定数値: 5
public static Final int TENSOR_DEBUG_MODE_FIELD_NUMBER
定数値: 6
public static Final int TENSOR_PROTOS_FIELD_NUMBER
定数値: 7
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public CodeLocation getCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;
public CodeLocationOrBuilder getCodeLocationOrBuilder ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
パブリック String getGraphId ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3;
public com.google.protobuf.ByteString getGraphIdBytes ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3;
public long getInputTensorIds (int インデックス)
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
public int getInputTensorIdsCount ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
public List<Long> getInputTensorIdsList ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
public 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;
public 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 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 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 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 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 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 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;
公共 getParserForType ()
public int getSerializedSize ()
public TensorDebugMode getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6;
public int getTensorDebugModeValue ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6;
public 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 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 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;
public 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 Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static Execution parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static Execution parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static Execution parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static Execution parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static Execution parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static Execution parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|