Package org.platanios.tensorflow.proto
Interface DebugEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DebugEvent
,DebugEvent.Builder
public interface DebugEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DebuggedDevice
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.DebuggedGraph
getDebuggedGraph()
Information about a debugged graph.DebuggedGraphOrBuilder
getDebuggedGraphOrBuilder()
Information about a debugged graph.DebugMetadata
getDebugMetadata()
Metadata related to this debugging data.DebugMetadataOrBuilder
getDebugMetadataOrBuilder()
Metadata related to this debugging data.Execution
getExecution()
Execution of an op or a Graph (e.g., a tf.function).ExecutionOrBuilder
getExecutionOrBuilder()
Execution of an op or a Graph (e.g., a tf.function).GraphExecutionTrace
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.java.lang.String
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).SourceFile
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.long
getStep()
Step of training (if available).double
getWallTime()
Timestamp in seconds (with microsecond precision).DebugEvent.WhatCase
getWhatCase()
boolean
hasDebuggedDevice()
A device on which debugger-instrumented ops and/or tensors reside.boolean
hasDebuggedGraph()
Information about a debugged graph.boolean
hasDebugMetadata()
Metadata related to this debugging data.boolean
hasExecution()
Execution of an op or a Graph (e.g., a tf.function).boolean
hasGraphExecutionTrace()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.boolean
hasGraphOpCreation()
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).boolean
hasSourceFile()
The content of a source file.boolean
hasStackFrameWithId()
A stack frame (filename, line number and column number, function name and code string) with ID.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getWallTime
double getWallTime()
Timestamp in seconds (with microsecond precision).
double wall_time = 1;
- Returns:
- The wallTime.
-
getStep
long getStep()
Step of training (if available).
int64 step = 2;
- Returns:
- The step.
-
hasDebugMetadata
boolean hasDebugMetadata()
Metadata related to this debugging data.
.org.platanios.tensorflow.proto.DebugMetadata debug_metadata = 3;
- Returns:
- Whether the debugMetadata field is set.
-
getDebugMetadata
DebugMetadata getDebugMetadata()
Metadata related to this debugging data.
.org.platanios.tensorflow.proto.DebugMetadata debug_metadata = 3;
- Returns:
- The debugMetadata.
-
getDebugMetadataOrBuilder
DebugMetadataOrBuilder getDebugMetadataOrBuilder()
Metadata related to this debugging data.
.org.platanios.tensorflow.proto.DebugMetadata debug_metadata = 3;
-
hasSourceFile
boolean hasSourceFile()
The content of a source file.
.org.platanios.tensorflow.proto.SourceFile source_file = 4;
- Returns:
- Whether the sourceFile field is set.
-
getSourceFile
SourceFile getSourceFile()
The content of a source file.
.org.platanios.tensorflow.proto.SourceFile source_file = 4;
- Returns:
- The sourceFile.
-
getSourceFileOrBuilder
SourceFileOrBuilder getSourceFileOrBuilder()
The content of a source file.
.org.platanios.tensorflow.proto.SourceFile source_file = 4;
-
hasStackFrameWithId
boolean hasStackFrameWithId()
A stack frame (filename, line number and column number, function name and code string) with ID.
.org.platanios.tensorflow.proto.StackFrameWithId stack_frame_with_id = 6;
- Returns:
- Whether the stackFrameWithId field is set.
-
getStackFrameWithId
StackFrameWithId getStackFrameWithId()
A stack frame (filename, line number and column number, function name and code string) with ID.
.org.platanios.tensorflow.proto.StackFrameWithId stack_frame_with_id = 6;
- Returns:
- The stackFrameWithId.
-
getStackFrameWithIdOrBuilder
StackFrameWithIdOrBuilder getStackFrameWithIdOrBuilder()
A stack frame (filename, line number and column number, function name and code string) with ID.
.org.platanios.tensorflow.proto.StackFrameWithId stack_frame_with_id = 6;
-
hasGraphOpCreation
boolean hasGraphOpCreation()
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.org.platanios.tensorflow.proto.GraphOpCreation graph_op_creation = 7;
- Returns:
- Whether the graphOpCreation field is set.
-
getGraphOpCreation
GraphOpCreation getGraphOpCreation()
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.org.platanios.tensorflow.proto.GraphOpCreation graph_op_creation = 7;
- Returns:
- The graphOpCreation.
-
getGraphOpCreationOrBuilder
GraphOpCreationOrBuilder getGraphOpCreationOrBuilder()
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.org.platanios.tensorflow.proto.GraphOpCreation graph_op_creation = 7;
-
hasDebuggedGraph
boolean hasDebuggedGraph()
Information about a debugged graph.
.org.platanios.tensorflow.proto.DebuggedGraph debugged_graph = 8;
- Returns:
- Whether the debuggedGraph field is set.
-
getDebuggedGraph
DebuggedGraph getDebuggedGraph()
Information about a debugged graph.
.org.platanios.tensorflow.proto.DebuggedGraph debugged_graph = 8;
- Returns:
- The debuggedGraph.
-
getDebuggedGraphOrBuilder
DebuggedGraphOrBuilder getDebuggedGraphOrBuilder()
Information about a debugged graph.
.org.platanios.tensorflow.proto.DebuggedGraph debugged_graph = 8;
-
hasExecution
boolean hasExecution()
Execution of an op or a Graph (e.g., a tf.function).
.org.platanios.tensorflow.proto.Execution execution = 9;
- Returns:
- Whether the execution field is set.
-
getExecution
Execution getExecution()
Execution of an op or a Graph (e.g., a tf.function).
.org.platanios.tensorflow.proto.Execution execution = 9;
- Returns:
- The execution.
-
getExecutionOrBuilder
ExecutionOrBuilder getExecutionOrBuilder()
Execution of an op or a Graph (e.g., a tf.function).
.org.platanios.tensorflow.proto.Execution execution = 9;
-
hasGraphExecutionTrace
boolean hasGraphExecutionTrace()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.org.platanios.tensorflow.proto.GraphExecutionTrace graph_execution_trace = 10;
- Returns:
- Whether the graphExecutionTrace field is set.
-
getGraphExecutionTrace
GraphExecutionTrace getGraphExecutionTrace()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.org.platanios.tensorflow.proto.GraphExecutionTrace graph_execution_trace = 10;
- Returns:
- The graphExecutionTrace.
-
getGraphExecutionTraceOrBuilder
GraphExecutionTraceOrBuilder getGraphExecutionTraceOrBuilder()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.org.platanios.tensorflow.proto.GraphExecutionTrace graph_execution_trace = 10;
-
getGraphId
java.lang.String getGraphId()
The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;
- Returns:
- The graphId.
-
getGraphIdBytes
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;
- Returns:
- The bytes for graphId.
-
hasDebuggedDevice
boolean hasDebuggedDevice()
A device on which debugger-instrumented ops and/or tensors reside.
.org.platanios.tensorflow.proto.DebuggedDevice debugged_device = 12;
- Returns:
- Whether the debuggedDevice field is set.
-
getDebuggedDevice
DebuggedDevice getDebuggedDevice()
A device on which debugger-instrumented ops and/or tensors reside.
.org.platanios.tensorflow.proto.DebuggedDevice debugged_device = 12;
- Returns:
- The debuggedDevice.
-
getDebuggedDeviceOrBuilder
DebuggedDeviceOrBuilder getDebuggedDeviceOrBuilder()
A device on which debugger-instrumented ops and/or tensors reside.
.org.platanios.tensorflow.proto.DebuggedDevice debugged_device = 12;
-
getWhatCase
DebugEvent.WhatCase getWhatCase()
-
-