Uses of Class
org.tensorflow.proto.ProfilerOptions.ProfileOptions.AdvancedConfigValue.Builder
Packages that use ProfilerOptions.ProfileOptions.AdvancedConfigValue.Builder
-
Uses of ProfilerOptions.ProfileOptions.AdvancedConfigValue.Builder in org.tensorflow.proto
Subclasses with type arguments of type ProfilerOptions.ProfileOptions.AdvancedConfigValue.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classAdvancedConfigValue represents the configuration value, it can be one of the following types: string, bool, int64, depending upon the config type.Methods in org.tensorflow.proto that return ProfilerOptions.ProfileOptions.AdvancedConfigValue.BuilderModifier and TypeMethodDescriptionProfilerOptions.ProfileOptions.AdvancedConfigValue.Builder.clear()ProfilerOptions.ProfileOptions.AdvancedConfigValue.Builder.clearBoolValue()bool bool_value = 2;ProfilerOptions.ProfileOptions.AdvancedConfigValue.Builder.clearInt64Value()int64 int64_value = 3;ProfilerOptions.ProfileOptions.AdvancedConfigValue.Builder.clearStringValue()string string_value = 1;ProfilerOptions.ProfileOptions.AdvancedConfigValue.Builder.clearValue()ProfilerOptions.ProfileOptions.AdvancedConfigValue.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) ProfilerOptions.ProfileOptions.AdvancedConfigValue.Builder.mergeFrom(ProfilerOptions.ProfileOptions.AdvancedConfigValue other) ProfilerOptions.ProfileOptions.AdvancedConfigValue.newBuilder()ProfilerOptions.ProfileOptions.AdvancedConfigValue.newBuilder(ProfilerOptions.ProfileOptions.AdvancedConfigValue prototype) ProfilerOptions.ProfileOptions.AdvancedConfigValue.newBuilderForType()ProfilerOptions.ProfileOptions.AdvancedConfigValue.newBuilderForType(AbstractMessage.BuilderParent parent) ProfilerOptions.ProfileOptions.Builder.putAdvancedConfigurationBuilderIfAbsent(String key) Advanced configuration for the profiler contains a map of config name to config value.ProfilerOptions.ProfileOptions.AdvancedConfigValue.Builder.setBoolValue(boolean value) bool bool_value = 2;ProfilerOptions.ProfileOptions.AdvancedConfigValue.Builder.setInt64Value(long value) int64 int64_value = 3;ProfilerOptions.ProfileOptions.AdvancedConfigValue.Builder.setStringValue(String value) string string_value = 1;ProfilerOptions.ProfileOptions.AdvancedConfigValue.Builder.setStringValueBytes(ByteString value) string string_value = 1;ProfilerOptions.ProfileOptions.AdvancedConfigValue.toBuilder()