DebugEventOrBuilder

interfaz pública DebugEventOrBuilder
Subclases indirectas conocidas

Métodos públicos

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

Métodos públicos

público abstracto DebugMetadata getDebugMetadata ()

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

público abstracto DebugMetadataOrBuilder getDebugMetadataOrBuilder ()

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

resumen público DebuggedDevice getDebuggedDevice ()

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

resumen público DebuggedDeviceOrBuilder getDebuggedDeviceOrBuilder ()

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

DebuggedGraph resumen público getDebuggedGraph ()

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

resumen público DebuggedGraphOrBuilder getDebuggedGraphOrBuilder ()

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

getExecution () de ejecución abstracta pública

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

ExecutionOrBuilder abstracto público getExecutionOrBuilder ()

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

GraphExecutionTrace público abstracto getGraphExecutionTrace ()

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

GraphExecutionTraceOrBuilder público abstracto getGraphExecutionTraceOrBuilder ()

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

cadena abstracta pública getGraphId ()

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

resumen público 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;

público abstracto 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;

público abstracto 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;

resumen público SourceFile getSourceFile ()

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

resumen público SourceFileOrBuilder getSourceFileOrBuilder ()

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

público abstracto 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;

público abstracto 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 long getStep ()

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

público abstracto doble getWallTime ()

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

DebugEvent.WhatCase resumen público getWhatCase ()

público abstracto booleano 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 .tensorflow.DebuggedDevice debugged_device = 12;

public abstract boolean hasDebuggedGraph ()

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

hasExecution () booleano abstracto público

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

público abstracto booleano hasGraphExecutionTrace ()

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

hasGraphOpCreation () booleano abstracto público

 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;

hasStackFrameWithId () booleano abstracto público

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