DebugEventOrBuilder

interfaccia pubblica DebugEventOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

metadati di debug astratti
getDebugMetadata ()
 Metadata related to this debugging data.
abstract DebugMetadataOrBuilder
getDebugMetadataOrBuilder ()
 Metadata related to this debugging data.
abstract DebuggedDevice
getDebuggedDevice ()
 A device on which debugger-instrumented ops and/or tensors reside.
abstract DebuggedDeviceOrBuilder
getDebuggedDeviceOrBuilder ()
 A device on which debugger-instrumented ops and/or tensors reside.
abstract DebuggedGraph
getDebuggedGraph ()
 Information about a debugged graph.
astratto DebuggedGraphOrBuilder
getDebuggedGraphOrBuilder ()
 Information about a debugged graph.
Esecuzione astratta
getExecution ()
 Execution of an op or a Graph (e.g., a tf.function).
astratto ExecutionOrBuilder
getExecutionOrBuilder ()
 Execution of an op or a Graph (e.g., a tf.function).
astratto GraphExecutionTrace
getGraphExecutionTrace ()
 A graph execution trace: Contains information about the intermediate
 tensors computed during the graph execution.
astratto GraphExecutionTraceOrBuilder
getGraphExecutionTraceOrBuilder ()
 A graph execution trace: Contains information about the intermediate
 tensors computed during the graph execution.
stringa astratta
getIdGrafico ()
 The ID of the graph (i.e., FuncGraph) executed here: applicable only
 to the execution of a FuncGraph.
astratto com.google.protobuf.ByteString
getGraphIdBytes ()
 The ID of the graph (i.e., FuncGraph) executed here: applicable only
 to the execution of a FuncGraph.
astratto GraphOpCreation
getGraphOpCreation ()
 The creation of an op within a graph (e.g., a FuncGraph compiled from
 a Python function).
abstract GraphOpCreationOrBuilder
getGraphOpCreationOrBuilder ()
 The creation of an op within a graph (e.g., a FuncGraph compiled from
 a Python function).
file sorgente astratto
getSourceFile ()
 The content of a source file.
astratto SourceFileOrBuilder
getSourceFileOrBuilder ()
 The content of a source file.
StackFrameWithId astratto
getStackFrameWithId ()
 A stack frame (filename, line number and column number, function name and
 code string) with ID.
astratto StackFrameWithIdOrBuilder
getStackFrameWithIdOrBuilder ()
 A stack frame (filename, line number and column number, function name and
 code string) with ID.
astratto lungo
getStep ()
 Step of training (if available).
doppio astratto
getWallTime ()
 Timestamp in seconds (with microsecond precision).
astratto DebugEvent.WhatCase
booleano astratto
hasDebugMetadata ()
 Metadata related to this debugging data.
booleano astratto
hasDebuggedDevice ()
 A device on which debugger-instrumented ops and/or tensors reside.
booleano astratto
hasDebuggedGraph ()
 Information about a debugged graph.
booleano astratto
haEsecuzione ()
 Execution of an op or a Graph (e.g., a tf.function).
booleano astratto
hasGraphExecutionTrace ()
 A graph execution trace: Contains information about the intermediate
 tensors computed during the graph execution.
booleano astratto
hasGraphOpCreation ()
 The creation of an op within a graph (e.g., a FuncGraph compiled from
 a Python function).
booleano astratto
hasSourceFile ()
 The content of a source file.
booleano astratto
hasStackFrameWithId ()
 A stack frame (filename, line number and column number, function name and
 code string) with ID.

Metodi pubblici

estratto pubblico DebugMetadata getDebugMetadata ()

 Metadata related to this debugging data.
 
.tensorflow.DebugMetadata debug_metadata = 3;

public abstract DebugMetadataOrBuilder getDebugMetadataOrBuilder ()

 Metadata related to this debugging data.
 
.tensorflow.DebugMetadata debug_metadata = 3;

estratto pubblico DebuggedDevice getDebuggedDevice ()

 A device on which debugger-instrumented ops and/or tensors reside.
 
.tensorflow.DebuggedDevice debugged_device = 12;

public abstract DebuggedDeviceOrBuilder getDebuggedDeviceOrBuilder ()

 A device on which debugger-instrumented ops and/or tensors reside.
 
.tensorflow.DebuggedDevice debugged_device = 12;

estratto pubblico DebuggedGraph getDebuggedGraph ()

 Information about a debugged graph.
 
.tensorflow.DebuggedGraph debugged_graph = 8;

estratto pubblico DebuggedGraphOrBuilder getDebuggedGraphOrBuilder ()

 Information about a debugged graph.
 
.tensorflow.DebuggedGraph debugged_graph = 8;

esecuzione astratta pubblica getExecution ()

 Execution of an op or a Graph (e.g., a tf.function).
 
.tensorflow.Execution execution = 9;

public abstract ExecutionOrBuilder getExecutionOrBuilder ()

 Execution of an op or a Graph (e.g., a tf.function).
 
.tensorflow.Execution execution = 9;

estratto pubblico GraphExecutionTrace getGraphExecutionTrace ()

 A graph execution trace: Contains information about the intermediate
 tensors computed during the graph execution.
 
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;

estratto pubblico GraphExecutionTraceOrBuilder getGraphExecutionTraceOrBuilder ()

 A graph execution trace: Contains information about the intermediate
 tensors computed during the graph execution.
 
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;

stringa astratta pubblica getGraphId ()

 The ID of the graph (i.e., FuncGraph) executed here: applicable only
 to the execution of a FuncGraph.
 
string graph_id = 11;

estratto pubblico 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;

estratto pubblico 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;

estratto pubblico 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;

estratto pubblico SourceFile getSourceFile ()

 The content of a source file.
 
.tensorflow.SourceFile source_file = 4;

estratto pubblico SourceFileOrBuilder getSourceFileOrBuilder ()

 The content of a source file.
 
.tensorflow.SourceFile source_file = 4;

estratto pubblico 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;

estratto pubblico 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 abstract lungo getStep ()

 Step of training (if available).
 
int64 step = 2;

pubblico astratto double getWallTime ()

 Timestamp in seconds (with microsecond precision).
 
double wall_time = 1;

estratto pubblico DebugEvent.WhatCase getWhatCase ()

public abstract booleano hasDebugMetadata ()

 Metadata related to this debugging data.
 
.tensorflow.DebugMetadata debug_metadata = 3;

public abstract booleano hasDebuggedDevice ()

 A device on which debugger-instrumented ops and/or tensors reside.
 
.tensorflow.DebuggedDevice debugged_device = 12;

pubblico astratto booleano hasDebuggedGraph ()

 Information about a debugged graph.
 
.tensorflow.DebuggedGraph debugged_graph = 8;

public abstract booleano hasExecution ()

 Execution of an op or a Graph (e.g., a tf.function).
 
.tensorflow.Execution execution = 9;

pubblico astratto booleano hasGraphExecutionTrace ()

 A graph execution trace: Contains information about the intermediate
 tensors computed during the graph execution.
 
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;

public abstract booleano hasGraphOpCreation ()

 The creation of an op within a graph (e.g., a FuncGraph compiled from
 a Python function).
 
.tensorflow.GraphOpCreation graph_op_creation = 7;

pubblico astratto booleano hasSourceFile ()

 The content of a source file.
 
.tensorflow.SourceFile source_file = 4;

pubblico astratto booleano hasStackFrameWithId ()

 A stack frame (filename, line number and column number, function name and
 code string) with ID.
 
.tensorflow.StackFrameWithId stack_frame_with_id = 6;