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.clear()NameAttrList.Builder.clearAttr()NameAttrList.Builder.clearName()string name = 1;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) static NameAttrList.BuilderNameAttrList.newBuilder()static NameAttrList.BuilderNameAttrList.newBuilder(NameAttrList prototype) NameAttrList.newBuilderForType()protected NameAttrList.BuilderNameAttrList.newBuilderForType(AbstractMessage.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;string name = 1;NameAttrList.Builder.setNameBytes(ByteString value) string name = 1;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)"