Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2118 std::vector<int> bestDeviceForOperation(operationCount); in partitionTheWorkInternal() local
2120 findBestDeviceForEachOperation(preference, devices, &bestDeviceForOperation)); in partitionTheWorkInternal()
2131 std::adjacent_find(bestDeviceForOperation.begin(), bestDeviceForOperation.end(), in partitionTheWorkInternal()
2132 std::not_equal_to<int>()) == bestDeviceForOperation.end()) { in partitionTheWorkInternal()
2133 const int bestDeviceIndex = bestDeviceForOperation[0]; in partitionTheWorkInternal()
2165 int deviceIndex = bestDeviceForOperation[operationIndex]; in partitionTheWorkInternal()
2487 std::vector<int>* bestDeviceForOperation) const { in findBestDeviceForEachOperation()
2551 (*bestDeviceForOperation)[operationIndex] = kControlFlowInterpreter; in findBestDeviceForEachOperation()
2555 (*bestDeviceForOperation)[operationIndex] = bestChoice; in findBestDeviceForEachOperation()
DModelBuilder.h151 std::vector<int>* bestDeviceForOperation) const;