Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h269 struct SimpleBody : Body { struct
270 SimpleBody(std::shared_ptr<Device> device, const ModelBuilder* model, in SimpleBody() function
DExecutionPlan.cpp611 int ExecutionPlan::SimpleBody::finish([[maybe_unused]] const ModelBuilder* fromModel, in finish()
667 auto simpleBody = static_cast<const SimpleBody*>(mBody); in makeBursts()
785 auto simpleBody = static_cast<const SimpleBody*>(mBody); in next()
899 mBody = new SimpleBody(device, model, mCacheDir, mToken); in becomeSingleStep()
937 return static_cast<const SimpleBody*>(mBody)->mDevice; in forTest_simpleGetDevice()
951 return static_cast<const SimpleBody*>(mBody)->mToken.getCacheToken(); in forTest_simpleGetCacheToken()
954 void ExecutionPlan::SimpleBody::dump() const { in dump()