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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
TorchDialect.cpp | ||
TorchOps.cpp | ||
TorchOpsODSGenerated.cpp | ||
TorchTypes.cpp | ||
UtilsForODSGenerated.cpp | ||
UtilsForODSGenerated.h |