Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_driver.cc365 std::unordered_set<Operation *> quantized_; member in mlir::quant::__anonf70393e20111::QuantizationDriver
803 if (llvm::is_contained(quantized_, op)) continue; in PropagateParams()
804 quantized_.insert(op); in PropagateParams()
823 quantized_.erase(op); in PropagateParams()
867 quantized_.erase(op); in PropagateParams()