OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.addAllArgDescriptor(Iterable<? extends OpNamespace.ArgDescriptor> values) |
repeated .org.nd4j.ir.ArgDescriptor argDescriptor = 2;
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.addArgDescriptor(int index,
OpNamespace.ArgDescriptor value) |
repeated .org.nd4j.ir.ArgDescriptor argDescriptor = 2;
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.addArgDescriptor(int index,
OpNamespace.ArgDescriptor.Builder builderForValue) |
repeated .org.nd4j.ir.ArgDescriptor argDescriptor = 2;
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.addArgDescriptor(OpNamespace.ArgDescriptor value) |
repeated .org.nd4j.ir.ArgDescriptor argDescriptor = 2;
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.addArgDescriptor(OpNamespace.ArgDescriptor.Builder builderForValue) |
repeated .org.nd4j.ir.ArgDescriptor argDescriptor = 2;
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptorList.Builder.addOpListBuilder() |
repeated .org.nd4j.ir.OpDescriptor opList = 1;
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptorList.Builder.addOpListBuilder(int index) |
repeated .org.nd4j.ir.OpDescriptor opList = 1;
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.clear() |
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.clearArgDescriptor() |
repeated .org.nd4j.ir.ArgDescriptor argDescriptor = 2;
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.clearName() |
string name = 1;
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.clearOpDeclarationType() |
.org.nd4j.ir.OpDescriptor.OpDeclarationType opDeclarationType = 3;
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.clone() |
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptorList.Builder.getOpListBuilder(int index) |
repeated .org.nd4j.ir.OpDescriptor opList = 1;
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.mergeFrom(OpNamespace.OpDescriptor other) |
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
static OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.newBuilder() |
|
static OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.newBuilder(OpNamespace.OpDescriptor prototype) |
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.newBuilderForType() |
|
protected OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.removeArgDescriptor(int index) |
repeated .org.nd4j.ir.ArgDescriptor argDescriptor = 2;
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.setArgDescriptor(int index,
OpNamespace.ArgDescriptor value) |
repeated .org.nd4j.ir.ArgDescriptor argDescriptor = 2;
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.setArgDescriptor(int index,
OpNamespace.ArgDescriptor.Builder builderForValue) |
repeated .org.nd4j.ir.ArgDescriptor argDescriptor = 2;
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.setName(String value) |
string name = 1;
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.setNameBytes(org.nd4j.shade.protobuf.ByteString value) |
string name = 1;
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.setOpDeclarationType(OpNamespace.OpDescriptor.OpDeclarationType value) |
.org.nd4j.ir.OpDescriptor.OpDeclarationType opDeclarationType = 3;
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.setOpDeclarationTypeValue(int value) |
.org.nd4j.ir.OpDescriptor.OpDeclarationType opDeclarationType = 3;
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
OpNamespace.OpDescriptor.Builder |
OpNamespace.OpDescriptor.toBuilder() |
|