パブリック インターフェイスDebugEventOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象的なデバッグメタデータ | getDebugMetadata () Metadata related to this debugging data. |
抽象的なDebugMetadataOrBuilder | getDebugMetadataOrBuilder () Metadata related to this debugging data. |
抽象的なデバッグ済みデバイス | getDebuggedDevice () A device on which debugger-instrumented ops and/or tensors reside. |
抽象的なDebuggedDeviceOrBuilder | getDebuggedDeviceOrBuilder () A device on which debugger-instrumented ops and/or tensors reside. |
抽象的なデバッグされたグラフ | getDebuggedGraph () Information about a debugged graph. |
抽象的なDebuggedGraphOrBuilder | getDebuggedGraphOrBuilder () Information about a debugged graph. |
抽象的な実行 | 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. |
抽象的なGraphExecutionTraceOrBuilder | 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. |
抽象的なGraphOpCreation | getGraphOpCreation () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
抽象的なGraphOpCreationOrBuilder | 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. |
抽象的なSourceFileOrBuilder | 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). |
抽象的なダブル | 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. |
パブリックメソッド
パブリック抽象DebugMetadata getDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
パブリック抽象DebugMetadataOrBuilder getDebugMetadataOrBuilder ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
パブリック抽象DebuggedDevice getDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
パブリック抽象DebuggedDeviceOrBuilder getDebuggedDeviceOrBuilder ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
パブリックabstract DebuggedGraph getDebuggedGraph ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
パブリック抽象DebuggedGraphOrBuilder getDebuggedGraphOrBuilder ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
public abstract実行getExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
パブリック抽象ExecutionOrBuilder getExecutionOrBuilder ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
パブリック抽象GraphExecutionTrace getGraphExecutionTrace ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
パブリック抽象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;
パブリック抽象 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;
パブリック抽象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;
パブリック抽象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;
パブリック抽象SourceFile getSourceFile ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
パブリック抽象SourceFileOrBuilder getSourceFileOrBuilder ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
パブリック抽象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;
パブリック抽象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;
パブリック抽象long getStep ()
Step of training (if available).
int64 step = 2;
public abstract double getWallTime ()
Timestamp in seconds (with microsecond precision).
double wall_time = 1;
public abstract boolean hasDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
public abstract boolean hasDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
public abstract boolean hasDebuggedGraph ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
public abstract boolean hasExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
public abstract boolean hasGraphExecutionTrace ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
パブリック抽象ブール値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 abstract boolean hasSourceFile ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
public abstract 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;