ca185002f2
* 1. Add shape inference for the following ops: - Atan - Tan - Sin - Cast - ConvTranspose - Flatten - DynamicQuantizeLinear - QuantizeLinear - DequantizeLinear - ConvInteger 2. Import attributes for generic nodes 3. Fixes for cases where .cast<> should be .isa<> (ONNXConcat::inferShapes) * Fix foormatting issues * Address comments: - SmallVector<> * -> SmallVectorImpl<> & - switch-case -> helper function - Inside helper function, preserve signed-ness - add TODOs * Can't use signed integers yet in convertONNXTypeToMLIRType, add TODO Co-authored-by: Tian Jin <tjingrant@gmail.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
build-mlir.cmd | ||
build-mlir.sh | ||
clone-mlir.sh | ||
debug.py | ||
gen_onnx_mlir.py | ||
install-mlir.cmd | ||
install-mlir.sh | ||
install-onnx-mlir.cmd | ||
install-onnx-mlir.sh | ||
setup-onnx-mlir-windows.cmd |