Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_quantize.cc51 static llvm::cl::list<std::string> quantize_allowlist( variable
173 !llvm::is_contained(quantize_allowlist, func_name)) { in SetInputNodesQuantizationParams()
361 (!quantize_allowlist.empty() || quantize_signed); in runOnFunction()