interfejs publiczny DebugEventOrBuilder
Znane podklasy pośrednie |
Metody publiczne
abstrakcyjne dane debugowania | getDebugMetadata () Metadata related to this debugging data. |
streszczenie DebugMetadataOrBuilder | getDebugMetadataOrBuilder () Metadata related to this debugging data. |
abstrakcyjne debugowane urządzenie | getDebuggedDevice () A device on which debugger-instrumented ops and/or tensors reside. |
streszczenie DebuggedDeviceOrBuilder | getDebuggedDeviceOrBuilder () A device on which debugger-instrumented ops and/or tensors reside. |
abstrakcyjny debugowany wykres | getDebuggedGraph () Information about a debugged graph. |
streszczenie DebuggedGraphOrBuilder | getDebuggedGraphOrBuilder () Information about a debugged graph. |
abstrakcyjne wykonanie | pobierz wykonanie () Execution of an op or a Graph (e.g., a tf.function). |
streszczenie ExecutionOrBuilder | getExecutionOrBuilder () Execution of an op or a Graph (e.g., a tf.function). |
streszczenie GraphExecutionTrace | getGraphExecutionTrace () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
streszczenie GraphExecutionTraceOrBuilder | getGraphExecutionTraceOrBuilder () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
abstrakcyjny ciąg | getGraphId () The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph. |
streszczenie com.google.protobuf.ByteString | getGraphIdBytes () The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph. |
streszczenie GraphOpCreation | getGraphOpCreation () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
streszczenie GraphOpCreationOrBuilder | getGraphOpCreationOrBuilder () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
abstrakcyjny plik źródłowy | pobierz plik źródłowy () The content of a source file. |
streszczenie SourceFileOrBuilder | getSourceFileOrBuilder () The content of a source file. |
abstrakcyjny StackFrameWithId | getStackFrameWithId () A stack frame (filename, line number and column number, function name and code string) with ID. |
abstrakcyjny StackFrameWithIdOrBuilder | getStackFrameWithIdOrBuilder () A stack frame (filename, line number and column number, function name and code string) with ID. |
streszczenie długie | getStep () Step of training (if available). |
abstrakcyjny dublet | getWallTime () Timestamp in seconds (with microsecond precision). |
streszczenie DebugEvent.WhatCase | |
abstrakcyjna wartość logiczna | maDebugMetadata () Metadata related to this debugging data. |
abstrakcyjna wartość logiczna | maDebuggedDevice () A device on which debugger-instrumented ops and/or tensors reside. |
abstrakcyjna wartość logiczna | maDebuggedGraph () Information about a debugged graph. |
abstrakcyjna wartość logiczna | ma wykonanie () Execution of an op or a Graph (e.g., a tf.function). |
abstrakcyjna wartość logiczna | hasGraphExecutionTrace () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
abstrakcyjna wartość logiczna | hasGraphOpCreation () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
abstrakcyjna wartość logiczna | ma plik źródłowy () The content of a source file. |
abstrakcyjna wartość logiczna | maStackFrameWithId () A stack frame (filename, line number and column number, function name and code string) with ID. |
Metody publiczne
publiczne streszczenie DebugMetadata getDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
publiczne streszczenie DebugMetadataOrBuilder getDebugMetadataOrBuilder ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
publiczne streszczenie DebuggedDevice getDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
publiczne streszczenie DebuggedDeviceOrBuilder getDebuggedDeviceOrBuilder ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
publiczne streszczenie DebuggedGraph getDebuggedGraph ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
publiczne streszczenie DebuggedGraphOrBuilder getDebuggedGraphOrBuilder ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
publiczne streszczenie Wykonanie getExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
publiczne streszczenie ExecutionOrBuilder getExecutionOrBuilder ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
publiczne streszczenie GraphExecutionTrace getGraphExecutionTrace ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
publiczne streszczenie GraphExecutionTraceOrBuilder getGraphExecutionTraceOrBuilder ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
publiczny ciąg abstrakcyjny getGraphId ()
The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;
publiczne streszczenie 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;
publiczne streszczenie 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;
publiczne streszczenie 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;
publiczny streszczenie SourceFile getSourceFile ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
publiczne streszczenie SourceFileOrBuilder getSourceFileOrBuilder ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
publiczne streszczenie 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;
publiczne streszczenie 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;
publiczne streszczenie długie getStep ()
Step of training (if available).
int64 step = 2;
publiczne streszczenie podwójne getWallTime ()
Timestamp in seconds (with microsecond precision).
double wall_time = 1;
publiczna wartość logiczna abstrakcyjna hasDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
publiczna wartość logiczna abstrakcyjna hasDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
publiczna wartość logiczna abstrakcyjna hasDebuggedGraph ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
publiczna wartość logiczna abstrakcyjna hasExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
publiczna wartość logiczna abstrakcyjna hasGraphExecutionTrace ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
publiczna wartość logiczna abstrakcyjna hasGraphOpCreation ()
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7;
publiczna wartość logiczna abstrakcyjna maSourceFile ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
publiczna wartość logiczna abstrakcyjna hasStackFrameWithId ()
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6;