tinygrad
tinygrad copied to clipboard
onnx if op
use diff -w to see run_onnx changes
test/external/external_test_onnx_backend.py:
before: 167 failed, 645 passed, 1822 skipped, 1 warning in 28.40s
after: 167 failed, 646 passed, 1821 skipped, 1 warning in 28.58s
Tests failing. Don't mix large whitespace changes and functional changes.
Still a massive change (+132 -124)...why?
Indentation. Alternative approach, say moving the op eval loop out of run_onnx scope, will incur more changes.
Like I said, don't mix large whitespace changes and functional changes.