Uses of Class
org.tensorflow.proto.AttrValue
Packages that use AttrValue
Package
Description
Defines classes to build, save, load and execute TensorFlow models.
-
Uses of AttrValue in org.tensorflow
Methods in org.tensorflow that return AttrValueModifier and TypeMethodDescriptionOperationAttributeInspector.getAttrValueProto(String name) Get the value of an attribute of this operation as anAttrValueproto.Methods in org.tensorflow with parameters of type AttrValueModifier and TypeMethodDescriptionSet value of an attribute of the operation being built. -
Uses of AttrValue in org.tensorflow.op
Methods in org.tensorflow.op that return AttrValueModifier and TypeMethodDescriptionRawOpInputs.attributeValue(String name) Get the value of an attribute as anAttrValueproto.Methods in org.tensorflow.op that return types with arguments of type AttrValue -
Uses of AttrValue in org.tensorflow.proto
Methods in org.tensorflow.proto that return AttrValueModifier and TypeMethodDescriptionAttrValue.Builder.build()AttrValue.Builder.buildPartial()KernelDef.AttrConstraint.Builder.getAllowedValues()A list of values that this kernel supports for this attr.KernelDef.AttrConstraint.getAllowedValues()A list of values that this kernel supports for this attr.KernelDef.AttrConstraintOrBuilder.getAllowedValues()A list of values that this kernel supports for this attr.OpDef.AttrDef.Builder.getAllowedValues()The set of allowed values.OpDef.AttrDef.getAllowedValues()The set of allowed values.OpDef.AttrDefOrBuilder.getAllowedValues()The set of allowed values.FunctionDef.ArgAttrs.Builder.getAttrOrDefault(String key, AttrValue defaultValue) map<string, .tensorflow.AttrValue> attr = 1;FunctionDef.ArgAttrs.getAttrOrDefault(String key, AttrValue defaultValue) map<string, .tensorflow.AttrValue> attr = 1;FunctionDef.ArgAttrsOrBuilder.getAttrOrDefault(String key, AttrValue defaultValue) map<string, .tensorflow.AttrValue> attr = 1;FunctionDef.Builder.getAttrOrDefault(String key, AttrValue defaultValue) Attributes specific to this function definition.FunctionDef.getAttrOrDefault(String key, AttrValue defaultValue) Attributes specific to this function definition.FunctionDefOrBuilder.getAttrOrDefault(String key, AttrValue defaultValue) Attributes specific to this function definition.NameAttrList.Builder.getAttrOrDefault(String key, AttrValue defaultValue) map<string, .tensorflow.AttrValue> attr = 2;NameAttrList.getAttrOrDefault(String key, AttrValue defaultValue) map<string, .tensorflow.AttrValue> attr = 2;NameAttrListOrBuilder.getAttrOrDefault(String key, AttrValue defaultValue) map<string, .tensorflow.AttrValue> attr = 2;NodeDef.Builder.getAttrOrDefault(String key, AttrValue defaultValue) Operation-specific graph-construction-time configuration.NodeDef.getAttrOrDefault(String key, AttrValue defaultValue) Operation-specific graph-construction-time configuration.NodeDefOrBuilder.getAttrOrDefault(String key, AttrValue defaultValue) Operation-specific graph-construction-time configuration.OpPerformanceData.OpInfo.Builder.getAttrOrDefault(String key, AttrValue defaultValue) Custom parameters impacting the behavior of the op.OpPerformanceData.OpInfo.getAttrOrDefault(String key, AttrValue defaultValue) Custom parameters impacting the behavior of the op.OpPerformanceData.OpInfoOrBuilder.getAttrOrDefault(String key, AttrValue defaultValue) Custom parameters impacting the behavior of the op.FunctionDef.ArgAttrs.Builder.getAttrOrThrow(String key) map<string, .tensorflow.AttrValue> attr = 1;FunctionDef.ArgAttrs.getAttrOrThrow(String key) map<string, .tensorflow.AttrValue> attr = 1;FunctionDef.ArgAttrsOrBuilder.getAttrOrThrow(String key) map<string, .tensorflow.AttrValue> attr = 1;FunctionDef.Builder.getAttrOrThrow(String key) Attributes specific to this function definition.FunctionDef.getAttrOrThrow(String key) Attributes specific to this function definition.FunctionDefOrBuilder.getAttrOrThrow(String key) Attributes specific to this function definition.NameAttrList.Builder.getAttrOrThrow(String key) map<string, .tensorflow.AttrValue> attr = 2;NameAttrList.getAttrOrThrow(String key) map<string, .tensorflow.AttrValue> attr = 2;NameAttrListOrBuilder.getAttrOrThrow(String key) map<string, .tensorflow.AttrValue> attr = 2;NodeDef.Builder.getAttrOrThrow(String key) Operation-specific graph-construction-time configuration.NodeDef.getAttrOrThrow(String key) Operation-specific graph-construction-time configuration.NodeDefOrBuilder.getAttrOrThrow(String key) Operation-specific graph-construction-time configuration.OpPerformanceData.OpInfo.Builder.getAttrOrThrow(String key) Custom parameters impacting the behavior of the op.OpPerformanceData.OpInfo.getAttrOrThrow(String key) Custom parameters impacting the behavior of the op.OpPerformanceData.OpInfoOrBuilder.getAttrOrThrow(String key) Custom parameters impacting the behavior of the op.static AttrValueAttrValue.getDefaultInstance()AttrValue.Builder.getDefaultInstanceForType()AttrValue.getDefaultInstanceForType()ApiDef.Attr.Builder.getDefaultValue()Specify a new default value to use for this attr.ApiDef.Attr.getDefaultValue()Specify a new default value to use for this attr.ApiDef.AttrOrBuilder.getDefaultValue()Specify a new default value to use for this attr.OpDef.AttrDef.Builder.getDefaultValue()A reasonable default for this attribute if the user does not supply a value.OpDef.AttrDef.getDefaultValue()A reasonable default for this attribute if the user does not supply a value.OpDef.AttrDefOrBuilder.getDefaultValue()A reasonable default for this attribute if the user does not supply a value.RewriterConfig.CustomGraphOptimizer.Builder.getParameterMapOrDefault(String key, AttrValue defaultValue) map<string, .tensorflow.AttrValue> parameter_map = 2;RewriterConfig.CustomGraphOptimizer.getParameterMapOrDefault(String key, AttrValue defaultValue) map<string, .tensorflow.AttrValue> parameter_map = 2;RewriterConfig.CustomGraphOptimizerOrBuilder.getParameterMapOrDefault(String key, AttrValue defaultValue) map<string, .tensorflow.AttrValue> parameter_map = 2;RewriterConfig.CustomGraphOptimizer.Builder.getParameterMapOrThrow(String key) map<string, .tensorflow.AttrValue> parameter_map = 2;RewriterConfig.CustomGraphOptimizer.getParameterMapOrThrow(String key) map<string, .tensorflow.AttrValue> parameter_map = 2;RewriterConfig.CustomGraphOptimizerOrBuilder.getParameterMapOrThrow(String key) map<string, .tensorflow.AttrValue> parameter_map = 2;static AttrValueAttrValue.parseDelimitedFrom(InputStream input) static AttrValueAttrValue.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static AttrValueAttrValue.parseFrom(byte[] data) static AttrValueAttrValue.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static AttrValueAttrValue.parseFrom(ByteString data) static AttrValueAttrValue.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static AttrValueAttrValue.parseFrom(CodedInputStream input) static AttrValueAttrValue.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static AttrValueAttrValue.parseFrom(InputStream input) static AttrValueAttrValue.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static AttrValueAttrValue.parseFrom(ByteBuffer data) static AttrValueAttrValue.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type AttrValueModifier and TypeMethodDescriptionFunctionDef.ArgAttrs.Builder.getAttr()Deprecated.FunctionDef.ArgAttrs.getAttr()Deprecated.FunctionDef.ArgAttrsOrBuilder.getAttr()Deprecated.FunctionDef.Builder.getAttr()Deprecated.FunctionDef.getAttr()Deprecated.FunctionDefOrBuilder.getAttr()Deprecated.NameAttrList.Builder.getAttr()Deprecated.NameAttrList.getAttr()Deprecated.NameAttrListOrBuilder.getAttr()Deprecated.NodeDef.Builder.getAttr()Deprecated.NodeDef.getAttr()Deprecated.NodeDefOrBuilder.getAttr()Deprecated.OpPerformanceData.OpInfo.Builder.getAttr()Deprecated.OpPerformanceData.OpInfo.getAttr()Deprecated.OpPerformanceData.OpInfoOrBuilder.getAttr()Deprecated.FunctionDef.ArgAttrs.Builder.getAttrMap()map<string, .tensorflow.AttrValue> attr = 1;FunctionDef.ArgAttrs.getAttrMap()map<string, .tensorflow.AttrValue> attr = 1;FunctionDef.ArgAttrsOrBuilder.getAttrMap()map<string, .tensorflow.AttrValue> attr = 1;FunctionDef.Builder.getAttrMap()Attributes specific to this function definition.FunctionDef.getAttrMap()Attributes specific to this function definition.FunctionDefOrBuilder.getAttrMap()Attributes specific to this function definition.NameAttrList.Builder.getAttrMap()map<string, .tensorflow.AttrValue> attr = 2;NameAttrList.getAttrMap()map<string, .tensorflow.AttrValue> attr = 2;NameAttrListOrBuilder.getAttrMap()map<string, .tensorflow.AttrValue> attr = 2;NodeDef.Builder.getAttrMap()Operation-specific graph-construction-time configuration.NodeDef.getAttrMap()Operation-specific graph-construction-time configuration.NodeDefOrBuilder.getAttrMap()Operation-specific graph-construction-time configuration.OpPerformanceData.OpInfo.Builder.getAttrMap()Custom parameters impacting the behavior of the op.OpPerformanceData.OpInfo.getAttrMap()Custom parameters impacting the behavior of the op.OpPerformanceData.OpInfoOrBuilder.getAttrMap()Custom parameters impacting the behavior of the op.FunctionDef.ArgAttrs.Builder.getMutableAttr()Deprecated.FunctionDef.Builder.getMutableAttr()Deprecated.NameAttrList.Builder.getMutableAttr()Deprecated.NodeDef.Builder.getMutableAttr()Deprecated.OpPerformanceData.OpInfo.Builder.getMutableAttr()Deprecated.RewriterConfig.CustomGraphOptimizer.Builder.getMutableParameterMap()Deprecated.RewriterConfig.CustomGraphOptimizer.Builder.getParameterMap()Deprecated.RewriterConfig.CustomGraphOptimizer.getParameterMap()Deprecated.RewriterConfig.CustomGraphOptimizerOrBuilder.getParameterMap()Deprecated.RewriterConfig.CustomGraphOptimizer.Builder.getParameterMapMap()map<string, .tensorflow.AttrValue> parameter_map = 2;RewriterConfig.CustomGraphOptimizer.getParameterMapMap()map<string, .tensorflow.AttrValue> parameter_map = 2;RewriterConfig.CustomGraphOptimizerOrBuilder.getParameterMapMap()map<string, .tensorflow.AttrValue> parameter_map = 2;AttrValue.getParserForType()AttrValue.parser()Methods in org.tensorflow.proto with parameters of type AttrValueModifier and TypeMethodDescriptionFunctionDef.ArgAttrs.Builder.getAttrOrDefault(String key, AttrValue defaultValue) map<string, .tensorflow.AttrValue> attr = 1;FunctionDef.ArgAttrs.getAttrOrDefault(String key, AttrValue defaultValue) map<string, .tensorflow.AttrValue> attr = 1;FunctionDef.ArgAttrsOrBuilder.getAttrOrDefault(String key, AttrValue defaultValue) map<string, .tensorflow.AttrValue> attr = 1;FunctionDef.Builder.getAttrOrDefault(String key, AttrValue defaultValue) Attributes specific to this function definition.FunctionDef.getAttrOrDefault(String key, AttrValue defaultValue) Attributes specific to this function definition.FunctionDefOrBuilder.getAttrOrDefault(String key, AttrValue defaultValue) Attributes specific to this function definition.NameAttrList.Builder.getAttrOrDefault(String key, AttrValue defaultValue) map<string, .tensorflow.AttrValue> attr = 2;NameAttrList.getAttrOrDefault(String key, AttrValue defaultValue) map<string, .tensorflow.AttrValue> attr = 2;NameAttrListOrBuilder.getAttrOrDefault(String key, AttrValue defaultValue) map<string, .tensorflow.AttrValue> attr = 2;NodeDef.Builder.getAttrOrDefault(String key, AttrValue defaultValue) Operation-specific graph-construction-time configuration.NodeDef.getAttrOrDefault(String key, AttrValue defaultValue) Operation-specific graph-construction-time configuration.NodeDefOrBuilder.getAttrOrDefault(String key, AttrValue defaultValue) Operation-specific graph-construction-time configuration.OpPerformanceData.OpInfo.Builder.getAttrOrDefault(String key, AttrValue defaultValue) Custom parameters impacting the behavior of the op.OpPerformanceData.OpInfo.getAttrOrDefault(String key, AttrValue defaultValue) Custom parameters impacting the behavior of the op.OpPerformanceData.OpInfoOrBuilder.getAttrOrDefault(String key, AttrValue defaultValue) Custom parameters impacting the behavior of the op.RewriterConfig.CustomGraphOptimizer.Builder.getParameterMapOrDefault(String key, AttrValue defaultValue) map<string, .tensorflow.AttrValue> parameter_map = 2;RewriterConfig.CustomGraphOptimizer.getParameterMapOrDefault(String key, AttrValue defaultValue) map<string, .tensorflow.AttrValue> parameter_map = 2;RewriterConfig.CustomGraphOptimizerOrBuilder.getParameterMapOrDefault(String key, AttrValue defaultValue) map<string, .tensorflow.AttrValue> parameter_map = 2;KernelDef.AttrConstraint.Builder.mergeAllowedValues(AttrValue value) A list of values that this kernel supports for this attr.OpDef.AttrDef.Builder.mergeAllowedValues(AttrValue value) The set of allowed values.ApiDef.Attr.Builder.mergeDefaultValue(AttrValue value) Specify a new default value to use for this attr.OpDef.AttrDef.Builder.mergeDefaultValue(AttrValue value) A reasonable default for this attribute if the user does not supply a value.static AttrValue.BuilderAttrValue.newBuilder(AttrValue prototype) map<string, .tensorflow.AttrValue> attr = 1;Attributes specific to this function definition.map<string, .tensorflow.AttrValue> attr = 2;Operation-specific graph-construction-time configuration.Custom parameters impacting the behavior of the op.RewriterConfig.CustomGraphOptimizer.Builder.putParameterMap(String key, AttrValue value) map<string, .tensorflow.AttrValue> parameter_map = 2;KernelDef.AttrConstraint.Builder.setAllowedValues(AttrValue value) A list of values that this kernel supports for this attr.OpDef.AttrDef.Builder.setAllowedValues(AttrValue value) The set of allowed values.ApiDef.Attr.Builder.setDefaultValue(AttrValue value) Specify a new default value to use for this attr.OpDef.AttrDef.Builder.setDefaultValue(AttrValue value) A reasonable default for this attribute if the user does not supply a value.Method parameters in org.tensorflow.proto with type arguments of type AttrValueModifier and TypeMethodDescriptionFunctionDef.ArgAttrs.Builder.putAllAttr(Map<String, AttrValue> values) map<string, .tensorflow.AttrValue> attr = 1;FunctionDef.Builder.putAllAttr(Map<String, AttrValue> values) Attributes specific to this function definition.NameAttrList.Builder.putAllAttr(Map<String, AttrValue> values) map<string, .tensorflow.AttrValue> attr = 2;NodeDef.Builder.putAllAttr(Map<String, AttrValue> values) Operation-specific graph-construction-time configuration.OpPerformanceData.OpInfo.Builder.putAllAttr(Map<String, AttrValue> values) Custom parameters impacting the behavior of the op.RewriterConfig.CustomGraphOptimizer.Builder.putAllParameterMap(Map<String, AttrValue> values) map<string, .tensorflow.AttrValue> parameter_map = 2;