|
MLIR 23.0.0git
|
Classes | |
| class | TosaArithConstantToTosaConstPassBase |
| class | TosaAttachTargetBase |
| class | TosaConvertIntegerTypeToSignlessBase |
| class | TosaInferShapesPassBase |
| class | TosaInputShapeBase |
| class | TosaLayerwiseConstantFoldPassBase |
| class | TosaMakeBroadcastablePassBase |
| class | TosaNarrowF64ToF32PassBase |
| class | TosaNarrowI64ToI32PassBase |
| class | TosaOptionalDecompositionsPassBase |
| class | TosaReduceTransposesBase |
| class | TosaValidationBase |
| std::unique_ptr<::mlir::Pass > mlir::tosa::impl::createTosaArithConstantToTosaConstPass | ( | ) |
We declare an explicit private instantiation because Pass classes should only be visible by the current library.
Definition at line 84 of file TosaArithConstantToConst.cpp.
| std::unique_ptr<::mlir::Pass > mlir::tosa::impl::createTosaAttachTarget | ( | ) |
Definition at line 191 of file TosaAttachTarget.cpp.
| std::unique_ptr<::mlir::Pass > mlir::tosa::impl::createTosaAttachTarget | ( | TosaAttachTargetOptions | options | ) |
Definition at line 195 of file TosaAttachTarget.cpp.
| std::unique_ptr<::mlir::Pass > mlir::tosa::impl::createTosaConvertIntegerTypeToSignless | ( | ) |
We declare an explicit private instantiation because Pass classes should only be visible by the current library.
Definition at line 274 of file TosaConvertIntegerTypeToSignless.cpp.
| std::unique_ptr<::mlir::Pass > mlir::tosa::impl::createTosaInferShapesPass | ( | ) |
We declare an explicit private instantiation because Pass classes should only be visible by the current library.
Definition at line 351 of file TosaInferShapes.cpp.
| std::unique_ptr<::mlir::Pass > mlir::tosa::impl::createTosaLayerwiseConstantFoldPass | ( | ) |
Definition at line 507 of file TosaLayerwiseConstantFoldPass.cpp.
| std::unique_ptr<::mlir::Pass > mlir::tosa::impl::createTosaLayerwiseConstantFoldPass | ( | TosaLayerwiseConstantFoldPassOptions | options | ) |
Definition at line 511 of file TosaLayerwiseConstantFoldPass.cpp.
| std::unique_ptr<::mlir::Pass > mlir::tosa::impl::createTosaMakeBroadcastablePass | ( | ) |
We declare an explicit private instantiation because Pass classes should only be visible by the current library.
Definition at line 590 of file TosaMakeBroadcastable.cpp.
| std::unique_ptr<::mlir::Pass > mlir::tosa::impl::createTosaNarrowF64ToF32Pass | ( | ) |
Definition at line 681 of file TosaNarrowTypes.cpp.
| std::unique_ptr<::mlir::Pass > mlir::tosa::impl::createTosaNarrowF64ToF32Pass | ( | TosaNarrowF64ToF32PassOptions | options | ) |
Definition at line 685 of file TosaNarrowTypes.cpp.
| std::unique_ptr<::mlir::Pass > mlir::tosa::impl::createTosaNarrowI64ToI32Pass | ( | ) |
Definition at line 780 of file TosaNarrowTypes.cpp.
| std::unique_ptr<::mlir::Pass > mlir::tosa::impl::createTosaNarrowI64ToI32Pass | ( | TosaNarrowI64ToI32PassOptions | options | ) |
Definition at line 784 of file TosaNarrowTypes.cpp.
| std::unique_ptr<::mlir::Pass > mlir::tosa::impl::createTosaOptionalDecompositionsPass | ( | ) |
We declare an explicit private instantiation because Pass classes should only be visible by the current library.
Definition at line 863 of file TosaOptionalDecompositions.cpp.
| std::unique_ptr<::mlir::Pass > mlir::tosa::impl::createTosaReduceTransposes | ( | ) |
We declare an explicit private instantiation because Pass classes should only be visible by the current library.
Definition at line 938 of file TosaReduceTransposes.cpp.
| std::unique_ptr<::mlir::Pass > mlir::tosa::impl::createTosaValidation | ( | ) |
Definition at line 1028 of file TosaValidation.cpp.
| std::unique_ptr<::mlir::Pass > mlir::tosa::impl::createTosaValidation | ( | TosaValidationOptions | options | ) |
Definition at line 1032 of file TosaValidation.cpp.