خيارات الملف الشخصي للفئة النهائية العامة
Next ID: 11
tensorflow.ProfileOptions
فئات متداخلة
فصل | ProfileOptions.Builder | Next ID: 11 tensorflow.ProfileOptions | |
التعداد | ProfileOptions.DeviceType | Protobuf التعداد tensorflow.ProfileOptions.DeviceType |
الثوابت
كثافة العمليات | DEVICE_TRACER_LEVEL_FIELD_NUMBER | |
كثافة العمليات | DEVICE_TYPE_FIELD_NUMBER | |
كثافة العمليات | DURATION_MS_FIELD_NUMBER | |
كثافة العمليات | ENABLE_HLO_PROTO_FIELD_NUMBER | |
كثافة العمليات | HOST_TRACER_LEVEL_FIELD_NUMBER | |
كثافة العمليات | INCLUDE_DATASET_OPS_FIELD_NUMBER | |
كثافة العمليات | PYTHON_TRACER_LEVEL_FIELD_NUMBER | |
كثافة العمليات | REPOSITORY_PATH_FIELD_NUMBER | |
كثافة العمليات | START_TIMESTAMP_NS_FIELD_NUMBER | |
كثافة العمليات | VERSION_FIELD_NUMBER |
الأساليب العامة
منطقية | يساوي (كائن كائن) |
خيارات الملف الشخصي الثابتة | |
خيارات الملف الشخصي | |
النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
كثافة العمليات | getDeviceTracerLevel () Levels of device tracing: (version >= 1) - Level 0 is used to disable device traces. |
ProfileOptions.DeviceType | الحصول على نوع الجهاز () Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. |
كثافة العمليات | الحصول علىDeviceTypeValue () Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. |
طويل | الحصول على DurationMs () The local profiler collects `duration_ms` milliseconds of data. |
منطقية | احصل على EnableHloProto () Whether serialize hlo_proto when XLA is used. |
كثافة العمليات | getHostTracerLevel () 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. |
كثافة العمليات | getPythonTracerLevel () Whether enable python function calls tracing. |
خيط | الحصول على مسار المستودع () 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. |
النهائي com.google.protobuf.UnknownFieldSet | |
كثافة العمليات | الحصول على النسخة () Some default value of option are not proto3 default value. |
كثافة العمليات | رمز التجزئة () |
منطقية نهائية | تمت التهيئة () |
ملف التعريف الثابت.Builder | newBuilder (النموذج الأولي لخيارات الملف الشخصي ) |
ملف التعريف الثابت.Builder | منشئ جديد () |
ProfileOptions.Builder | |
خيارات الملف الشخصي الثابتة | parseDelimitedFrom (إدخال InputStream) |
خيارات الملف الشخصي الثابتة | parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
خيارات الملف الشخصي الثابتة | parseFrom (بيانات ByteBuffer) |
خيارات الملف الشخصي الثابتة | parseFrom (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
خيارات الملف الشخصي الثابتة | parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
خيارات الملف الشخصي الثابتة | parseFrom (com.google.protobuf.CodedInputStream الإدخال) |
خيارات الملف الشخصي الثابتة | parseFrom (بيانات البايت[]، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
خيارات الملف الشخصي الثابتة | parseFrom (بيانات com.google.protobuf.ByteString) |
خيارات الملف الشخصي الثابتة | parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
خيارات الملف الشخصي الثابتة | parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت | محلل () |
ProfileOptions.Builder | إلى البناء () |
فارغ | writeTo (إخراج com.google.protobuf.CodedOutputStream) |
الطرق الموروثة
الثوابت
العدد النهائي الثابت العام DEVICE_TRACER_LEVEL_FIELD_NUMBER
القيمة الثابتة: 3
العدد النهائي الثابت العام DEVICE_TYPE_FIELD_NUMBER
القيمة الثابتة: 6
العدد النهائي الثابت العام DURATION_MS_FIELD_NUMBER
القيمة الثابتة: 9
العدد النهائي الثابت العام ENABLE_HLO_PROTO_FIELD_NUMBER
القيمة الثابتة: 7
العدد النهائي الثابت العام HOST_TRACER_LEVEL_FIELD_NUMBER
القيمة الثابتة: 2
العدد النهائي الثابت العام INCLUDE_DATASET_OPS_FIELD_NUMBER
القيمة الثابتة: 1
العدد النهائي الثابت العام PYTHON_TRACER_LEVEL_FIELD_NUMBER
القيمة الثابتة: 4
العدد النهائي الثابت العام REPOSITORY_PATH_FIELD_NUMBER
القيمة الثابتة: 10
العدد النهائي الثابت العام START_TIMESTAMP_NS_FIELD_NUMBER
القيمة الثابتة: 8
العدد النهائي الثابت العام VERSION_FIELD_NUMBER
القيمة الثابتة: 5
الأساليب العامة
القيمة المنطقية العامة تساوي (Object obj)
النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()
int public 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;
الملف الشخصي العام.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 public 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 public 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;
int public getSerializedSize ()
getStartTimestampNs العامة الطويلة ()
The local profiler starts profiling at this Unix timestamp in nanoseconds.
uint64 start_timestamp_ns = 8;
النهائي العام com.google.protobuf.UnknownFieldSet getUnknownFields ()
int public 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;
كود التجزئة الدولي العام ()
تمت تهيئة القيمة المنطقية النهائية العامة ()
خيارات الملف الشخصي الثابتة العامة parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
خيارات الملف الشخصي الثابتة العامة parseFrom (بيانات ByteBuffer)
رميات
InvalidProtocolBufferException |
---|
التحليل العام لخيارات الملف الشخصي الثابتة (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
ProfileOptions العامة الثابتة parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
تحليل خيارات الملف الشخصي الثابت العام (com.google.protobuf.CodedInputStream input)
رميات
IOEException |
---|
خيارات الملف الشخصي الثابتة العامة parseFrom (بيانات البايت[]، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
خيارات الملف الشخصي الثابتة العامة parseFrom (بيانات com.google.protobuf.ByteString)
رميات
InvalidProtocolBufferException |
---|
ProfileOptions العامة الثابتة parseFrom (InputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
خيارات الملف الشخصي الثابتة العامة parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
ساكنة عامة محلل ()
الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)
رميات
IOEException |
---|