Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dtrim_functions_tf.cc35 static llvm::cl::list<std::string> trim_funcs_allowlist( variable
50 explicit TrimFunctionsPass() : trim_funcs_allowlist_(trim_funcs_allowlist) {} in TrimFunctionsPass()
51 explicit TrimFunctionsPass(llvm::ArrayRef<std::string> trim_funcs_allowlist) in TrimFunctionsPass() argument
52 : trim_funcs_allowlist_(trim_funcs_allowlist) {} in TrimFunctionsPass()
124 llvm::ArrayRef<std::string> trim_funcs_allowlist) { in CreateTrimFunctionsPass() argument
125 return std::make_unique<TrimFunctionsPass>(trim_funcs_allowlist); in CreateTrimFunctionsPass()
Dpasses.h65 llvm::ArrayRef<std::string> trim_funcs_allowlist);