공개 정적 최종 클래스 DebugMetadata.Builder
Metadata about the debugger and the debugged TensorFlow program.
tensorflow.DebugMetadata
공개 방법
DebugMetadata.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
디버그메타데이터 | 짓다 () |
디버그메타데이터 | 빌드부분 () |
DebugMetadata.Builder | 분명한 () |
DebugMetadata.Builder | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
DebugMetadata.Builder | 클리어파일버전 () Version of the DebugEvent file format. |
DebugMetadata.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DebugMetadata.Builder | 클리어텐서플로우버전 () Version of TensorFlow. |
DebugMetadata.Builder | 클리어TfdbgRunId () A unique ID for the current run of tfdbg. |
DebugMetadata.Builder | 클론 () |
디버그메타데이터 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
끈 | getFileVersion () Version of the DebugEvent file format. |
com.google.protobuf.ByteString | getFileVersionBytes () Version of the DebugEvent file format. |
끈 | getTensorflowVersion () Version of TensorFlow. |
com.google.protobuf.ByteString | getTensorflowVersionBytes () Version of TensorFlow. |
끈 | getTfdbgRunId () A unique ID for the current run of tfdbg. |
com.google.protobuf.ByteString | getTfdbgRunIdBytes () A unique ID for the current run of tfdbg. |
최종 부울 | 초기화됨 () |
DebugMetadata.Builder | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
DebugMetadata.Builder | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
최종 DebugMetadata.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
DebugMetadata.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
DebugMetadata.Builder | setFileVersion (문자열 값) Version of the DebugEvent file format. |
DebugMetadata.Builder | setFileVersionBytes (com.google.protobuf.ByteString 값) Version of the DebugEvent file format. |
DebugMetadata.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
DebugMetadata.Builder | setTensorflowVersion (문자열 값) Version of TensorFlow. |
DebugMetadata.Builder | setTensorflowVersionBytes (com.google.protobuf.ByteString 값) Version of TensorFlow. |
DebugMetadata.Builder | setTfdbgRunId (문자열 값) A unique ID for the current run of tfdbg. |
DebugMetadata.Builder | setTfdbgRunIdBytes (com.google.protobuf.ByteString 값) A unique ID for the current run of tfdbg. |
최종 DebugMetadata.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
상속된 메서드
공개 방법
공개 DebugMetadata.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 DebugMetadata.Builder 클리어파일 버전 ()
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2;
공개 DebugMetadata.Builder ClearTensorflowVersion ()
Version of TensorFlow.
string tensorflow_version = 1;
공개 DebugMetadata.Builder 클리어TfdbgRunId ()
A unique ID for the current run of tfdbg. A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg. Multiple hosts in a distributed TensorFlow job instrumented by tfdbg have the same ID.
string tfdbg_run_id = 3;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 문자열 getFileVersion ()
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2;
공개 com.google.protobuf.ByteString getFileVersionBytes ()
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2;
공개 문자열 getTensorflowVersion ()
Version of TensorFlow.
string tensorflow_version = 1;
공개 com.google.protobuf.ByteString getTensorflowVersionBytes ()
Version of TensorFlow.
string tensorflow_version = 1;
공개 문자열 getTfdbgRunId ()
A unique ID for the current run of tfdbg. A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg. Multiple hosts in a distributed TensorFlow job instrumented by tfdbg have the same ID.
string tfdbg_run_id = 3;
공개 com.google.protobuf.ByteString getTfdbgRunIdBytes ()
A unique ID for the current run of tfdbg. A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg. Multiple hosts in a distributed TensorFlow job instrumented by tfdbg have the same ID.
string tfdbg_run_id = 3;
공개 최종 부울 isInitialized ()
공개 DebugMetadata.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 DebugMetadata.Builder setFileVersion (문자열 값)
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2;
공개 DebugMetadata.Builder setFileVersionBytes (com.google.protobuf.ByteString 값)
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2;
공개 DebugMetadata.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
공개 DebugMetadata.Builder setTensorflowVersion (문자열 값)
Version of TensorFlow.
string tensorflow_version = 1;
공개 DebugMetadata.Builder setTensorflowVersionBytes (com.google.protobuf.ByteString 값)
Version of TensorFlow.
string tensorflow_version = 1;
공개 DebugMetadata.Builder setTfdbgRunId (문자열 값)
A unique ID for the current run of tfdbg. A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg. Multiple hosts in a distributed TensorFlow job instrumented by tfdbg have the same ID.
string tfdbg_run_id = 3;
공개 DebugMetadata.Builder setTfdbgRunIdBytes (com.google.protobuf.ByteString 값)
A unique ID for the current run of tfdbg. A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg. Multiple hosts in a distributed TensorFlow job instrumented by tfdbg have the same ID.
string tfdbg_run_id = 3;