Uses of Class
org.tensorflow.proto.ApiDef.Builder
Packages that use ApiDef.Builder
-
Uses of ApiDef.Builder in org.tensorflow.proto
Subclasses with type arguments of type ApiDef.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classUsed to specify and override the default API & behavior in the generated code for client languages, from what you would get from the OpDef alone.Methods in org.tensorflow.proto that return ApiDef.BuilderModifier and TypeMethodDescriptionApiDef.Builder.addAllArgOrder(Iterable<String> values) List of original in_arg names to specify new argument order.ApiDef.Builder.addAllAttr(Iterable<? extends ApiDef.Attr> values) repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.Builder.addAllEndpoint(Iterable<? extends ApiDef.Endpoint> values) repeated .tensorflow.ApiDef.Endpoint endpoint = 3;ApiDef.Builder.addAllInArg(Iterable<? extends ApiDef.Arg> values) repeated .tensorflow.ApiDef.Arg in_arg = 4;ApiDef.Builder.addAllOutArg(Iterable<? extends ApiDef.Arg> values) repeated .tensorflow.ApiDef.Arg out_arg = 5;ApiDef.Builder.addArgOrder(String value) List of original in_arg names to specify new argument order.ApiDef.Builder.addArgOrderBytes(ByteString value) List of original in_arg names to specify new argument order.ApiDef.Builder.addAttr(int index, ApiDef.Attr value) repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.Builder.addAttr(int index, ApiDef.Attr.Builder builderForValue) repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.Builder.addAttr(ApiDef.Attr value) repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.Builder.addAttr(ApiDef.Attr.Builder builderForValue) repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.Builder.addEndpoint(int index, ApiDef.Endpoint value) repeated .tensorflow.ApiDef.Endpoint endpoint = 3;ApiDef.Builder.addEndpoint(int index, ApiDef.Endpoint.Builder builderForValue) repeated .tensorflow.ApiDef.Endpoint endpoint = 3;ApiDef.Builder.addEndpoint(ApiDef.Endpoint value) repeated .tensorflow.ApiDef.Endpoint endpoint = 3;ApiDef.Builder.addEndpoint(ApiDef.Endpoint.Builder builderForValue) repeated .tensorflow.ApiDef.Endpoint endpoint = 3;ApiDef.Builder.addInArg(int index, ApiDef.Arg value) repeated .tensorflow.ApiDef.Arg in_arg = 4;ApiDef.Builder.addInArg(int index, ApiDef.Arg.Builder builderForValue) repeated .tensorflow.ApiDef.Arg in_arg = 4;ApiDef.Builder.addInArg(ApiDef.Arg value) repeated .tensorflow.ApiDef.Arg in_arg = 4;ApiDef.Builder.addInArg(ApiDef.Arg.Builder builderForValue) repeated .tensorflow.ApiDef.Arg in_arg = 4;ApiDefs.Builder.addOpBuilder()repeated .tensorflow.ApiDef op = 1;ApiDefs.Builder.addOpBuilder(int index) repeated .tensorflow.ApiDef op = 1;ApiDef.Builder.addOutArg(int index, ApiDef.Arg value) repeated .tensorflow.ApiDef.Arg out_arg = 5;ApiDef.Builder.addOutArg(int index, ApiDef.Arg.Builder builderForValue) repeated .tensorflow.ApiDef.Arg out_arg = 5;ApiDef.Builder.addOutArg(ApiDef.Arg value) repeated .tensorflow.ApiDef.Arg out_arg = 5;ApiDef.Builder.addOutArg(ApiDef.Arg.Builder builderForValue) repeated .tensorflow.ApiDef.Arg out_arg = 5;ApiDef.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) ApiDef.Builder.clear()ApiDef.Builder.clearArgOrder()List of original in_arg names to specify new argument order.ApiDef.Builder.clearAttr()repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.Builder.clearDeprecationMessage()If this op is deprecated, set deprecation message to the message that should be logged when this op is used.ApiDef.Builder.clearDeprecationVersion()Major version when the op will be deleted.ApiDef.Builder.clearDescription()Additional, longer human-readable description of what the Op does.ApiDef.Builder.clearDescriptionPrefix()Modify an existing/inherited description by adding text to the beginning or end.ApiDef.Builder.clearDescriptionSuffix()string description_suffix = 10;ApiDef.Builder.clearEndpoint()repeated .tensorflow.ApiDef.Endpoint endpoint = 3;ApiDef.Builder.clearField(Descriptors.FieldDescriptor field) ApiDef.Builder.clearGraphOpName()Name of the op (in the OpDef) to specify the API for.ApiDef.Builder.clearInArg()repeated .tensorflow.ApiDef.Arg in_arg = 4;ApiDef.Builder.clearOneof(Descriptors.OneofDescriptor oneof) ApiDef.Builder.clearOutArg()repeated .tensorflow.ApiDef.Arg out_arg = 5;ApiDef.Builder.clearSummary()One-line human-readable description of what the Op does.ApiDef.Builder.clearVisibility().tensorflow.ApiDef.Visibility visibility = 2;ApiDef.Builder.clone()ApiDefs.Builder.getOpBuilder(int index) repeated .tensorflow.ApiDef op = 1;ApiDef.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) final ApiDef.BuilderApiDef.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static ApiDef.BuilderApiDef.newBuilder()static ApiDef.BuilderApiDef.newBuilder(ApiDef prototype) ApiDef.newBuilderForType()protected ApiDef.BuilderApiDef.newBuilderForType(GeneratedMessageV3.BuilderParent parent) ApiDef.Builder.removeAttr(int index) repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.Builder.removeEndpoint(int index) repeated .tensorflow.ApiDef.Endpoint endpoint = 3;ApiDef.Builder.removeInArg(int index) repeated .tensorflow.ApiDef.Arg in_arg = 4;ApiDef.Builder.removeOutArg(int index) repeated .tensorflow.ApiDef.Arg out_arg = 5;ApiDef.Builder.setArgOrder(int index, String value) List of original in_arg names to specify new argument order.ApiDef.Builder.setAttr(int index, ApiDef.Attr value) repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.Builder.setAttr(int index, ApiDef.Attr.Builder builderForValue) repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.Builder.setDeprecationMessage(String value) If this op is deprecated, set deprecation message to the message that should be logged when this op is used.ApiDef.Builder.setDeprecationMessageBytes(ByteString value) If this op is deprecated, set deprecation message to the message that should be logged when this op is used.ApiDef.Builder.setDeprecationVersion(int value) Major version when the op will be deleted.ApiDef.Builder.setDescription(String value) Additional, longer human-readable description of what the Op does.ApiDef.Builder.setDescriptionBytes(ByteString value) Additional, longer human-readable description of what the Op does.ApiDef.Builder.setDescriptionPrefix(String value) Modify an existing/inherited description by adding text to the beginning or end.ApiDef.Builder.setDescriptionPrefixBytes(ByteString value) Modify an existing/inherited description by adding text to the beginning or end.ApiDef.Builder.setDescriptionSuffix(String value) string description_suffix = 10;ApiDef.Builder.setDescriptionSuffixBytes(ByteString value) string description_suffix = 10;ApiDef.Builder.setEndpoint(int index, ApiDef.Endpoint value) repeated .tensorflow.ApiDef.Endpoint endpoint = 3;ApiDef.Builder.setEndpoint(int index, ApiDef.Endpoint.Builder builderForValue) repeated .tensorflow.ApiDef.Endpoint endpoint = 3;ApiDef.Builder.setField(Descriptors.FieldDescriptor field, Object value) ApiDef.Builder.setGraphOpName(String value) Name of the op (in the OpDef) to specify the API for.ApiDef.Builder.setGraphOpNameBytes(ByteString value) Name of the op (in the OpDef) to specify the API for.ApiDef.Builder.setInArg(int index, ApiDef.Arg value) repeated .tensorflow.ApiDef.Arg in_arg = 4;ApiDef.Builder.setInArg(int index, ApiDef.Arg.Builder builderForValue) repeated .tensorflow.ApiDef.Arg in_arg = 4;ApiDef.Builder.setOutArg(int index, ApiDef.Arg value) repeated .tensorflow.ApiDef.Arg out_arg = 5;ApiDef.Builder.setOutArg(int index, ApiDef.Arg.Builder builderForValue) repeated .tensorflow.ApiDef.Arg out_arg = 5;ApiDef.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) ApiDef.Builder.setSummary(String value) One-line human-readable description of what the Op does.ApiDef.Builder.setSummaryBytes(ByteString value) One-line human-readable description of what the Op does.final ApiDef.BuilderApiDef.Builder.setUnknownFields(UnknownFieldSet unknownFields) ApiDef.Builder.setVisibility(ApiDef.Visibility value) .tensorflow.ApiDef.Visibility visibility = 2;ApiDef.Builder.setVisibilityValue(int value) .tensorflow.ApiDef.Visibility visibility = 2;ApiDef.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type ApiDef.BuilderModifier and TypeMethodDescriptionApiDefs.Builder.getOpBuilderList()repeated .tensorflow.ApiDef op = 1;Methods in org.tensorflow.proto with parameters of type ApiDef.BuilderModifier and TypeMethodDescriptionApiDefs.Builder.addOp(int index, ApiDef.Builder builderForValue) repeated .tensorflow.ApiDef op = 1;ApiDefs.Builder.addOp(ApiDef.Builder builderForValue) repeated .tensorflow.ApiDef op = 1;ApiDefs.Builder.setOp(int index, ApiDef.Builder builderForValue) repeated .tensorflow.ApiDef op = 1;