Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp603 auto simpleBody = static_cast<const SimpleBody*>(mBody); in next() local
606 simpleBody->mModel, in next()
607 (simpleBody->mDevice == nullptr ? nullptr : simpleBody->mDevice->getInterface()), in next()
608 simpleBody->mPreparedModel); in next()