Uses of Class
org.tensorflow.framework.OpDef.AttrDef.Builder
Packages that use OpDef.AttrDef.Builder
-
Uses of OpDef.AttrDef.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework 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(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OpDef.AttrDef.Builder.mergeFrom(com.google.protobuf.Message other) OpDef.AttrDef.Builder.mergeFrom(OpDef.AttrDef other) final OpDef.AttrDef.BuilderOpDef.AttrDef.Builder.mergeUnknownFields(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.ByteString value) Human-readable description.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(com.google.protobuf.ByteString value) A descriptive name for the argument.OpDef.AttrDef.Builder.setRepeatedField(com.google.protobuf.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(com.google.protobuf.ByteString value) One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).final OpDef.AttrDef.BuilderOpDef.AttrDef.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) OpDef.AttrDef.toBuilder()Methods in org.tensorflow.framework that return types with arguments of type OpDef.AttrDef.BuilderModifier and TypeMethodDescriptionOpDef.Builder.getAttrBuilderList()repeated .tensorflow.OpDef.AttrDef attr = 4;Methods in org.tensorflow.framework 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;