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.clear()ApiDef.Arg.Builder.clearDescription()Note: this will replace any inherited arg doc.ApiDef.Arg.Builder.clearName()string name = 1;ApiDef.Arg.Builder.clearRenameTo()Change the name used to access this arg in the API from what is used in the GraphDef.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) static ApiDef.Arg.BuilderApiDef.Arg.newBuilder()static ApiDef.Arg.BuilderApiDef.Arg.newBuilder(ApiDef.Arg prototype) ApiDef.Arg.newBuilderForType()protected ApiDef.Arg.BuilderApiDef.Arg.newBuilderForType(AbstractMessage.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.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.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;