パブリック最終クラスGraphExecutionTrace
Data relating to an execution of a Graph (e.g., an eager execution of a FuncGraph). The values of the intermediate tensors computed in the graph are recorded in this proto. A graph execution may correspond to one or more pieces of `GraphExecutionTrace`, depending on whether the instrumented tensor values are summarized in an aggregated or separate fashion.
tensorflow.GraphExecutionTrace
ネストされたクラス
クラス | グラフ実行トレース.ビルダー | Data relating to an execution of a Graph (e.g., an eager execution of a FuncGraph). |
定数
整数 | DEVICE_NAME_FIELD_NUMBER | |
整数 | OP_NAME_FIELD_NUMBER | |
整数 | OUTPUT_SLOT_FIELD_NUMBER | |
整数 | TENSOR_DEBUG_MODE_FIELD_NUMBER | |
整数 | TENSOR_PROTO_FIELD_NUMBER | |
整数 | TFDBG_CONTEXT_ID_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
静的グラフ実行トレース | |
グラフ実行トレース | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
弦 | getデバイス名() Name of the device that the op belongs to. |
com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device that the op belongs to. |
弦 | getOpName () Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
com.google.protobuf.ByteString | getOpNameBytes () Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
整数 | getOutputSlot () Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
整数 | |
TensorDebugMode | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
整数 | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
テンソルプロト | getTensorProto () Tensor value in the type described by `tensor_value_type`. |
TensorProtoOrBuilder | getTensorProtoOrBuilder () Tensor value in the type described by `tensor_value_type`. |
弦 | getTfdbgContextId () Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
com.google.protobuf.ByteString | getTfdbgContextIdBytes () Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
最終的な com.google.protobuf.UnknownFieldSet | |
ブール値 | hasTensorProto () Tensor value in the type described by `tensor_value_type`. |
整数 | ハッシュコード() |
最終ブール値 | |
静的GraphExecutionTrace.Builder | newBuilder ( GraphExecutionTraceプロトタイプ) |
静的GraphExecutionTrace.Builder | newBuilder () |
グラフ実行トレース.ビルダー | |
静的グラフ実行トレース | parseDelimitedFrom (InputStream 入力) |
静的グラフ実行トレース | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的グラフ実行トレース | parseFrom (ByteBuffer データ) |
静的グラフ実行トレース | parseFrom (com.google.protobuf.CodedInputStream 入力、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 (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 出力) |
継承されたメソッド
定数
パブリック静的最終整数DEVICE_NAME_FIELD_NUMBER
定数値: 6
パブリック静的最終整数OP_NAME_FIELD_NUMBER
定数値: 2
パブリック静的最終整数OUTPUT_SLOT_FIELD_NUMBER
定数値: 3
public static Final int TENSOR_DEBUG_MODE_FIELD_NUMBER
定数値: 4
public static Final int TENSOR_PROTO_FIELD_NUMBER
定数値: 5
public static Final int TFDBG_CONTEXT_ID_FIELD_NUMBER
定数値: 1
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
パブリック String getDeviceName ()
Name of the device that the op belongs to.
string device_name = 6;
public com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device that the op belongs to.
string device_name = 6;
パブリック String getOpName ()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2;
public com.google.protobuf.ByteString getOpNameBytes ()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2;
public int getOutputSlot ()
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).
int32 output_slot = 3;
公共 getParserForType ()
public int getSerializedSize ()
public TensorDebugMode getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
public int getTensorDebugModeValue ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
public TensorProto getTensorProto ()
Tensor value in the type described by `tensor_value_type`. This tensor may summarize the value of a single intermediate op of the graph, or those of multiple intermediate tensors.
.tensorflow.TensorProto tensor_proto = 5;
public TensorProtoOrBuilder getTensorProtoOrBuilder ()
Tensor value in the type described by `tensor_value_type`. This tensor may summarize the value of a single intermediate op of the graph, or those of multiple intermediate tensors.
.tensorflow.TensorProto tensor_proto = 5;
パブリック String getTfdbgContextId ()
Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function).
string tfdbg_context_id = 1;
public com.google.protobuf.ByteString getTfdbgContextIdBytes ()
Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function).
string tfdbg_context_id = 1;
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasTensorProto ()
Tensor value in the type described by `tensor_value_type`. This tensor may summarize the value of a single intermediate op of the graph, or those of multiple intermediate tensors.
.tensorflow.TensorProto tensor_proto = 5;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static GraphExecutionTrace parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static GraphExecutionTrace parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static GraphExecutionTrace parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static GraphExecutionTrace parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static GraphExecutionTrace parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static GraphExecutionTrace parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|