Uses of Class
org.tensorflow.proto.ProfilerOptions.ProfileOptions.Builder
Packages that use ProfilerOptions.ProfileOptions.Builder
-
Uses of ProfilerOptions.ProfileOptions.Builder in org.tensorflow.proto
Subclasses with type arguments of type ProfilerOptions.ProfileOptions.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classNext ID: 16Methods in org.tensorflow.proto that return ProfilerOptions.ProfileOptions.BuilderModifier and TypeMethodDescriptionProfilerOptions.ProfileOptions.Builder.clear()ProfilerOptions.ProfileOptions.Builder.clearAdvancedConfiguration()ProfilerOptions.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.ProfilerOptions.ProfileOptions.Builder.clearDeviceType()Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled.ProfilerOptions.ProfileOptions.Builder.clearDurationMs()The local profiler collects `duration_ms` milliseconds of data.ProfilerOptions.ProfileOptions.Builder.clearEnableHloProto()Whether serialize hlo_proto when XLA is used.ProfilerOptions.ProfileOptions.Builder.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, this is the default. - Level 2 enables tracing of all level 1 TraceMe(s) and instrumented high level program execution details (expensive TF ops, XLA ops, etc). - Level 3 enables tracing of all level 2 TraceMe(s) and more verbose (low-level) program execution details (cheap TF ops, etc).ProfilerOptions.ProfileOptions.Builder.clearIncludeDatasetOps()We don't collect the dataset ops by default for better trace-viewer scalability.ProfilerOptions.ProfileOptions.Builder.clearOverrideHostname()If set, this hostname will be used to name the profile file.ProfilerOptions.ProfileOptions.Builder.clearPythonTracerLevel()Whether enable python function calls tracing.ProfilerOptions.ProfileOptions.Builder.clearRaiseErrorOnStartFailure()bool raise_error_on_start_failure = 13;ProfilerOptions.ProfileOptions.Builder.clearRepositoryPath()Directory to save profile data to.ProfilerOptions.ProfileOptions.Builder.clearSessionId()Identifier of the profiling session.ProfilerOptions.ProfileOptions.Builder.clearStartTimestampNs()The local profiler starts profiling at this Unix timestamp in nanoseconds.ProfilerOptions.ProfileOptions.Builder.clearTraceOptions().tensorflow.ProfileOptions.TraceOptions trace_options = 11;ProfilerOptions.ProfileOptions.Builder.clearVersion()Some default value of option are not proto3 default value.ProfilerOptions.RemoteProfilerSessionManagerOptions.Builder.getProfilerOptionsBuilder()Options for each local profiler.ProfilerOptions.ProfileOptions.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) ProfilerOptions.ProfileOptions.Builder.mergeFrom(ProfilerOptions.ProfileOptions other) ProfilerOptions.ProfileOptions.Builder.mergeTraceOptions(ProfilerOptions.ProfileOptions.TraceOptions value) .tensorflow.ProfileOptions.TraceOptions trace_options = 11;ProfilerOptions.ProfileOptions.newBuilder()ProfilerOptions.ProfileOptions.newBuilder(ProfilerOptions.ProfileOptions prototype) ProfilerOptions.ProfileOptions.newBuilderForType()protected ProfilerOptions.ProfileOptions.BuilderProfilerOptions.ProfileOptions.newBuilderForType(AbstractMessage.BuilderParent parent) ProfilerOptions.ProfileOptions.Builder.putAdvancedConfiguration(String key, ProfilerOptions.ProfileOptions.AdvancedConfigValue value) Advanced configuration for the profiler contains a map of config name to config value.ProfilerOptions.ProfileOptions.Builder.putAllAdvancedConfiguration(Map<String, ProfilerOptions.ProfileOptions.AdvancedConfigValue> values) Advanced configuration for the profiler contains a map of config name to config value.ProfilerOptions.ProfileOptions.Builder.removeAdvancedConfiguration(String key) Advanced configuration for the profiler contains a map of config name to config value.ProfilerOptions.ProfileOptions.Builder.setDeviceTracerLevel(int value) 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.ProfilerOptions.ProfileOptions.Builder.setDeviceType(ProfilerOptions.ProfileOptions.DeviceType value) Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled.ProfilerOptions.ProfileOptions.Builder.setDeviceTypeValue(int value) Device type to profile/trace: (version >= 1) DeviceType::UNSPECIFIED: All registered device profiler will be enabled.ProfilerOptions.ProfileOptions.Builder.setDurationMs(long value) The local profiler collects `duration_ms` milliseconds of data.ProfilerOptions.ProfileOptions.Builder.setEnableHloProto(boolean value) Whether serialize hlo_proto when XLA is used.ProfilerOptions.ProfileOptions.Builder.setHostTracerLevel(int value) 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, this is the default. - Level 2 enables tracing of all level 1 TraceMe(s) and instrumented high level program execution details (expensive TF ops, XLA ops, etc). - Level 3 enables tracing of all level 2 TraceMe(s) and more verbose (low-level) program execution details (cheap TF ops, etc).ProfilerOptions.ProfileOptions.Builder.setIncludeDatasetOps(boolean value) We don't collect the dataset ops by default for better trace-viewer scalability.ProfilerOptions.ProfileOptions.Builder.setOverrideHostname(String value) If set, this hostname will be used to name the profile file.ProfilerOptions.ProfileOptions.Builder.setOverrideHostnameBytes(ByteString value) If set, this hostname will be used to name the profile file.ProfilerOptions.ProfileOptions.Builder.setPythonTracerLevel(int value) Whether enable python function calls tracing.ProfilerOptions.ProfileOptions.Builder.setRaiseErrorOnStartFailure(boolean value) bool raise_error_on_start_failure = 13;ProfilerOptions.ProfileOptions.Builder.setRepositoryPath(String value) Directory to save profile data to.ProfilerOptions.ProfileOptions.Builder.setRepositoryPathBytes(ByteString value) Directory to save profile data to.ProfilerOptions.ProfileOptions.Builder.setSessionId(String value) Identifier of the profiling session.ProfilerOptions.ProfileOptions.Builder.setSessionIdBytes(ByteString value) Identifier of the profiling session.ProfilerOptions.ProfileOptions.Builder.setStartTimestampNs(long value) The local profiler starts profiling at this Unix timestamp in nanoseconds.ProfilerOptions.ProfileOptions.Builder.setTraceOptions(ProfilerOptions.ProfileOptions.TraceOptions value) .tensorflow.ProfileOptions.TraceOptions trace_options = 11;ProfilerOptions.ProfileOptions.Builder.setTraceOptions(ProfilerOptions.ProfileOptions.TraceOptions.Builder builderForValue) .tensorflow.ProfileOptions.TraceOptions trace_options = 11;ProfilerOptions.ProfileOptions.Builder.setVersion(int value) Some default value of option are not proto3 default value.ProfilerOptions.ProfileOptions.toBuilder()Methods in org.tensorflow.proto with parameters of type ProfilerOptions.ProfileOptions.BuilderModifier and TypeMethodDescriptionProfilerOptions.RemoteProfilerSessionManagerOptions.Builder.setProfilerOptions(ProfilerOptions.ProfileOptions.Builder builderForValue) Options for each local profiler.