OpList.Builder |
OpList.Builder.addAllOp(Iterable<? extends OpDef> values)
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(int index,
OpDef value)
repeated .tensorflow.OpDef op = 1;
|
OpList.Builder |
OpList.Builder.addOp(OpDef.Builder builderForValue)
repeated .tensorflow.OpDef op = 1;
|
OpList.Builder |
OpList.Builder.addOp(OpDef value)
repeated .tensorflow.OpDef op = 1;
|
OpList.Builder |
OpList.Builder.addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
OpList.Builder |
OpList.Builder.clear() |
OpList.Builder |
OpList.Builder.clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
OpList.Builder |
OpList.Builder.clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
OpList.Builder |
OpList.Builder.clearOp()
repeated .tensorflow.OpDef op = 1;
|
OpList.Builder |
OpList.Builder.clone() |
OpList.Builder |
OpList.Builder.mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
OpList.Builder |
OpList.Builder.mergeFrom(com.github.os72.protobuf351.Message other) |
OpList.Builder |
OpList.Builder.mergeFrom(OpList other) |
OpList.Builder |
OpList.Builder.mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
static OpList.Builder |
OpList.newBuilder() |
static OpList.Builder |
OpList.newBuilder(OpList prototype) |
OpList.Builder |
OpList.newBuilderForType() |
protected OpList.Builder |
OpList.newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent) |
OpList.Builder |
OpList.Builder.removeOp(int index)
repeated .tensorflow.OpDef op = 1;
|
OpList.Builder |
OpList.Builder.setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
OpList.Builder |
OpList.Builder.setOp(int index,
OpDef.Builder builderForValue)
repeated .tensorflow.OpDef op = 1;
|
OpList.Builder |
OpList.Builder.setOp(int index,
OpDef value)
repeated .tensorflow.OpDef op = 1;
|
OpList.Builder |
OpList.Builder.setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
OpList.Builder |
OpList.Builder.setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
OpList.Builder |
OpList.toBuilder() |