Tags: sstamenova/onnx-mlir
Tags
New support for resize op (onnx#844) * shape inference for size Signed-off-by: Tong Chen <[email protected]> * to Krnl Signed-off-by: Tong Chen <[email protected]> * change constant Signed-off-by: Tong Chen <[email protected]> * add backend test Signed-off-by: Tong Chen <[email protected]> * change check lit Signed-off-by: Tong Chen <[email protected]> Co-authored-by: Tung D. Le <[email protected]>
Upstream LLVM merge from commit 9061da274898270ed1e06cff6c22510ea74ab01e
llvm-project commit-id known to pass build and tests.
Latest successful merge to LLVM 'tvp' from mainline
Use DenseElementAttr instead of StringRef for constants (onnx#639) * try DenseElementAttr Signed-off-by: Kevin O'Brien <[email protected]> * remove lit tests Signed-off-by: Kevin O'Brien <[email protected]> * go back to StringAttr Signed-off-by: Kevin O'Brien <[email protected]> * determine Attr type based on size Signed-off-by: Kevin O'Brien <[email protected]> * fix type Signed-off-by: Kevin O'Brien <[email protected]>