Uses of Class
org.tensorflow.proto.ApiDef.Arg.Builder
Packages that use ApiDef.Arg.Builder
-
Uses of ApiDef.Arg.Builder in org.tensorflow.proto
Subclasses with type arguments of type ApiDef.Arg.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.ApiDef.ArgMethods in org.tensorflow.proto that return ApiDef.Arg.BuilderModifier and TypeMethodDescriptionApiDef.Builder.addInArgBuilder()repeated .tensorflow.ApiDef.Arg in_arg = 4;ApiDef.Builder.addInArgBuilder(int index) repeated .tensorflow.ApiDef.Arg in_arg = 4;ApiDef.Builder.addOutArgBuilder()repeated .tensorflow.ApiDef.Arg out_arg = 5;ApiDef.Builder.addOutArgBuilder(int index) repeated .tensorflow.ApiDef.Arg out_arg = 5;ApiDef.Arg.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) ApiDef.Arg.Builder.clear()ApiDef.Arg.Builder.clearDescription()Note: this will replace any inherited arg doc.ApiDef.Arg.Builder.clearField(Descriptors.FieldDescriptor field) ApiDef.Arg.Builder.clearName()string name = 1;ApiDef.Arg.Builder.clearOneof(Descriptors.OneofDescriptor oneof) ApiDef.Arg.Builder.clearRenameTo()Change the name used to access this arg in the API from what is used in the GraphDef.ApiDef.Arg.Builder.clone()ApiDef.Builder.getInArgBuilder(int index) repeated .tensorflow.ApiDef.Arg in_arg = 4;ApiDef.Builder.getOutArgBuilder(int index) repeated .tensorflow.ApiDef.Arg out_arg = 5;ApiDef.Arg.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) ApiDef.Arg.Builder.mergeFrom(ApiDef.Arg other) final ApiDef.Arg.BuilderApiDef.Arg.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static ApiDef.Arg.BuilderApiDef.Arg.newBuilder()static ApiDef.Arg.BuilderApiDef.Arg.newBuilder(ApiDef.Arg prototype) ApiDef.Arg.newBuilderForType()protected ApiDef.Arg.BuilderApiDef.Arg.newBuilderForType(GeneratedMessageV3.BuilderParent parent) ApiDef.Arg.Builder.setDescription(String value) Note: this will replace any inherited arg doc.ApiDef.Arg.Builder.setDescriptionBytes(ByteString value) Note: this will replace any inherited arg doc.ApiDef.Arg.Builder.setField(Descriptors.FieldDescriptor field, Object value) string name = 1;ApiDef.Arg.Builder.setNameBytes(ByteString value) string name = 1;ApiDef.Arg.Builder.setRenameTo(String value) Change the name used to access this arg in the API from what is used in the GraphDef.ApiDef.Arg.Builder.setRenameToBytes(ByteString value) Change the name used to access this arg in the API from what is used in the GraphDef.ApiDef.Arg.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final ApiDef.Arg.BuilderApiDef.Arg.Builder.setUnknownFields(UnknownFieldSet unknownFields) ApiDef.Arg.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type ApiDef.Arg.BuilderModifier and TypeMethodDescriptionApiDef.Builder.getInArgBuilderList()repeated .tensorflow.ApiDef.Arg in_arg = 4;ApiDef.Builder.getOutArgBuilderList()repeated .tensorflow.ApiDef.Arg out_arg = 5;Methods in org.tensorflow.proto with parameters of type ApiDef.Arg.BuilderModifier and TypeMethodDescriptionApiDef.Builder.addInArg(int index, ApiDef.Arg.Builder builderForValue) repeated .tensorflow.ApiDef.Arg in_arg = 4;ApiDef.Builder.addInArg(ApiDef.Arg.Builder builderForValue) repeated .tensorflow.ApiDef.Arg in_arg = 4;ApiDef.Builder.addOutArg(int index, ApiDef.Arg.Builder builderForValue) repeated .tensorflow.ApiDef.Arg out_arg = 5;ApiDef.Builder.addOutArg(ApiDef.Arg.Builder builderForValue) repeated .tensorflow.ApiDef.Arg out_arg = 5;ApiDef.Builder.setInArg(int index, ApiDef.Arg.Builder builderForValue) repeated .tensorflow.ApiDef.Arg in_arg = 4;ApiDef.Builder.setOutArg(int index, ApiDef.Arg.Builder builderForValue) repeated .tensorflow.ApiDef.Arg out_arg = 5;