Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2171 std::vector<int> bestDeviceForOperation(operationCount); in partitionTheWorkInternal() local
2173 findBestDeviceForEachOperation(preference, devices, &bestDeviceForOperation)); in partitionTheWorkInternal()
2184 std::adjacent_find(bestDeviceForOperation.begin(), bestDeviceForOperation.end(), in partitionTheWorkInternal()
2185 std::not_equal_to<int>()) == bestDeviceForOperation.end()) { in partitionTheWorkInternal()
2186 const int bestDeviceIndex = bestDeviceForOperation[0]; in partitionTheWorkInternal()
2218 int deviceIndex = bestDeviceForOperation[operationIndex]; in partitionTheWorkInternal()
2540 std::vector<int>* bestDeviceForOperation) const { in findBestDeviceForEachOperation()
2600 (*bestDeviceForOperation)[operationIndex] = kControlFlowInterpreter; in findBestDeviceForEachOperation()
2604 (*bestDeviceForOperation)[operationIndex] = bestChoice; in findBestDeviceForEachOperation()
DModelBuilder.h156 std::vector<int>* bestDeviceForOperation) const;