DebugEventOrBuilder

सार्वजनिक इंटरफ़ेस 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.
सार डीबग्डडिवाइसऑरबिल्डर
getDebuggedDeviceOrBuilder ()
 A device on which debugger-instrumented ops and/or tensors reside.
सार डीबग्डग्राफ़
getDebuggedGraph ()
 Information about a debugged graph.
सार डीबग्डग्राफऑरबिल्डर
getDebuggedGraphOrBuilder ()
 Information about a debugged graph.
सार निष्पादन
निष्पादन प्राप्त करें ()
 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).
सार 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.
सार स्ट्रिंग
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.
सार ग्राफऑपक्रिएशन
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).
सार स्रोतफ़ाइल
getSourceफ़ाइल ()
 The content of a source file.
सार सोर्सफ़ाइलऑरबिल्डर
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.
अमूर्त लंबा
गेटस्टेप ()
 Step of training (if available).
सार दोहरा
गेटवॉलटाइम ()
 Timestamp in seconds (with microsecond precision).
सार DebugEvent.WhatCase
अमूर्त बूलियन
hasDebugMetadata ()
 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.
अमूर्त बूलियन
हैग्राफऑपक्रिएशन ()
 The creation of an op within a graph (e.g., a FuncGraph compiled from
 a Python function).
अमूर्त बूलियन
hasSourceफ़ाइल ()
 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;

सार्वजनिक सार डीबग्डडिवाइस गेटडिबग्डडिवाइस ()

 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;

सार्वजनिक सार डीबग्डग्राफ getDebuggedGraph ()

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

सार्वजनिक सार DebuggedGraphOrBuilder getDebuggedGraphOrBuilder ()

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

सार्वजनिक सार निष्पादन 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;

सार्वजनिक सार स्ट्रिंग 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;

सार्वजनिक सार स्रोत फ़ाइल getSourceFile ()

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

सार्वजनिक सार सोर्सफ़ाइलऑरबिल्डर 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;

सार्वजनिक सार लंबा getStep ()

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

सार्वजनिक सार डबल getWallTime ()

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

सार्वजनिक सार DebugEvent.WhatCase getWhatCase ()

सार्वजनिक सार बूलियन hasDebugMetadata ()

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

सार्वजनिक सार बूलियन hasDebuggedDevice ()

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

सार्वजनिक सार बूलियन hasDebuggedGraph ()

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

सार्वजनिक सार बूलियन hasExecution ()

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

सार्वजनिक सार बूलियन 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;

सार्वजनिक सार बूलियन hasSourceFile ()

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

सार्वजनिक सार बूलियन hasStackFrameWithId ()

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