* 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> |
||
---|---|---|
.. | ||
onnx_canonicalization.mlir | ||
onnx_constprop.mlir | ||
onnx_decompose.mlir | ||
onnx_elide_constants.mlir | ||
onnx_krnl_global_elision.mlir | ||
onnx_lowering.mlir | ||
onnx_lowering_with_dealloc.mlir | ||
onnx_shape_inference.mlir | ||
onnx_shape_inference_maxpool.mlir |