Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp796 int partitionTheWork(const std::vector<std::shared_ptr<Device>>& devices, in partitionTheWork() function in __anon83dd480d0111::PartitioningModel
800 ->partitionTheWork(devices, static_cast<uint32_t>(preference), in partitionTheWork()
1455 ASSERT_EQ(model.partitionTheWork(devicesA, ExecutePreference::PREFER_LOW_POWER, in TEST_F()
1467 ASSERT_EQ(model.partitionTheWork(devicesC, ExecutePreference::PREFER_LOW_POWER, in TEST_F()
1479 ASSERT_EQ(model.partitionTheWork(devicesB, ExecutePreference::PREFER_LOW_POWER, in TEST_F()
1548 ASSERT_EQ(model.partitionTheWork(devicesA, ExecutePreference::PREFER_LOW_POWER, in TEST_F()
1562 ASSERT_EQ(model.partitionTheWork(devicesB, ExecutePreference::PREFER_LOW_POWER, in TEST_F()
1670 ASSERT_EQ(model.partitionTheWork(devices, ExecutePreference::PREFER_LOW_POWER, in TEST_F()
1709 ASSERT_EQ(model.partitionTheWork(devices, ExecutePreference::PREFER_LOW_POWER, in TEST_F()
1854 ASSERT_EQ(model.partitionTheWork(devices, ExecutePreference::PREFER_LOW_POWER, in TEST_F()
[all …]
/frameworks/ml/nn/runtime/
DCompilationBuilder.cpp66 int n = mModel->partitionTheWork(mDevices, mPreference, mPriority, deadline, &mPlan); in finish()
DModelBuilder.h129 int partitionTheWork(const std::vector<std::shared_ptr<Device>>& devices, uint32_t preference,
DExecutionPlan.cpp1603 int ModelBuilder::partitionTheWork(const std::vector<std::shared_ptr<Device>>& devices, in partitionTheWork() function in android::nn::ModelBuilder