Anatol Liu
Anatol Liu
@gramalingam I've just tried this, and it still fails. The full line is: ``` onnx.save( onnx_model, output_path, save_as_external_data=use_external_data_format, location=output_path + "_data", convert_attribute=True, ) ``` Fwiw, this line also fails: ```...
@pierricgimmig are there plans to merge the changes in the compiling version? I'm also running into this issue.
I am adding a rust-analyzer action for #6462, and will be changing the hash.
hi--if no one has taken this yet, can I give this a shot?
@tlopex if you're working on this too, would you like to divide up the operators so we don't do redundant work?
I won't be able to work on this for the next couple weeks, so feel free to take anything :)
I'm back now. I can take a look at FLOOR_DIV.
Finally getting around to this--a draft PR is at https://github.com/apache/tvm/pull/15724
@tlopex maybe you can try something like this first? https://github.com/apache/tvm/blob/e3055c19702ff58819fa064565a6e1aa1443818e/tests/python/frontend/tflite/test_forward.py#L2249-L2251 I'm happy to keep working on the elemwise ones :)
I'm not able to create a revert--has one already been created?