HomeSort by relevance Sort by last modified time
    Searched refs:SimpleBody (Results 1 - 2 of 2) sorted by null

  /frameworks/ml/nn/runtime/
ExecutionPlan.h 236 struct SimpleBody : Body {
237 SimpleBody(std::shared_ptr<Device> device, const ModelBuilder* model) :
ExecutionPlan.cpp 466 int ExecutionPlan::SimpleBody::finish([[maybe_unused]] const ModelBuilder* fromModel,
473 VLOG(COMPILATION) << "ExecutionPlan::SimpleBody::finish, compilation";
603 auto simpleBody = static_cast<const SimpleBody*>(mBody);
606 simpleBody->mModel,
607 (simpleBody->mDevice == nullptr ? nullptr : simpleBody->mDevice->getInterface()),
608 simpleBody->mPreparedModel);
715 mBody = new SimpleBody(device, model);
745 return static_cast<const SimpleBody*>(mBody)->mDevice
    [all...]

Completed in 84 milliseconds