공개 정적 최종 클래스 ProfileOptions.Builder
Next ID: 11
tensorflow.ProfileOptions
공개 방법
ProfileOptions.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
프로필옵션 | 짓다 () |
프로필옵션 | 빌드부분 () |
ProfileOptions.Builder | 분명한 () |
ProfileOptions.Builder | 클리어디바이스트레이서레벨 () Levels of device tracing: (version >= 1) - Level 0 is used to disable device traces. |
ProfileOptions.Builder | 클리어디바이스타입 () Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. |
ProfileOptions.Builder | ClearDurationMs () The local profiler collects `duration_ms` milliseconds of data. |
ProfileOptions.Builder | ClearEnableHloProto () Whether serialize hlo_proto when XLA is used. |
ProfileOptions.Builder | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
ProfileOptions.Builder | 클리어호스트트레이서레벨 () Levels of host tracing: (version >= 1) - Level 0 is used to disable host traces. |
ProfileOptions.Builder | ClearIncludeDatasetOps () We don't collect the dataset ops by default for better trace-viewer scalability. |
ProfileOptions.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ProfileOptions.Builder | 클리어PythonTracer레벨 () Whether enable python function calls tracing. |
ProfileOptions.Builder | 클리어리포지토리패스 () Directory to save profile data to. |
ProfileOptions.Builder | ClearStartTimestampNs () The local profiler starts profiling at this Unix timestamp in nanoseconds. |
ProfileOptions.Builder | 클리어버전 () Some default value of option are not proto3 default value. |
ProfileOptions.Builder | 클론 () |
프로필옵션 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
정수 | getDeviceTracer레벨 () Levels of device tracing: (version >= 1) - Level 0 is used to disable device traces. |
ProfileOptions.DeviceType | getDeviceType () Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. |
정수 | getDeviceTypeValue () Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. |
긴 | getDurationMs () The local profiler collects `duration_ms` milliseconds of data. |
부울 | getEnableHloProto () Whether serialize hlo_proto when XLA is used. |
정수 | getHostTracer레벨 () Levels of host tracing: (version >= 1) - Level 0 is used to disable host traces. |
부울 | getIncludeDatasetOps () We don't collect the dataset ops by default for better trace-viewer scalability. |
정수 | getPythonTracer레벨 () Whether enable python function calls tracing. |
끈 | getRepositoryPath () Directory to save profile data to. |
com.google.protobuf.ByteString | getRepositoryPathBytes () Directory to save profile data to. |
긴 | getStartTimestampNs () The local profiler starts profiling at this Unix timestamp in nanoseconds. |
정수 | 버전 획득 () Some default value of option are not proto3 default value. |
최종 부울 | 초기화됨 () |
ProfileOptions.Builder | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
ProfileOptions.Builder | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
최종 ProfileOptions.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
ProfileOptions.Builder | setDeviceTracerLevel (정수 값) Levels of device tracing: (version >= 1) - Level 0 is used to disable device traces. |
ProfileOptions.Builder | setDeviceType ( ProfileOptions.DeviceType 값) Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. |
ProfileOptions.Builder | setDeviceTypeValue (정수 값) Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. |
ProfileOptions.Builder | setDurationMs (긴 값) The local profiler collects `duration_ms` milliseconds of data. |
ProfileOptions.Builder | setEnableHloProto (부울 값) Whether serialize hlo_proto when XLA is used. |
ProfileOptions.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
ProfileOptions.Builder | setHostTracerLevel (정수 값) Levels of host tracing: (version >= 1) - Level 0 is used to disable host traces. |
ProfileOptions.Builder | setIncludeDatasetOps (부울 값) We don't collect the dataset ops by default for better trace-viewer scalability. |
ProfileOptions.Builder | setPythonTracerLevel (정수 값) Whether enable python function calls tracing. |
ProfileOptions.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
ProfileOptions.Builder | setRepositoryPath (문자열 값) Directory to save profile data to. |
ProfileOptions.Builder | setRepositoryPathBytes (com.google.protobuf.ByteString 값) Directory to save profile data to. |
ProfileOptions.Builder | setStartTimestampNs (긴 값) The local profiler starts profiling at this Unix timestamp in nanoseconds. |
최종 ProfileOptions.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
ProfileOptions.Builder | setVersion (정수 값) Some default value of option are not proto3 default value. |
상속된 메서드
공개 방법
공개 ProfileOptions.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 ProfileOptions.Builder ClearDeviceTracerLevel ()
Levels of device tracing: (version >= 1) - Level 0 is used to disable device traces. - Level 1 is used to enable device traces. - More levels might be defined for specific device for controlling the verbosity of the trace.
uint32 device_tracer_level = 3;
공개 ProfileOptions.Builder ClearDeviceType ()
Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. DeviceType::CPU: only CPU will be profiled. DeviceType::GPU: only CPU/GPU will be profiled. DeviceType::TPU: only CPU/TPU will be profiled.
.tensorflow.ProfileOptions.DeviceType device_type = 6;
공개 ProfileOptions.Builder ClearDurationMs ()
The local profiler collects `duration_ms` milliseconds of data. If the value is 0, profiling continues until interrupted.
uint64 duration_ms = 9;
공개 ProfileOptions.Builder ClearEnableHloProto ()
Whether serialize hlo_proto when XLA is used. (version >= 1)
bool enable_hlo_proto = 7;
공개 ProfileOptions.Builder 클리어HostTracer레벨 ()
Levels of host tracing: (version >= 1) - Level 0 is used to disable host traces. - Level 1 enables tracing of only user instrumented (or default) TraceMe. - Level 2 enables tracing of all level 1 TraceMe(s) and instrumented high level program execution details (expensive TF ops, XLA ops, etc). This is the default. - Level 3 enables tracing of all level 2 TraceMe(s) and more verbose (low-level) program execution details (cheap TF ops, etc).
uint32 host_tracer_level = 2;
공개 ProfileOptions.Builder ClearIncludeDatasetOps ()
We don't collect the dataset ops by default for better trace-viewer scalability. The caller can mannually set this field to include the ops.
bool include_dataset_ops = 1;
공개 ProfileOptions.Builder ClearPythonTracerLevel ()
Whether enable python function calls tracing. Runtime overhead ensues if enabled. Default off. (version >= 1)
uint32 python_tracer_level = 4;
공개 ProfileOptions.Builder ClearRepositoryPath ()
Directory to save profile data to. No-op when empty.
string repository_path = 10;
공개 ProfileOptions.Builder ClearStartTimestampNs ()
The local profiler starts profiling at this Unix timestamp in nanoseconds.
uint64 start_timestamp_ns = 8;
공개 ProfileOptions.Builder 클리어 버전 ()
Some default value of option are not proto3 default value. Use this version to determine if we should use default option value instead of proto3 default value.
uint32 version = 5;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 int getDeviceTracerLevel ()
Levels of device tracing: (version >= 1) - Level 0 is used to disable device traces. - Level 1 is used to enable device traces. - More levels might be defined for specific device for controlling the verbosity of the trace.
uint32 device_tracer_level = 3;
공개 ProfileOptions.DeviceType getDeviceType ()
Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. DeviceType::CPU: only CPU will be profiled. DeviceType::GPU: only CPU/GPU will be profiled. DeviceType::TPU: only CPU/TPU will be profiled.
.tensorflow.ProfileOptions.DeviceType device_type = 6;
공개 int getDeviceTypeValue ()
Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. DeviceType::CPU: only CPU will be profiled. DeviceType::GPU: only CPU/GPU will be profiled. DeviceType::TPU: only CPU/TPU will be profiled.
.tensorflow.ProfileOptions.DeviceType device_type = 6;
공개 긴 getDurationMs ()
The local profiler collects `duration_ms` milliseconds of data. If the value is 0, profiling continues until interrupted.
uint64 duration_ms = 9;
공개 부울 getEnableHloProto ()
Whether serialize hlo_proto when XLA is used. (version >= 1)
bool enable_hlo_proto = 7;
공개 int getHostTracerLevel ()
Levels of host tracing: (version >= 1) - Level 0 is used to disable host traces. - Level 1 enables tracing of only user instrumented (or default) TraceMe. - Level 2 enables tracing of all level 1 TraceMe(s) and instrumented high level program execution details (expensive TF ops, XLA ops, etc). This is the default. - Level 3 enables tracing of all level 2 TraceMe(s) and more verbose (low-level) program execution details (cheap TF ops, etc).
uint32 host_tracer_level = 2;
공개 부울 getIncludeDatasetOps ()
We don't collect the dataset ops by default for better trace-viewer scalability. The caller can mannually set this field to include the ops.
bool include_dataset_ops = 1;
공개 int getPythonTracerLevel ()
Whether enable python function calls tracing. Runtime overhead ensues if enabled. Default off. (version >= 1)
uint32 python_tracer_level = 4;
공개 문자열 getRepositoryPath ()
Directory to save profile data to. No-op when empty.
string repository_path = 10;
공개 com.google.protobuf.ByteString getRepositoryPathBytes ()
Directory to save profile data to. No-op when empty.
string repository_path = 10;
공개 긴 getStartTimestampNs ()
The local profiler starts profiling at this Unix timestamp in nanoseconds.
uint64 start_timestamp_ns = 8;
공개 int getVersion ()
Some default value of option are not proto3 default value. Use this version to determine if we should use default option value instead of proto3 default value.
uint32 version = 5;
공개 최종 부울 isInitialized ()
공개 ProfileOptions.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 ProfileOptions.Builder setDeviceTracerLevel (int 값)
Levels of device tracing: (version >= 1) - Level 0 is used to disable device traces. - Level 1 is used to enable device traces. - More levels might be defined for specific device for controlling the verbosity of the trace.
uint32 device_tracer_level = 3;
공개 ProfileOptions.Builder setDeviceType ( ProfileOptions.DeviceType 값)
Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. DeviceType::CPU: only CPU will be profiled. DeviceType::GPU: only CPU/GPU will be profiled. DeviceType::TPU: only CPU/TPU will be profiled.
.tensorflow.ProfileOptions.DeviceType device_type = 6;
공개 ProfileOptions.Builder setDeviceTypeValue (int 값)
Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. DeviceType::CPU: only CPU will be profiled. DeviceType::GPU: only CPU/GPU will be profiled. DeviceType::TPU: only CPU/TPU will be profiled.
.tensorflow.ProfileOptions.DeviceType device_type = 6;
공개 ProfileOptions.Builder setDurationMs (긴 값)
The local profiler collects `duration_ms` milliseconds of data. If the value is 0, profiling continues until interrupted.
uint64 duration_ms = 9;
공개 ProfileOptions.Builder setEnableHloProto (부울 값)
Whether serialize hlo_proto when XLA is used. (version >= 1)
bool enable_hlo_proto = 7;
공개 ProfileOptions.Builder setHostTracerLevel (int 값)
Levels of host tracing: (version >= 1) - Level 0 is used to disable host traces. - Level 1 enables tracing of only user instrumented (or default) TraceMe. - Level 2 enables tracing of all level 1 TraceMe(s) and instrumented high level program execution details (expensive TF ops, XLA ops, etc). This is the default. - Level 3 enables tracing of all level 2 TraceMe(s) and more verbose (low-level) program execution details (cheap TF ops, etc).
uint32 host_tracer_level = 2;
공개 ProfileOptions.Builder setIncludeDatasetOps (부울 값)
We don't collect the dataset ops by default for better trace-viewer scalability. The caller can mannually set this field to include the ops.
bool include_dataset_ops = 1;
공개 ProfileOptions.Builder setPythonTracerLevel (int 값)
Whether enable python function calls tracing. Runtime overhead ensues if enabled. Default off. (version >= 1)
uint32 python_tracer_level = 4;
공개 ProfileOptions.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
공개 ProfileOptions.Builder setRepositoryPath (문자열 값)
Directory to save profile data to. No-op when empty.
string repository_path = 10;
공개 ProfileOptions.Builder setRepositoryPathBytes (com.google.protobuf.ByteString 값)
Directory to save profile data to. No-op when empty.
string repository_path = 10;
공개 ProfileOptions.Builder setStartTimestampNs (긴 값)
The local profiler starts profiling at this Unix timestamp in nanoseconds.
uint64 start_timestamp_ns = 8;
공개 ProfileOptions.Builder setVersion (int 값)
Some default value of option are not proto3 default value. Use this version to determine if we should use default option value instead of proto3 default value.
uint32 version = 5;