Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_driver.cc361 llvm::DenseMap<Operation *, int> optimized_weights_; member in mlir::quant::__anonf70393e20111::QuantizationDriver
432 auto it = optimized_weights_.find(op); in SetConstantResultParams()
433 bool is_weight = it != optimized_weights_.end(); in SetConstantResultParams()
709 optimized_weights_.insert( in PreprocessConstantOps()