| namespace executorch { | |
| namespace runtime { | |
| Result<Method> Method::load( | |
| executorch_flatbuffer::ExecutionPlan* , | |
| const Program* , | |
| MemoryManager* , | |
| EventTracer* , | |
| const NamedDataMap* , | |
| const LoadBackendOptionsMap* , | |
| Span<const Kernel> ) { | |
| return Error::NotImplemented; | |
| } | |
| Method::~Method() {} | |
| } | |
| } | |