Searched refs:PartitioningModel (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestPartitioning.cpp | 622 class PartitioningModel : private WrapperModel { class 764 void addIfOperation(const uint32_t cond, const PartitioningModel& trueModel, in addIfOperation() 765 const PartitioningModel& falseModel, const std::vector<uint32_t>& inputs, in addIfOperation() 775 void addWhileOperation(const PartitioningModel& condModel, const PartitioningModel& bodyModel, in addWhileOperation() 847 uint32_t addRefModelOperand(const PartitioningModel& model) { in addRefModelOperand() 871 PartitioningCompilation(const PartitioningModel* model, in PartitioningCompilation() 1372 bool compare(const ExecutionStep* step, const PartitioningModel* model, in compare() 1381 void compare(const std::shared_ptr<LogicalStep> logicalStep, const PartitioningModel* model, in compare() 1430 PartitioningModel model; in TEST_F() 1477 PartitioningModel modelB0; in TEST_F() [all …]
|