Searched refs:SL_ANeuralNetworksOperandPerformanceInfo (Results 1 – 3 of 3) sorted by relevance
69 } SL_ANeuralNetworksOperandPerformanceInfo; typedef224 void (*callback)(SL_ANeuralNetworksOperandPerformanceInfo, void*));997 void (*callback)(SL_ANeuralNetworksOperandPerformanceInfo, void*));
628 static_assert(sizeof(SL_ANeuralNetworksOperandPerformanceInfo) ==1760 void (*callback)(SL_ANeuralNetworksOperandPerformanceInfo, void*)) { in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo() argument1767 return SL_ANeuralNetworksOperandPerformanceInfo{ in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo()1778 const SL_ANeuralNetworksOperandPerformanceInfo opPerf = conv(operandPerformance); in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo()
121 constexpr auto fn = [](SL_ANeuralNetworksOperandPerformanceInfo info, void* context) { in getCapabilities()