Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/shim_and_sl/public/
DNeuralNetworksSupportLibraryImpl.h69 } SL_ANeuralNetworksOperandPerformanceInfo; typedef
224 void (*callback)(SL_ANeuralNetworksOperandPerformanceInfo, void*));
997 void (*callback)(SL_ANeuralNetworksOperandPerformanceInfo, void*));
/packages/modules/NeuralNetworks/runtime/
DNeuralNetworks.cpp628 static_assert(sizeof(SL_ANeuralNetworksOperandPerformanceInfo) ==
1760 void (*callback)(SL_ANeuralNetworksOperandPerformanceInfo, void*)) { in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo() argument
1767 return SL_ANeuralNetworksOperandPerformanceInfo{ in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo()
1778 const SL_ANeuralNetworksOperandPerformanceInfo opPerf = conv(operandPerformance); in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo()
/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp121 constexpr auto fn = [](SL_ANeuralNetworksOperandPerformanceInfo info, void* context) { in getCapabilities()