Uses of Class
org.tensorflow.proto.NameAttrList.Builder
Packages that use NameAttrList.Builder
-
Uses of NameAttrList.Builder in org.tensorflow.proto
Subclasses with type arguments of type NameAttrList.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classA list of attr names and their values.Methods in org.tensorflow.proto that return NameAttrList.BuilderModifier and TypeMethodDescriptionAttrValue.ListValue.Builder.addFuncBuilder()"list(attr)"AttrValue.ListValue.Builder.addFuncBuilder(int index) "list(attr)"NameAttrList.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) NameAttrList.Builder.clear()NameAttrList.Builder.clearAttr()NameAttrList.Builder.clearField(Descriptors.FieldDescriptor field) NameAttrList.Builder.clearName()string name = 1;NameAttrList.Builder.clearOneof(Descriptors.OneofDescriptor oneof) NameAttrList.Builder.clone()AttrValue.Builder.getFuncBuilder()"func" represents a function. func.name is a function's name or a primitive op's name. func.attr.first is the name of an attr defined for that function. func.attr.second is the value for that attr in the instantiation.AttrValue.ListValue.Builder.getFuncBuilder(int index) "list(attr)"NameAttrList.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) NameAttrList.Builder.mergeFrom(NameAttrList other) final NameAttrList.BuilderNameAttrList.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static NameAttrList.BuilderNameAttrList.newBuilder()static NameAttrList.BuilderNameAttrList.newBuilder(NameAttrList prototype) NameAttrList.newBuilderForType()protected NameAttrList.BuilderNameAttrList.newBuilderForType(GeneratedMessageV3.BuilderParent parent) NameAttrList.Builder.putAllAttr(Map<String, AttrValue> values) map<string, .tensorflow.AttrValue> attr = 2;map<string, .tensorflow.AttrValue> attr = 2;NameAttrList.Builder.removeAttr(String key) map<string, .tensorflow.AttrValue> attr = 2;NameAttrList.Builder.setField(Descriptors.FieldDescriptor field, Object value) string name = 1;NameAttrList.Builder.setNameBytes(ByteString value) string name = 1;NameAttrList.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final NameAttrList.BuilderNameAttrList.Builder.setUnknownFields(UnknownFieldSet unknownFields) NameAttrList.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type NameAttrList.BuilderMethods in org.tensorflow.proto with parameters of type NameAttrList.BuilderModifier and TypeMethodDescriptionAttrValue.ListValue.Builder.addFunc(int index, NameAttrList.Builder builderForValue) "list(attr)"AttrValue.ListValue.Builder.addFunc(NameAttrList.Builder builderForValue) "list(attr)"AttrValue.Builder.setFunc(NameAttrList.Builder builderForValue) "func" represents a function. func.name is a function's name or a primitive op's name. func.attr.first is the name of an attr defined for that function. func.attr.second is the value for that attr in the instantiation.AttrValue.ListValue.Builder.setFunc(int index, NameAttrList.Builder builderForValue) "list(attr)"