Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DUtils.cpp1996 using OpPerf = VersionedOperandPerformance<version>; in nonExtensionOperandPerformance() typedef
2001 std::vector<OpPerf> ret; in nonExtensionOperandPerformance()
2005 ret.push_back(OpPerf{type, perf}); in nonExtensionOperandPerformance()
2009 [](const OpPerf& a, const OpPerf& b) { return a.type < b.type; }); in nonExtensionOperandPerformance()