공개 최종 클래스 DebugEvent
An Event related to the debugging of a TensorFlow program.
tensorflow.DebugEvent
중첩 클래스
수업 | DebugEvent.Builder | An Event related to the debugging of a TensorFlow program. | |
열거형 | DebugEvent.WhatCase |
상수
공개 방법
부울 | 같음 (객체 객체) |
디버그메타데이터 | getDebugMetadata () Metadata related to this debugging data. |
디버그메타데이터또는 빌더 | getDebugMetadataOrBuilder () Metadata related to this debugging data. |
디버깅된 장치 | getDebuggedDevice () A device on which debugger-instrumented ops and/or tensors reside. |
디버깅된DeviceOrBuilder | getDebuggedDeviceOrBuilder () A device on which debugger-instrumented ops and/or tensors reside. |
디버깅된 그래프 | getDebuggedGraph () Information about a debugged graph. |
디버깅된 그래프 또는 빌더 | getDebuggedGraphOrBuilder () Information about a debugged graph. |
정적 디버그이벤트 | |
디버그이벤트 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
실행 | getExecution () 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). |
그래프실행추적 | getGraphExecutionTrace () A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
그래프실행TraceOrBuilder | 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. |
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). |
정수 | |
소스파일 | getSource파일 () The content of a source file. |
소스파일또는빌더 | getSourceFileOrBuilder () The content of a source file. |
ID가 있는 스택프레임 | 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. |
긴 | getStep () Step of training (if available). |
최종 com.google.protobuf.UnknownFieldSet | |
더블 | getWallTime () Timestamp in seconds (with microsecond precision). |
DebugEvent.WhatCase | getWhatCase () |
부울 | 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. |
부울 | hasExecution () 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. |
부울 | hasGraphOpCreation () 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. |
정수 | 해시코드 () |
최종 부울 | 초기화됨 () |
정적 DebugEvent.Builder | newBuilder ( DebugEvent 프로토타입) |
정적 DebugEvent.Builder | 새로운 빌더 () |
DebugEvent.Builder | |
정적 디버그이벤트 | parsDelimitedFrom (InputStream 입력) |
정적 디버그이벤트 | parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 디버그이벤트 | ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 디버그이벤트 | ParseFrom (com.google.protobuf.CodedInputStream 입력) |
정적 디버그이벤트 | parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry) |
정적 디버그이벤트 | parsFrom (ByteBuffer 데이터) |
정적 디버그이벤트 | ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 디버그이벤트 | ParseFrom (com.google.protobuf.ByteString 데이터) |
정적 디버그이벤트 | ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 디버그이벤트 | ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
공전 | 파서 () |
DebugEvent.Builder | toBuilder () |
무효의 | writeTo (com.google.protobuf.CodedOutputStream 출력) |
상속된 메서드
상수
공개 정적 최종 int DEBUGGED_DEVICE_FIELD_NUMBER
상수값: 12
공개 정적 최종 int DEBUGGED_GRAPH_FIELD_NUMBER
상수값: 8
공개 정적 최종 int DEBUG_METADATA_FIELD_NUMBER
상수값: 3
공개 정적 최종 int EXECUTION_FIELD_NUMBER
상수값: 9
공개 정적 최종 int GRAPH_EXECUTION_TRACE_FIELD_NUMBER
상수값: 10
공개 정적 최종 int GRAPH_ID_FIELD_NUMBER
상수값: 11
공개 정적 최종 int GRAPH_OP_CREATION_FIELD_NUMBER
상수값: 7
공개 정적 최종 int SOURCE_FILE_FIELD_NUMBER
상수값: 4
공개 정적 최종 int STACK_FRAME_WITH_ID_FIELD_NUMBER
상수값: 6
공개 정적 최종 int STEP_FIELD_NUMBER
상수값: 2
공개 정적 최종 int WALL_TIME_FIELD_NUMBER
상수값: 1
공개 방법
공개 부울은 (객체 obj) 와 같습니다 .
공개 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;
공개 DebuggedDevice getDebuggedDevice ()
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;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 실행 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;
공공의 getParserForType ()
공개 int getSerializedSize ()
공개 SourceFileOrBuilder 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;
공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()
공개 이중 getWallTime ()
Timestamp in seconds (with microsecond precision).
double wall_time = 1;
공개 부울 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;
공개 int hashCode ()
공개 최종 부울 isInitialized ()
공개 정적 DebugEventparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 DebugEvent 구문 분석 (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 DebugEvent 구문 분석 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 DebugEventparseFrom ( com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)
던지기
IO예외 |
---|
공개 정적 DebugEvent parsFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)
던지기
IO예외 |
---|
공개 정적 DebugEvent 구문 분석 (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 파서 ()
공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)
던지기
IO예외 |
---|