Home
last modified time | relevance | path

Searched refs:runJit (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/examples/toy/Ch7/
Dtoyc.cpp218 int runJit(mlir::ModuleOp module) { in runJit() function
279 return runJit(*module); in main()
/external/llvm-project/mlir/examples/toy/Ch6/
Dtoyc.cpp217 int runJit(mlir::ModuleOp module) { in runJit() function
278 return runJit(*module); in main()
/external/llvm-project/mlir/docs/Tutorials/Toy/
DCh-6.md280 the JIT can be found in `Ch6/toyc.cpp` in the `runJit()` function:
283 int runJit(mlir::ModuleOp module) {