Home
last modified time | relevance | path

Searched defs:devIndex (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/nnapi/
H A Dnnapi_handler.cc110 [](uint32_t devIndex, ANeuralNetworksDevice** device) -> int { in SetNnapiSupportedDevice()
H A DNeuralNetworksShim.h744 inline int ANeuralNetworks_getDevice(uint32_t devIndex, in ANeuralNetworks_getDevice()
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestFree.cpp62 for (uint32_t devIndex = 0; devIndex < numDevices; ++devIndex) { in createDeviceList() local
/aosp_15_r20/external/flashrom/
H A Dstlinkv3_spi.c480 int devIndex = 0; in stlinkv3_spi_init() local
/aosp_15_r20/external/pytorch/aten/src/ATen/nnapi/
H A Dnnapi_wrapper.cpp36 static int check__getDevice(uint32_t devIndex, ANeuralNetworksDevice** device) { in check__getDevice()
/aosp_15_r20/external/executorch/backends/mediatek/runtime/include/api/
H A DNeuronAdapterShim.h869 inline int Neuron_getDevice(uint32_t devIndex, NeuronDevice** device) { in Neuron_getDevice()
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DNeuralNetworksV2.cpp652 int ANeuralNetworks_getDevice(uint32_t devIndex, ANeuralNetworksDevice** device) { in ANeuralNetworks_getDevice()
DNeuralNetworks.cpp671 int ANeuralNetworks_getDevice(uint32_t devIndex, ANeuralNetworksDevice** device) { in ANeuralNetworks_getDevice()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate_device_selection_test.cc86 [](uint32_t devIndex, ANeuralNetworksDevice** device) -> int { in SetUp()
/aosp_15_r20/external/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc3470 DWORD devIndex = static_cast<uint32_t>(outDevIndex << 16) + in SetDMOProperties() local