Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h94 const ModelBuilder* getSubModel() const { return &mSubModel; } in getSubModel() function
DExecutionPlan.cpp816 *executor = std::make_shared<StepExecutor>(controller->mExecutionBuilder, step->getSubModel(), in next()
/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp1152 std::cout << "Step " << i << ": " << ModelStats(steps[i]->getSubModel()) in TEST_P()
DTestPartitioning.cpp1127 compare(step->getSubModel(), in compare()