OpList.Builder |
OpList.Builder.addAllOp(Iterable<? extends OpDef> values) |
repeated .tensorflow.OpDef op = 1;
|
OpList.Builder |
OpList.Builder.addOp(int index,
OpDef value) |
repeated .tensorflow.OpDef op = 1;
|
OpList.Builder |
OpList.Builder.addOp(int index,
OpDef.Builder builderForValue) |
repeated .tensorflow.OpDef op = 1;
|
OpList.Builder |
OpList.Builder.addOp(OpDef value) |
repeated .tensorflow.OpDef op = 1;
|
OpList.Builder |
OpList.Builder.addOp(OpDef.Builder builderForValue) |
repeated .tensorflow.OpDef op = 1;
|
OpList.Builder |
OpList.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
OpList.Builder |
OpList.Builder.clear() |
|
OpList.Builder |
OpList.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
|
OpList.Builder |
OpList.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
|
OpList.Builder |
OpList.Builder.clearOp() |
repeated .tensorflow.OpDef op = 1;
|
OpList.Builder |
OpList.Builder.clone() |
|
OpList.Builder |
MetaGraphDef.MetaInfoDef.Builder.getStrippedOpListBuilder() |
A copy of the OpDefs used by the producer of this graph_def.
|
OpList.Builder |
OpList.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
|
OpList.Builder |
OpList.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
|
OpList.Builder |
OpList.Builder.mergeFrom(OpList other) |
|
OpList.Builder |
OpList.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
static OpList.Builder |
OpList.newBuilder() |
|
static OpList.Builder |
OpList.newBuilder(OpList prototype) |
|
OpList.Builder |
OpList.newBuilderForType() |
|
protected OpList.Builder |
OpList.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
OpList.Builder |
OpList.Builder.removeOp(int index) |
repeated .tensorflow.OpDef op = 1;
|
OpList.Builder |
OpList.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
OpList.Builder |
OpList.Builder.setOp(int index,
OpDef value) |
repeated .tensorflow.OpDef op = 1;
|
OpList.Builder |
OpList.Builder.setOp(int index,
OpDef.Builder builderForValue) |
repeated .tensorflow.OpDef op = 1;
|
OpList.Builder |
OpList.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
OpList.Builder |
OpList.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
OpList.Builder |
OpList.toBuilder() |
|