mirror of https://github.com/llvm/torch-mlir
318fe13468
-- In Python we have the concept of negative dimension indexing. -- We would want to normalize such dimensions to be +ve and within the expected range instead. -- This commit takes care of a few remaining set of Ops and their lowerings by applying `toPositiveDim` and `isValidDim` to the extracted integer `dim` value. Signed-off-by: Abhishek Varma <abhishek@nod-labs.com> |
||
---|---|---|
.. | ||
test | ||
torch_mlir | ||
torch_mlir_e2e_test | ||
CMakeLists.txt | ||
TorchMLIRModule.cpp |