Searched refs:PartitioningModel (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestPartitioning.cpp | 676 class PartitioningModel : private WrapperModel { class 825 void addIfOperation(const uint32_t cond, const PartitioningModel& trueModel, in addIfOperation() 826 const PartitioningModel& falseModel, const std::vector<uint32_t>& inputs, in addIfOperation() 836 void addWhileOperation(const PartitioningModel& condModel, const PartitioningModel& bodyModel, in addWhileOperation() 908 uint32_t addRefModelOperand(const PartitioningModel& model) { in addRefModelOperand() 942 PartitioningCompilation(const PartitioningModel* model, in PartitioningCompilation() 1528 bool compare(const ExecutionStep* step, const PartitioningModel* model, in compare() 1537 void compare(const std::shared_ptr<LogicalStep> logicalStep, const PartitioningModel* model, in compare() 1589 PartitioningModel model; in TEST_F() 1639 PartitioningModel modelB0; in TEST_F() [all …]
|