Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2491 std::vector<CanDo> canDo(deviceCount); in findBestDeviceForEachOperation() local
2493 canDo[deviceIndex].initialize(metaModel, devices[deviceIndex]); in findBestDeviceForEachOperation()
2511 if (canDo[cpuDeviceIndex].check(operationIndex)) { in findBestDeviceForEachOperation()
2520 if (canDo[deviceIndex].check(operationIndex)) { in findBestDeviceForEachOperation()