Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h643 struct SimpleBody : Body { struct
644 SimpleBody(std::shared_ptr<Device> device, const ModelBuilder* model, in SimpleBody() function
737 SimpleBody* simple() { in simple()
740 return static_cast<SimpleBody*>(mBody); in simple()
742 const SimpleBody* simple() const { in simple()
745 return static_cast<const SimpleBody*>(mBody); in simple()