Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/nnapi/
Dnnapi_handler.cc108 [](uint32_t devIndex, ANeuralNetworksDevice** device) -> int { in SetNnapiSupportedDevice() argument
109 if (devIndex > 1) { in SetNnapiSupportedDevice()
113 if (devIndex == 1) { in SetNnapiSupportedDevice()
DNeuralNetworksShim.h744 inline int ANeuralNetworks_getDevice(uint32_t devIndex, in ANeuralNetworks_getDevice() argument
747 EXECUTE_FUNCTION_RETURN(devIndex, device); in ANeuralNetworks_getDevice()
Dnnapi_implementation.h623 int (*ANeuralNetworks_getDevice)(uint32_t devIndex,
Dnnapi_handler.h70 [](uint32_t devIndex, ANeuralNetworksDevice** device) -> int { in GetDeviceReturns()
DNeuralNetworksTypes.h560 typedef int (*ANeuralNetworks_getDevice_fn)(uint32_t devIndex,
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_device_selection_test.cc84 [](uint32_t devIndex, ANeuralNetworksDevice** device) -> int { in SetUp() argument
85 *device = reinterpret_cast<ANeuralNetworksDevice*>(devIndex + 1); in SetUp()
/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc3452 DWORD devIndex = static_cast<uint32_t>(outDevIndex << 16) + in SetDMOProperties() local
3456 if (SetVtI4Property(ps, MFPKEY_WMAAECMA_DEVICE_INDEXES, devIndex) == -1) { in SetDMOProperties()