パブリック最終クラスDebugEvent
An Event related to the debugging of a TensorFlow program.
tensorflow.DebugEvent
ネストされたクラス
クラス | DebugEvent.Builder | An Event related to the debugging of a TensorFlow program. | |
列挙型 | DebugEvent.WhatCase |
定数
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
デバッグメタデータ | getDebugMetadata () Metadata related to this debugging data. |
デバッグメタデータまたはビルダー | getDebugMetadataOrBuilder () Metadata related to this debugging data. |
デバッグされたデバイス | getDebuggedDevice () A device on which debugger-instrumented ops and/or tensors reside. |
デバッグされたデバイスまたはビルダー | getDebuggedDeviceOrBuilder () A device on which debugger-instrumented ops and/or tensors reside. |
デバッグされたグラフ | getDebuggedGraph () Information about a debugged graph. |
デバッグされたグラフまたはビルダー | getDebuggedGraphOrBuilder () Information about a debugged graph. |
静的デバッグイベント | |
デバッグイベント | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
実行 | get実行() Execution of an op or a Graph (e.g., a tf.function). |
実行またはビルダー | getExecutionOrBuilder () Execution of an op or a Graph (e.g., a tf.function). |
グラフ実行トレース | getGraphExecutionTrace () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
グラフ実行トレースまたはビルダー | getGraphExecutionTraceOrBuilder () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
弦 | getGraphId () The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph. |
com.google.protobuf.ByteString | getGraphIdBytes () The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph. |
グラフオペレーション作成 | getGraphOpCreation () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
グラフ演算子またはビルダー | getGraphOpCreationOrBuilder () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
整数 | |
ソースファイル | getSourceFile () The content of a source file. |
ソースファイルまたはビルダー | getSourceFileOrBuilder () The content of a source file. |
StackFrameWithId | getStackFrameWithId () A stack frame (filename, line number and column number, function name and code string) with ID. |
StackFrameWithIdOrBuilder | getStackFrameWithIdOrBuilder () A stack frame (filename, line number and column number, function name and code string) with ID. |
長さ | getステップ() Step of training (if available). |
最終的な com.google.protobuf.UnknownFieldSet | |
ダブル | getWallTime () Timestamp in seconds (with microsecond precision). |
DebugEvent.WhatCase | getWhatCase () |
ブール値 | デバッグメタデータがある() Metadata related to this debugging data. |
ブール値 | hasDebuggedDevice () A device on which debugger-instrumented ops and/or tensors reside. |
ブール値 | hasDebuggedGraph () Information about a debugged graph. |
ブール値 | 実行あり() Execution of an op or a Graph (e.g., a tf.function). |
ブール値 | hasGraphExecutionTrace () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
ブール値 | hasGraphOpCreation () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
ブール値 | ソースファイルあり() The content of a source file. |
ブール値 | hasStackFrameWithId () A stack frame (filename, line number and column number, function name and code string) with ID. |
整数 | ハッシュコード() |
最終ブール値 | |
静的DebugEvent.Builder | newBuilder ( DebugEventプロトタイプ) |
静的DebugEvent.Builder | newBuilder () |
DebugEvent.Builder | |
静的デバッグイベント | 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) |
静的 | パーサー() |
DebugEvent.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数DEBUGGED_DEVICE_FIELD_NUMBER
定数値: 12
パブリック静的最終整数DEBUGGED_GRAPH_FIELD_NUMBER
定数値: 8
パブリック静的最終整数DEBUG_METADATA_FIELD_NUMBER
定数値: 3
パブリック静的最終整数EXECUTION_FIELD_NUMBER
定数値: 9
パブリック静的最終整数GRAPH_EXECUTION_TRACE_FIELD_NUMBER
定数値: 10
パブリック静的最終整数GRAPH_ID_FIELD_NUMBER
定数値: 11
パブリック静的最終整数GRAPH_OP_CREATION_FIELD_NUMBER
定数値: 7
パブリック静的最終整数SOURCE_FILE_FIELD_NUMBER
定数値: 4
パブリック静的最終整数STACK_FRAME_WITH_ID_FIELD_NUMBER
定数値: 6
パブリック静的最終整数STEP_FIELD_NUMBER
定数値: 2
パブリック静的最終整数WALL_TIME_FIELD_NUMBER
定数値: 1
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public DebugMetadata getDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
public DebugMetadataOrBuilder getDebugMetadataOrBuilder ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
public DebuggedDevice getDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
public DebuggedDeviceOrBuilder getDebuggedDeviceOrBuilder ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
public DebuggedGraph getDebuggedGraph ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
public DebuggedGraphOrBuilder getDebuggedGraphOrBuilder ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
パブリック実行getExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
public ExecutionOrBuilder getExecutionOrBuilder ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
public GraphExecutionTrace getGraphExecutionTrace ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
public GraphExecutionTraceOrBuilder getGraphExecutionTraceOrBuilder ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
パブリック String getGraphId ()
The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;
public com.google.protobuf.ByteString getGraphIdBytes ()
The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;
public GraphOpCreation getGraphOpCreation ()
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7;
public GraphOpCreationOrBuilder getGraphOpCreationOrBuilder ()
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7;
公共 getParserForType ()
public int getSerializedSize ()
public SourceFile getSourceFile ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
public SourceFileOrBuilder getSourceFileOrBuilder ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
public StackFrameWithId getStackFrameWithId ()
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6;
public StackFrameWithIdOrBuilder getStackFrameWithIdOrBuilder ()
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6;
public long getStep ()
Step of training (if available).
int64 step = 2;
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public double getWallTime ()
Timestamp in seconds (with microsecond precision).
double wall_time = 1;
public boolean hasDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
public boolean hasDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
public boolean hasDebuggedGraph ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
public boolean hasExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
public boolean hasGraphExecutionTrace ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
public boolean hasGraphOpCreation ()
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7;
public boolean hasSourceFile ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
public boolean hasStackFrameWithId ()
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static DebugEvent parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static DebugEvent parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static DebugEvent parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static DebugEvent parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static DebugEvent parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static DebugEvent parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|