publiczna klasa końcowa DebugEvent
An Event related to the debugging of a TensorFlow program.
tensorflow.DebugEvent
Klasy zagnieżdżone
klasa | DebugEvent.Builder | An Event related to the debugging of a TensorFlow program. | |
wyliczenie | DebugEvent.WhatCase |
Stałe
Metody publiczne
wartość logiczna | równa się (obiekt obiektu) |
Debuguj metadane | getDebugMetadata () Metadata related to this debugging data. |
DebugMetadataOrBuilder | getDebugMetadataOrBuilder () Metadata related to this debugging data. |
Debugowane urządzenie | getDebuggedDevice () A device on which debugger-instrumented ops and/or tensors reside. |
Debugowane urządzenie lub konstruktor | getDebuggedDeviceOrBuilder () A device on which debugger-instrumented ops and/or tensors reside. |
Debugowany wykres | getDebuggedGraph () Information about a debugged graph. |
DebugowanyGraphOrBuilder | getDebuggedGraphOrBuilder () Information about a debugged graph. |
statyczne zdarzenie debugowania | |
Zdarzenie debugowania | |
końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
Wykonanie | pobierz wykonanie () Execution of an op or a Graph (e.g., a tf.function). |
Wykonanie lub konstruktor | getExecutionOrBuilder () Execution of an op or a Graph (e.g., a tf.function). |
Wykres wykonaniaŚlad | 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. |
Smyczkowy | 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. |
Tworzenie wykresów | 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). |
wew | |
Plik źródłowy | pobierz plik źródłowy () 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. |
długi | getStep () Step of training (if available). |
końcowy com.google.protobuf.UnknownFieldSet | |
podwójnie | getWallTime () Timestamp in seconds (with microsecond precision). |
DebugEvent.WhatCase | |
wartość logiczna | hasDebugMetadata () Metadata related to this debugging data. |
wartość logiczna | maDebuggedDevice () A device on which debugger-instrumented ops and/or tensors reside. |
wartość logiczna | maDebuggedGraph () Information about a debugged graph. |
wartość logiczna | ma wykonanie () Execution of an op or a Graph (e.g., a tf.function). |
wartość logiczna | hasGraphExecutionTrace () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
wartość logiczna | hasGraphOpCreation () The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
wartość logiczna | ma plik źródłowy () The content of a source file. |
wartość logiczna | maStackFrameWithId () A stack frame (filename, line number and column number, function name and code string) with ID. |
wew | hashCode () |
końcowa wartość logiczna | |
statyczny DebugEvent.Builder | newBuilder (prototyp DebugEvent ) |
statyczny DebugEvent.Builder | |
DebugEvent.Builder | |
statyczne zdarzenie debugowania | parseDelimitedFrom (wejście strumienia wejściowego) |
statyczne zdarzenie debugowania | parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne zdarzenie debugowania | parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne zdarzenie debugowania | parseFrom (wejście com.google.protobuf.CodedInputStream) |
statyczne zdarzenie debugowania | parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry) |
statyczne zdarzenie debugowania | parseFrom (dane ByteBuffer) |
statyczne zdarzenie debugowania | parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne zdarzenie debugowania | parseFrom (dane com.google.protobuf.ByteString) |
statyczne zdarzenie debugowania | parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne zdarzenie debugowania | parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny | parser () |
DebugEvent.Builder | |
próżnia | writeTo (wyjście com.google.protobuf.CodedOutputStream) |
Metody dziedziczone
Stałe
publiczny statyczny końcowy int DEBUGGED_DEVICE_FIELD_NUMBER
Wartość stała: 12
publiczny statyczny końcowy int DEBUGGED_GRAPH_FIELD_NUMBER
Wartość stała: 8
publiczny statyczny końcowy int DEBUG_METADATA_FIELD_NUMBER
Wartość stała: 3
publiczny statyczny końcowy int EXECUTION_FIELD_NUMBER
Wartość stała: 9
publiczny statyczny końcowy int GRAPH_EXECUTION_TRACE_FIELD_NUMBER
Wartość stała: 10
publiczny statyczny końcowy int GRAPH_ID_FIELD_NUMBER
Wartość stała: 11
publiczny statyczny końcowy int GRAPH_OP_CREATION_FIELD_NUMBER
Wartość stała: 7
publiczny statyczny końcowy int SOURCE_FILE_FIELD_NUMBER
Wartość stała: 4
publiczny statyczny końcowy int STACK_FRAME_WITH_ID_FIELD_NUMBER
Wartość stała: 6
publiczny statyczny końcowy int STEP_FIELD_NUMBER
Wartość stała: 2
publiczny statyczny końcowy int WALL_TIME_FIELD_NUMBER
Wartość stała: 1
Metody publiczne
publiczna wartość logiczna równa się (obiekt obiektu)
publiczne DebugMetadata getDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
public DebugMetadataOrBuilder getDebugMetadataOrBuilder ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
publiczne urządzenie debugowane getDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
public DebuggedDeviceOrBuilder getDebuggedDeviceOrBuilder ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
publiczny DebuggedGraph getDebuggedGraph ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
publiczny DebuggedGraphOrBuilder getDebuggedGraphOrBuilder ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
wykonanie publiczne getExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
public ExecutionOrBuilder getExecutionOrBuilder ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
public GraphExecutionTrace getGraphExecutionTrace ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
public 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 getGraphId ()
The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;
public 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;
publiczny 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;
public 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 getParserForType ()
publiczny int getSerializedSize ()
publiczny plik źródłowy getSourceFile ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
publiczny SourceFileOrBuilder getSourceFileOrBuilder ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
public 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;
public 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;
publiczny długi krok ()
Step of training (if available).
int64 step = 2;
publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()
publiczny podwójny getWallTime ()
Timestamp in seconds (with microsecond precision).
double wall_time = 1;
publiczna wartość logiczna hasDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
publiczna wartość logiczna hasDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
publiczna wartość logiczna hasDebuggedGraph ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
publiczna wartość logiczna hasExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
publiczna wartość logiczna 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 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 maSourceFile ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
publiczna wartość logiczna hasStackFrameWithId ()
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6;
publiczny int hashCode ()
publiczna końcowa wartość logiczna isInitialized ()
public static DebugEvent parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static DebugEvent parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static DebugEvent parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static DebugEvent parseFrom (dane ByteBuffer)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static DebugEvent parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static DebugEvent parseFrom (dane com.google.protobuf.ByteString)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static DebugEvent parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Wyjątek IO |
---|
public static DebugEvent parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczna statyka parser ()
public void writeTo (wyjście com.google.protobuf.CodedOutputStream)
Rzuca
Wyjątek IO |
---|