Searched refs:ImportAsStatsOps (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | import_quant_stats_pass.cc | 74 void ImportAsStatsOps(OpBuilder b, Operation *op, int index, 135 void ImportQuantStatsPass::ImportAsStatsOps(OpBuilder b, Operation *op, in ImportAsStatsOps() function in mlir::quant::ImportQuantStatsPass 186 ImportAsStatsOps(builder, op, it->second.first, it->second.second); in runOnFunction() 193 ImportAsStatsOps(builder, op, regex.second.first, regex.second.second); in runOnFunction()
|