Uses of Class
org.tensorflow.proto.ApiDef.Attr.Builder
Packages that use ApiDef.Attr.Builder
-
Uses of ApiDef.Attr.Builder in org.tensorflow.proto
Subclasses with type arguments of type ApiDef.Attr.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 ApiDef.Attr.BuilderModifier and TypeMethodDescriptionApiDef.Builder.addAttrBuilder()repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.Builder.addAttrBuilder(int index) repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.Attr.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) ApiDef.Attr.Builder.clear()ApiDef.Attr.Builder.clearDefaultValue()Specify a new default value to use for this attr.ApiDef.Attr.Builder.clearDescription()Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions.ApiDef.Attr.Builder.clearField(Descriptors.FieldDescriptor field) ApiDef.Attr.Builder.clearName()string name = 1;ApiDef.Attr.Builder.clearOneof(Descriptors.OneofDescriptor oneof) ApiDef.Attr.Builder.clearRenameTo()Change the name used to access this attr in the API from what is used in the GraphDef.ApiDef.Attr.Builder.clone()ApiDef.Builder.getAttrBuilder(int index) repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.Attr.Builder.mergeDefaultValue(AttrValue value) Specify a new default value to use for this attr.ApiDef.Attr.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) ApiDef.Attr.Builder.mergeFrom(ApiDef.Attr other) final ApiDef.Attr.BuilderApiDef.Attr.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static ApiDef.Attr.BuilderApiDef.Attr.newBuilder()static ApiDef.Attr.BuilderApiDef.Attr.newBuilder(ApiDef.Attr prototype) ApiDef.Attr.newBuilderForType()protected ApiDef.Attr.BuilderApiDef.Attr.newBuilderForType(GeneratedMessageV3.BuilderParent parent) ApiDef.Attr.Builder.setDefaultValue(AttrValue value) Specify a new default value to use for this attr.ApiDef.Attr.Builder.setDefaultValue(AttrValue.Builder builderForValue) Specify a new default value to use for this attr.ApiDef.Attr.Builder.setDescription(String value) Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions.ApiDef.Attr.Builder.setDescriptionBytes(ByteString value) Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions.ApiDef.Attr.Builder.setField(Descriptors.FieldDescriptor field, Object value) string name = 1;ApiDef.Attr.Builder.setNameBytes(ByteString value) string name = 1;ApiDef.Attr.Builder.setRenameTo(String value) Change the name used to access this attr in the API from what is used in the GraphDef.ApiDef.Attr.Builder.setRenameToBytes(ByteString value) Change the name used to access this attr in the API from what is used in the GraphDef.ApiDef.Attr.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final ApiDef.Attr.BuilderApiDef.Attr.Builder.setUnknownFields(UnknownFieldSet unknownFields) ApiDef.Attr.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type ApiDef.Attr.BuilderModifier and TypeMethodDescriptionApiDef.Builder.getAttrBuilderList()repeated .tensorflow.ApiDef.Attr attr = 6;Methods in org.tensorflow.proto with parameters of type ApiDef.Attr.BuilderModifier and TypeMethodDescriptionApiDef.Builder.addAttr(int index, ApiDef.Attr.Builder builderForValue) repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.Builder.addAttr(ApiDef.Attr.Builder builderForValue) repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.Builder.setAttr(int index, ApiDef.Attr.Builder builderForValue) repeated .tensorflow.ApiDef.Attr attr = 6;