Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_quantize.cc89 auto* tflite_quantizer_usage_stats = tensorflow::monitoring::Counter<1>::New( variable
342 tflite_quantizer_usage_stats->GetCell("post_training")->IncrementBy(1); in runOnFunction()
345 tflite_quantizer_usage_stats->GetCell("during_training")->IncrementBy(1); in runOnFunction()