Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dtrim_functions_tf.cc47 class TrimFunctionsPass class
48 : public mlir::PassWrapper<TrimFunctionsPass, OperationPass<ModuleOp>> {
50 explicit TrimFunctionsPass() : trim_funcs_allowlist_(trim_funcs_allowlist) {} in TrimFunctionsPass() function in mlir::TFL::__anon84a156850111::TrimFunctionsPass
51 explicit TrimFunctionsPass(llvm::ArrayRef<std::string> trim_funcs_allowlist) in TrimFunctionsPass() function in mlir::TFL::__anon84a156850111::TrimFunctionsPass
62 void TrimFunctionsPass::runOnOperation() { in runOnOperation()
72 bool TrimFunctionsPass::TrimModule() { in TrimModule()
103 void TrimFunctionsPass::Verify() { in Verify()
125 return std::make_unique<TrimFunctionsPass>(trim_funcs_allowlist); in CreateTrimFunctionsPass()
128 static PassRegistration<TrimFunctionsPass> pass(