Uses of Class
org.tensorflow.proto.OpDef.AttrDef.Builder
Packages that use OpDef.AttrDef.Builder
-
Uses of OpDef.AttrDef.Builder in org.tensorflow.proto
Subclasses with type arguments of type OpDef.AttrDef.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classDescription of the graph-construction-time configuration of this Op.Methods in org.tensorflow.proto that return OpDef.AttrDef.BuilderModifier and TypeMethodDescriptionOpDef.Builder.addAttrBuilder()repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.Builder.addAttrBuilder(int index) repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.AttrDef.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) OpDef.AttrDef.Builder.clear()OpDef.AttrDef.Builder.clearAllowedValues()The set of allowed values.OpDef.AttrDef.Builder.clearDefaultValue()A reasonable default for this attribute if the user does not supply a value.OpDef.AttrDef.Builder.clearDescription()Human-readable description.OpDef.AttrDef.Builder.clearField(Descriptors.FieldDescriptor field) OpDef.AttrDef.Builder.clearHasMinimum()For type == "int", this is a minimum value.OpDef.AttrDef.Builder.clearMinimum()int64 minimum = 6;OpDef.AttrDef.Builder.clearName()A descriptive name for the argument.OpDef.AttrDef.Builder.clearOneof(Descriptors.OneofDescriptor oneof) OpDef.AttrDef.Builder.clearType()One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).OpDef.AttrDef.Builder.clone()OpDef.Builder.getAttrBuilder(int index) repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.AttrDef.Builder.mergeAllowedValues(AttrValue value) The set of allowed values.OpDef.AttrDef.Builder.mergeDefaultValue(AttrValue value) A reasonable default for this attribute if the user does not supply a value.OpDef.AttrDef.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) OpDef.AttrDef.Builder.mergeFrom(OpDef.AttrDef other) final OpDef.AttrDef.BuilderOpDef.AttrDef.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static OpDef.AttrDef.BuilderOpDef.AttrDef.newBuilder()static OpDef.AttrDef.BuilderOpDef.AttrDef.newBuilder(OpDef.AttrDef prototype) OpDef.AttrDef.newBuilderForType()protected OpDef.AttrDef.BuilderOpDef.AttrDef.newBuilderForType(GeneratedMessageV3.BuilderParent parent) OpDef.AttrDef.Builder.setAllowedValues(AttrValue value) The set of allowed values.OpDef.AttrDef.Builder.setAllowedValues(AttrValue.Builder builderForValue) The set of allowed values.OpDef.AttrDef.Builder.setDefaultValue(AttrValue value) A reasonable default for this attribute if the user does not supply a value.OpDef.AttrDef.Builder.setDefaultValue(AttrValue.Builder builderForValue) A reasonable default for this attribute if the user does not supply a value.OpDef.AttrDef.Builder.setDescription(String value) Human-readable description.OpDef.AttrDef.Builder.setDescriptionBytes(ByteString value) Human-readable description.OpDef.AttrDef.Builder.setField(Descriptors.FieldDescriptor field, Object value) OpDef.AttrDef.Builder.setHasMinimum(boolean value) For type == "int", this is a minimum value.OpDef.AttrDef.Builder.setMinimum(long value) int64 minimum = 6;A descriptive name for the argument.OpDef.AttrDef.Builder.setNameBytes(ByteString value) A descriptive name for the argument.OpDef.AttrDef.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).OpDef.AttrDef.Builder.setTypeBytes(ByteString value) One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).final OpDef.AttrDef.BuilderOpDef.AttrDef.Builder.setUnknownFields(UnknownFieldSet unknownFields) OpDef.AttrDef.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type OpDef.AttrDef.BuilderModifier and TypeMethodDescriptionOpDef.Builder.getAttrBuilderList()repeated .tensorflow.OpDef.AttrDef attr = 4;Methods in org.tensorflow.proto with parameters of type OpDef.AttrDef.BuilderModifier and TypeMethodDescriptionOpDef.Builder.addAttr(int index, OpDef.AttrDef.Builder builderForValue) repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.Builder.addAttr(OpDef.AttrDef.Builder builderForValue) repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.Builder.setAttr(int index, OpDef.AttrDef.Builder builderForValue) repeated .tensorflow.OpDef.AttrDef attr = 4;