#include <transform.h>
◆ operator()() [1/2]
Transform mod using the default PassContext in the current scope.
tvm::PrimExpr mod(const tvm::PrimExpr &a, const tvm::PrimExpr &b)
Definition: broadcast.h:306
- Parameters
-
mod | The module that an optimization pass runs on. |
- Returns
- The transformed module.
◆ operator()() [2/2]
Transform mod using a functor under a given pass context.
- Parameters
-
mod | The module that an optimization pass runs on. |
pass_ctx | The pass context that can provide information for the optimization. |
- Returns
- The transformed module.
◆ TVM_DEFINE_OBJECT_REF_METHODS()
tvm::transform::Pass::TVM_DEFINE_OBJECT_REF_METHODS |
( |
Pass |
, |
|
|
ObjectRef |
, |
|
|
PassNode |
|
|
) |
| |
The documentation for this class was generated from the following file: