Uses of Class
org.tensorflow.framework.FunctionDef.ArgAttrs.Builder
Packages that use FunctionDef.ArgAttrs.Builder
-
Uses of FunctionDef.ArgAttrs.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return FunctionDef.ArgAttrs.BuilderModifier and TypeMethodDescriptionFunctionDef.ArgAttrs.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FunctionDef.ArgAttrs.Builder.clear()FunctionDef.ArgAttrs.Builder.clearAttr()FunctionDef.ArgAttrs.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) FunctionDef.ArgAttrs.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) FunctionDef.ArgAttrs.Builder.clone()FunctionDef.ArgAttrs.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FunctionDef.ArgAttrs.Builder.mergeFrom(com.google.protobuf.Message other) FunctionDef.ArgAttrs.Builder.mergeFrom(FunctionDef.ArgAttrs other) FunctionDef.ArgAttrs.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static FunctionDef.ArgAttrs.BuilderFunctionDef.ArgAttrs.newBuilder()static FunctionDef.ArgAttrs.BuilderFunctionDef.ArgAttrs.newBuilder(FunctionDef.ArgAttrs prototype) FunctionDef.ArgAttrs.newBuilderForType()protected FunctionDef.ArgAttrs.BuilderFunctionDef.ArgAttrs.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FunctionDef.ArgAttrs.Builder.putAllAttr(Map<String, AttrValue> values) map<string, .tensorflow.AttrValue> attr = 1;FunctionDef.Builder.putArgAttrBuilderIfAbsent(int key) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;map<string, .tensorflow.AttrValue> attr = 1;FunctionDef.ArgAttrs.Builder.removeAttr(String key) map<string, .tensorflow.AttrValue> attr = 1;FunctionDef.ArgAttrs.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FunctionDef.ArgAttrs.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FunctionDef.ArgAttrs.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FunctionDef.ArgAttrs.toBuilder()