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