Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
H A Dtf_cpurt_passes.cc580 struct CodegenStrategyForMatMulPass struct
581 : public mlir::PassWrapper<CodegenStrategyForMatMulPass,
601 void CodegenStrategyForMatMulPass::runOnFunction() { in runOnFunction()
645 return std::make_unique<CodegenStrategyForMatMulPass>(); in CreateCodegenStrategyForMatMulPass()