Uses of Class
org.tensorflow.framework.NameAttrList.Builder
-
Packages that use NameAttrList.Builder Package Description org.tensorflow.framework -
-
Uses of NameAttrList.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return NameAttrList.Builder Modifier and Type Method Description NameAttrList.BuilderAttrValue.ListValue.Builder. addFuncBuilder()"list(attr)"NameAttrList.BuilderAttrValue.ListValue.Builder. addFuncBuilder(int index)"list(attr)"NameAttrList.BuilderNameAttrList.Builder. addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)NameAttrList.BuilderNameAttrList.Builder. clear()NameAttrList.BuilderNameAttrList.Builder. clearAttr()NameAttrList.BuilderNameAttrList.Builder. clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)NameAttrList.BuilderNameAttrList.Builder. clearName()string name = 1;NameAttrList.BuilderNameAttrList.Builder. clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)NameAttrList.BuilderNameAttrList.Builder. clone()NameAttrList.BuilderAttrValue.Builder. getFuncBuilder()"func" represents a function.NameAttrList.BuilderAttrValue.ListValue.Builder. getFuncBuilder(int index)"list(attr)"NameAttrList.BuilderNameAttrList.Builder. mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)NameAttrList.BuilderNameAttrList.Builder. mergeFrom(org.nd4j.shade.protobuf.Message other)NameAttrList.BuilderNameAttrList.Builder. mergeFrom(NameAttrList other)NameAttrList.BuilderNameAttrList.Builder. mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)static NameAttrList.BuilderNameAttrList. newBuilder()static NameAttrList.BuilderNameAttrList. newBuilder(NameAttrList prototype)NameAttrList.BuilderNameAttrList. newBuilderForType()protected NameAttrList.BuilderNameAttrList. newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)NameAttrList.BuilderNameAttrList.Builder. putAllAttr(Map<String,AttrValue> values)map<string, .tensorflow.AttrValue> attr = 2;NameAttrList.BuilderNameAttrList.Builder. putAttr(String key, AttrValue value)map<string, .tensorflow.AttrValue> attr = 2;NameAttrList.BuilderNameAttrList.Builder. removeAttr(String key)map<string, .tensorflow.AttrValue> attr = 2;NameAttrList.BuilderNameAttrList.Builder. setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)NameAttrList.BuilderNameAttrList.Builder. setName(String value)string name = 1;NameAttrList.BuilderNameAttrList.Builder. setNameBytes(org.nd4j.shade.protobuf.ByteString value)string name = 1;NameAttrList.BuilderNameAttrList.Builder. setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)NameAttrList.BuilderNameAttrList.Builder. setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)NameAttrList.BuilderNameAttrList. toBuilder()Methods in org.tensorflow.framework that return types with arguments of type NameAttrList.Builder Modifier and Type Method Description List<NameAttrList.Builder>AttrValue.ListValue.Builder. getFuncBuilderList()"list(attr)"Methods in org.tensorflow.framework with parameters of type NameAttrList.Builder Modifier and Type Method Description AttrValue.ListValue.BuilderAttrValue.ListValue.Builder. addFunc(int index, NameAttrList.Builder builderForValue)"list(attr)"AttrValue.ListValue.BuilderAttrValue.ListValue.Builder. addFunc(NameAttrList.Builder builderForValue)"list(attr)"AttrValue.BuilderAttrValue.Builder. setFunc(NameAttrList.Builder builderForValue)"func" represents a function.AttrValue.ListValue.BuilderAttrValue.ListValue.Builder. setFunc(int index, NameAttrList.Builder builderForValue)"list(attr)"
-