Alexander Montgomerie-Corcoran
Alexander Montgomerie-Corcoran
Hi Both, thanks for getting back to me. To be honest I was just messing around with the different MINLP optimisers and noticed that it wasn't working, so thought I...
What I've found is that with a single module instance, I get the following Verilog generated: ```verilog (* attr annotation *) module Bar( input io_in, output io_out ); assign io_out...
Here's some code that I've used in my project, hope it helps ```python import copy import onnx import onnxruntime import onnx.utils import onnx.numpy_helper from onnx import version_converter import onnxoptimizer as...
For the resource modelling side of things, I'm a bit stuck with where to go next. So far, I've tried to abstract out module, resource and solver specific parts of...
> It is an very important step that helps sort out the relationship between the model and the backend. Thanks Alex! If I am not mistaken, so everything currently under...