Uses of Class
org.tensorflow.framework.NameAttrList.Builder
Packages that use NameAttrList.Builder
-
Uses of NameAttrList.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return NameAttrList.BuilderModifier and TypeMethodDescriptionAttrValue.ListValue.Builder.addFuncBuilder()"list(attr)"AttrValue.ListValue.Builder.addFuncBuilder(int index) "list(attr)"NameAttrList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) NameAttrList.Builder.clear()NameAttrList.Builder.clearAttr()NameAttrList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) NameAttrList.Builder.clearName()string name = 1;NameAttrList.Builder.clearOneof(com.google.protobuf.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(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) NameAttrList.Builder.mergeFrom(com.google.protobuf.Message other) NameAttrList.Builder.mergeFrom(NameAttrList other) final NameAttrList.BuilderNameAttrList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static NameAttrList.BuilderNameAttrList.newBuilder()static NameAttrList.BuilderNameAttrList.newBuilder(NameAttrList prototype) NameAttrList.newBuilderForType()protected NameAttrList.BuilderNameAttrList.newBuilderForType(com.google.protobuf.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;string name = 1;NameAttrList.Builder.setNameBytes(com.google.protobuf.ByteString value) string name = 1;NameAttrList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final NameAttrList.BuilderNameAttrList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) NameAttrList.toBuilder()Methods in org.tensorflow.framework that return types with arguments of type NameAttrList.BuilderMethods in org.tensorflow.framework 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)"