publiczna klasa końcowa ProfileOptions
Next ID: 11
tensorflow.ProfileOptions
Klasy zagnieżdżone
klasa | Opcje profilu. Konstruktor | Next ID: 11 tensorflow.ProfileOptions | |
wyliczenie | Opcje profilu.Typ urządzenia | Protobuf wyliczenie tensorflow.ProfileOptions.DeviceType |
Stałe
Metody publiczne
wartość logiczna | równa się (obiekt obiektu) |
statyczne opcje profilu | |
Opcje profilu | |
końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
wew | pobierzDeviceTracerLevel () Levels of device tracing: (version >= 1) - Level 0 is used to disable device traces. |
Opcje profilu.Typ urządzenia | pobierz typ urządzenia () Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. |
wew | getDeviceTypeValue () Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled. |
długi | getDurationMs () The local profiler collects `duration_ms` milliseconds of data. |
wartość logiczna | getEnableHloProto () Whether serialize hlo_proto when XLA is used. |
wew | getHostTracerLevel () Levels of host tracing: (version >= 1) - Level 0 is used to disable host traces. |
wartość logiczna | getIncludeDatasetOps () We don't collect the dataset ops by default for better trace-viewer scalability. |
wew | pobierzPythonTracerLevel () Whether enable python function calls tracing. |
Smyczkowy | getRepositoryPath () Directory to save profile data to. |
com.google.protobuf.ByteString | getRepositoryPathBytes () Directory to save profile data to. |
wew | |
długi | getStartTimestampNs () The local profiler starts profiling at this Unix timestamp in nanoseconds. |
końcowy com.google.protobuf.UnknownFieldSet | |
wew | pobierz wersję () Some default value of option are not proto3 default value. |
wew | hashCode () |
końcowa wartość logiczna | |
statyczne ProfileOptions.Builder | newBuilder (prototyp ProfileOptions ) |
statyczne ProfileOptions.Builder | |
Opcje profilu. Konstruktor | |
statyczne opcje profilu | parseDelimitedFrom (wejście strumienia wejściowego) |
statyczne opcje profilu | parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne opcje profilu | parseFrom (dane ByteBuffer) |
statyczne opcje profilu | parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne opcje profilu | parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne opcje profilu | parseFrom (wejście com.google.protobuf.CodedInputStream) |
statyczne opcje profilu | parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry) |
statyczne opcje profilu | parseFrom (dane com.google.protobuf.ByteString) |
statyczne opcje profilu | parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne opcje profilu | parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny | parser () |
Opcje profilu. Konstruktor | |
próżnia | writeTo (wyjście com.google.protobuf.CodedOutputStream) |
Metody dziedziczone
Stałe
publiczny statyczny końcowy int DEVICE_TRACER_LEVEL_FIELD_NUMBER
Wartość stała: 3
publiczny statyczny końcowy int DEVICE_TYPE_FIELD_NUMBER
Wartość stała: 6
publiczny statyczny końcowy int DURATION_MS_FIELD_NUMBER
Wartość stała: 9
publiczny statyczny końcowy int ENABLE_HLO_PROTO_FIELD_NUMBER
Wartość stała: 7
publiczny statyczny końcowy int HOST_TRACER_LEVEL_FIELD_NUMBER
Wartość stała: 2
publiczny statyczny końcowy int INCLUDE_DATASET_OPS_FIELD_NUMBER
Wartość stała: 1
publiczny statyczny końcowy int PYTHON_TRACER_LEVEL_FIELD_NUMBER
Wartość stała: 4
publiczny statyczny końcowy int REPOSITORY_PATH_FIELD_NUMBER
Wartość stała: 10
publiczny statyczny końcowy int START_TIMESTAMP_NS_FIELD_NUMBER
Wartość stała: 8
publiczny statyczny końcowy int VERSION_FIELD_NUMBER
Wartość stała: 5
Metody publiczne
publiczna wartość logiczna równa się (obiekt obiektu)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public 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;
public 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;
publiczny 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;
publiczny długi getDurationMs ()
The local profiler collects `duration_ms` milliseconds of data. If the value is 0, profiling continues until interrupted.
uint64 duration_ms = 9;
publiczna wartość logiczna getEnableHloProto ()
Whether serialize hlo_proto when XLA is used. (version >= 1)
bool enable_hlo_proto = 7;
public 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;
publiczna wartość logiczna 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;
publiczny getParserForType ()
publiczny int getPythonTracerLevel ()
Whether enable python function calls tracing. Runtime overhead ensues if enabled. Default off. (version >= 1)
uint32 python_tracer_level = 4;
publiczny ciąg getRepositoryPath ()
Directory to save profile data to. No-op when empty.
string repository_path = 10;
public com.google.protobuf.ByteString getRepositoryPathBytes ()
Directory to save profile data to. No-op when empty.
string repository_path = 10;
publiczny int getSerializedSize ()
publiczny długi getStartTimestampNs ()
The local profiler starts profiling at this Unix timestamp in nanoseconds.
uint64 start_timestamp_ns = 8;
publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()
publiczny 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;
publiczny int hashCode ()
publiczna końcowa wartość logiczna isInitialized ()
public static ProfileOptions parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static ProfileOptions parseFrom (dane ByteBuffer)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static ProfileOptions parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static ProfileOptions parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static ProfileOptions parseFrom (wejście com.google.protobuf.CodedInputStream)
Rzuca
Wyjątek IO |
---|
public static ProfileOptions parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static ProfileOptions parseFrom (dane com.google.protobuf.ByteString)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static ProfileOptions parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static ProfileOptions parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczna statyka parser ()
public void writeTo (wyjście com.google.protobuf.CodedOutputStream)
Rzuca
Wyjątek IO |
---|