/// <summary> /// Makes the ONNX model based on the context. /// </summary> public ModelProto MakeModel() => OnnxUtils.MakeModel(_nodes, _producerName, _name, _domain, _producerVersion, _modelVersion, _inputs, _outputs, _intermediateValues, _initializers);
/// <summary> /// Makes the ONNX model based on the context. /// </summary> public ModelProto MakeModel() => OnnxUtils.MakeModel(_nodes, _name, _name, _domain, _inputs, _outputs, _intermediateValues);