Searched refs:SL_ANeuralNetworksOperandPerformanceInfo (Results 1 – 3 of 3) sorted by relevance
69 } SL_ANeuralNetworksOperandPerformanceInfo; typedef224 void (*callback)(SL_ANeuralNetworksOperandPerformanceInfo, void*));1321 void (*callback)(SL_ANeuralNetworksOperandPerformanceInfo, void*));
645 static_assert(sizeof(SL_ANeuralNetworksOperandPerformanceInfo) ==1828 void (*callback)(SL_ANeuralNetworksOperandPerformanceInfo, void*)) { in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo() argument1835 return SL_ANeuralNetworksOperandPerformanceInfo{ in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo()1846 const SL_ANeuralNetworksOperandPerformanceInfo opPerf = conv(operandPerformance); in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo()
122 constexpr auto fn = [](SL_ANeuralNetworksOperandPerformanceInfo info, void* context) { in getCapabilities()