Beispiel #1
0
 /// <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);
Beispiel #2
0
 /// <summary>
 /// Makes the ONNX model based on the context.
 /// </summary>
 public ModelProto MakeModel()
 => OnnxUtils.MakeModel(_nodes, _name, _name, _domain, _inputs, _outputs, _intermediateValues);