Searched refs:ConvertLstmStatsToQDQs (Results 1 – 2 of 2) sorted by relevance
397 patterns_2.insert<ConvertLstmStatsToQDQs<LSTMOp>>(ctx, quant_specs_); in runOnFunction()398 patterns_2.insert<ConvertLstmStatsToQDQs<UnidirectionalSequenceLSTMOp>>( in runOnFunction()
403 struct ConvertLstmStatsToQDQs : public ConvertOpStatsToQDQs<SourceOp> { struct405 ConvertLstmStatsToQDQs(MLIRContext* context, in ConvertLstmStatsToQDQs() argument