OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.addAllFunctions(Iterable<? extends Onnx.FunctionProto> values) |
The functions specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.addAllOperator(Iterable<? extends OnnxOperators.OperatorProto> values) |
The operators specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.addFunctions(int index,
Onnx.FunctionProto value) |
The functions specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.addFunctions(int index,
Onnx.FunctionProto.Builder builderForValue) |
The functions specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.addFunctions(Onnx.FunctionProto value) |
The functions specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.addFunctions(Onnx.FunctionProto.Builder builderForValue) |
The functions specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.addOperator(int index,
OnnxOperators.OperatorProto value) |
The operators specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.addOperator(int index,
OnnxOperators.OperatorProto.Builder builderForValue) |
The operators specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.addOperator(OnnxOperators.OperatorProto value) |
The operators specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.addOperator(OnnxOperators.OperatorProto.Builder builderForValue) |
The operators specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.clear() |
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.clearDocString() |
A human-readable documentation for this set of operators.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.clearDomain() |
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.clearFunctions() |
The functions specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.clearIrBuildMetadata() |
The build metadata component of the SemVer of the IR.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.clearIrVersion() |
All OperatorSetProtos indicate the version of the IR syntax and semantics
they adhere to.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.clearIrVersionPrerelease() |
The prerelease component of the SemVer of the IR.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.clearMagic() |
All OperatorSetProtos start with a distingushed byte sequence to disambiguate
protobuf files containing OperatorSets from other content.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.clearOperator() |
The operators specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.clearOpsetVersion() |
The version of the set of operators.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.clone() |
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.mergeFrom(OnnxOperators.OperatorSetProto other) |
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
static OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.newBuilder() |
|
static OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.newBuilder(OnnxOperators.OperatorSetProto prototype) |
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.newBuilderForType() |
|
protected OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.removeFunctions(int index) |
The functions specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.removeOperator(int index) |
The operators specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setDocString(String value) |
A human-readable documentation for this set of operators.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setDocStringBytes(org.nd4j.shade.protobuf.ByteString value) |
A human-readable documentation for this set of operators.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setDomain(String value) |
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setDomainBytes(org.nd4j.shade.protobuf.ByteString value) |
Domain name of the operator set, in reverse DNS form (e.g., com.acme.dnnops).
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setFunctions(int index,
Onnx.FunctionProto value) |
The functions specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setFunctions(int index,
Onnx.FunctionProto.Builder builderForValue) |
The functions specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setIrBuildMetadata(String value) |
The build metadata component of the SemVer of the IR.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setIrBuildMetadataBytes(org.nd4j.shade.protobuf.ByteString value) |
The build metadata component of the SemVer of the IR.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setIrVersion(long value) |
All OperatorSetProtos indicate the version of the IR syntax and semantics
they adhere to.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setIrVersionPrerelease(String value) |
The prerelease component of the SemVer of the IR.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setIrVersionPrereleaseBytes(org.nd4j.shade.protobuf.ByteString value) |
The prerelease component of the SemVer of the IR.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setMagic(String value) |
All OperatorSetProtos start with a distingushed byte sequence to disambiguate
protobuf files containing OperatorSets from other content.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setMagicBytes(org.nd4j.shade.protobuf.ByteString value) |
All OperatorSetProtos start with a distingushed byte sequence to disambiguate
protobuf files containing OperatorSets from other content.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setOperator(int index,
OnnxOperators.OperatorProto value) |
The operators specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setOperator(int index,
OnnxOperators.OperatorProto.Builder builderForValue) |
The operators specified by this operator set.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setOpsetVersion(long value) |
The version of the set of operators.
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
OnnxOperators.OperatorSetProto.Builder |
OnnxOperators.OperatorSetProto.toBuilder() |
|