ProfileOptions.Builder kelas akhir statis publik
Next ID: 11
tensorflow.ProfileOptions
Metode Publik
ProfileOptions.Builder | addRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek) |
Opsi Profil | membangun () |
Opsi Profil | |
ProfileOptions.Builder | jernih () |
ProfileOptions.Builder | hapusDeviceTracerLevel () Levels of device tracing: (version >= 1) - Level 0 is used to disable device traces. |
ProfileOptions.Builder | hapusDeviceType () Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. |
ProfileOptions.Builder | jelasDurasiMs () The local profiler collects `duration_ms` milliseconds of data. |
ProfileOptions.Builder | hapusAktifkanHloProto () Whether serialize hlo_proto when XLA is used. |
ProfileOptions.Builder | clearField (bidang com.google.protobuf.Descriptors.FieldDescriptor) |
ProfileOptions.Builder | hapusHostTracerLevel () Levels of host tracing: (version >= 1) - Level 0 is used to disable host traces. |
ProfileOptions.Builder | hapusSertakanDatasetOps () 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 | jelasPythonTracerLevel () Whether enable python function calls tracing. |
ProfileOptions.Builder | hapusRepositoryPath () Directory to save profile data to. |
ProfileOptions.Builder | clearStartTimestampNs () The local profiler starts profiling at this Unix timestamp in nanoseconds. |
ProfileOptions.Builder | versi jelas () Some default value of option are not proto3 default value. |
ProfileOptions.Builder | klon () |
Opsi Profil | |
com.google.protobuf.Descriptors.Descriptor statis terakhir | |
com.google.protobuf.Descriptors.Descriptor | |
ke dalam | dapatkanDeviceTracerLevel () Levels of device tracing: (version >= 1) - Level 0 is used to disable device traces. |
ProfileOptions.DeviceType | dapatkanDeviceType () Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. |
ke dalam | dapatkanDeviceTypeValue () Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. |
panjang | dapatkanDurationMs () The local profiler collects `duration_ms` milliseconds of data. |
boolean | dapatkan AktifkanHloProto () Whether serialize hlo_proto when XLA is used. |
ke dalam | dapatkanHostTracerLevel () Levels of host tracing: (version >= 1) - Level 0 is used to disable host traces. |
boolean | dapatkanIncludeDatasetOps () We don't collect the dataset ops by default for better trace-viewer scalability. |
ke dalam | dapatkanPythonTracerLevel () Whether enable python function calls tracing. |
Rangkaian | dapatkan Jalur Repositori () Directory to save profile data to. |
com.google.protobuf.ByteString | dapatkanRepositoryPathBytes () Directory to save profile data to. |
panjang | dapatkanStartTimestampNs () The local profiler starts profiling at this Unix timestamp in nanoseconds. |
ke dalam | dapatkanVersi () Some default value of option are not proto3 default value. |
boolean terakhir | |
ProfileOptions.Builder | mergeFrom (com.google.protobuf.Pesan lainnya) |
ProfileOptions.Builder | mergeFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProfileOptions.Builder terakhir | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
ProfileOptions.Builder | setDeviceTracerLevel (nilai int) Levels of device tracing: (version >= 1) - Level 0 is used to disable device traces. |
ProfileOptions.Builder | setDeviceType (nilai ProfileOptions.DeviceType ) Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. |
ProfileOptions.Builder | setDeviceTypeValue (nilai int) Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. |
ProfileOptions.Builder | setDurationMs (nilai panjang) The local profiler collects `duration_ms` milliseconds of data. |
ProfileOptions.Builder | setEnableHloProto (nilai boolean) Whether serialize hlo_proto when XLA is used. |
ProfileOptions.Builder | setField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek) |
ProfileOptions.Builder | setHostTracerLevel (nilai int) Levels of host tracing: (version >= 1) - Level 0 is used to disable host traces. |
ProfileOptions.Builder | setIncludeDatasetOps (nilai boolean) We don't collect the dataset ops by default for better trace-viewer scalability. |
ProfileOptions.Builder | setPythonTracerLevel (nilai int) Whether enable python function calls tracing. |
ProfileOptions.Builder | setRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, indeks int, Nilai objek) |
ProfileOptions.Builder | setRepositoryPath (Nilai string) Directory to save profile data to. |
ProfileOptions.Builder | setRepositoryPathBytes (nilai com.google.protobuf.ByteString) Directory to save profile data to. |
ProfileOptions.Builder | setStartTimestampNs (nilai panjang) The local profiler starts profiling at this Unix timestamp in nanoseconds. |
ProfileOptions.Builder terakhir | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
ProfileOptions.Builder | setVersion (nilai int) Some default value of option are not proto3 default value. |
Metode Warisan
Metode Publik
public ProfileOptions.Builder addRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek)
ProfileOptions.Builder publik 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 publik.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 publik.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 publik.Builder clearEnableHloProto ()
Whether serialize hlo_proto when XLA is used. (version >= 1)
bool enable_hlo_proto = 7;
ProfileOptions.Builder publik clearHostTracerLevel ()
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 publik.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 publik clearPythonTracerLevel ()
Whether enable python function calls tracing. Runtime overhead ensues if enabled. Default off. (version >= 1)
uint32 python_tracer_level = 4;
ProfileOptions publik.Builder clearRepositoryPath ()
Directory to save profile data to. No-op when empty.
string repository_path = 10;
ProfileOptions publik.Builder clearStartTimestampNs ()
The local profiler starts profiling at this Unix timestamp in nanoseconds.
uint64 start_timestamp_ns = 8;
ProfileOptions publik.Builder clearVersion ()
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;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
com.google.protobuf.Descriptors.Descriptor publik getDescriptorForType ()
int publik 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 publik.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;
publik 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;
get panjang publikDurationMs ( )
The local profiler collects `duration_ms` milliseconds of data. If the value is 0, profiling continues until interrupted.
uint64 duration_ms = 9;
boolean publik getEnableHloProto ()
Whether serialize hlo_proto when XLA is used. (version >= 1)
bool enable_hlo_proto = 7;
int publik 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;
boolean publik 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 publik getPythonTracerLevel ()
Whether enable python function calls tracing. Runtime overhead ensues if enabled. Default off. (version >= 1)
uint32 python_tracer_level = 4;
String publik getRepositoryPath ()
Directory to save profile data to. No-op when empty.
string repository_path = 10;
publik com.google.protobuf.ByteString getRepositoryPathBytes ()
Directory to save profile data to. No-op when empty.
string repository_path = 10;
getStartTimestampNs panjang publik ()
The local profiler starts profiling at this Unix timestamp in nanoseconds.
uint64 start_timestamp_ns = 8;
publik 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;
boolean akhir publik diinisialisasi ()
public ProfileOptions.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
ProfileOptions.Builder final publik menggabungkanUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
ProfileOptions.Builder setDeviceTracerLevel publik (nilai 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 publik (nilai 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;
public ProfileOptions.Builder setDeviceTypeValue (nilai 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;
public ProfileOptions.Builder setDurationMs (nilai panjang)
The local profiler collects `duration_ms` milliseconds of data. If the value is 0, profiling continues until interrupted.
uint64 duration_ms = 9;
public ProfileOptions.Builder setEnableHloProto (nilai boolean)
Whether serialize hlo_proto when XLA is used. (version >= 1)
bool enable_hlo_proto = 7;
public ProfileOptions.Builder setField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek)
ProfileOptions.Builder publik setHostTracerLevel (nilai 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;
public ProfileOptions.Builder setIncludeDatasetOps (nilai boolean)
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 publik setPythonTracerLevel (nilai int)
Whether enable python function calls tracing. Runtime overhead ensues if enabled. Default off. (version >= 1)
uint32 python_tracer_level = 4;
public ProfileOptions.Builder setRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, indeks int, Nilai objek)
public ProfileOptions.Builder setRepositoryPath (Nilai string)
Directory to save profile data to. No-op when empty.
string repository_path = 10;
public ProfileOptions.Builder setRepositoryPathBytes (nilai com.google.protobuf.ByteString)
Directory to save profile data to. No-op when empty.
string repository_path = 10;
public ProfileOptions.Builder setStartTimestampNs (nilai panjang)
The local profiler starts profiling at this Unix timestamp in nanoseconds.
uint64 start_timestamp_ns = 8;
ProfileOptions.Builder setUnknownFields akhir publik (com.google.protobuf.UnknownFieldSet unknownFields)
ProfileOptions.Builder setVersion publik (nilai 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;