MCPcopy Create free account
hub / github.com/OpenPPL/ppl.nn / Configure

Method Configure

samples/cpp/engine/demo_engine.h:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27public:
28 DemoEngine() : EngineImpl("demo") {}
29 ppl::common::RetCode Configure(uint32_t, ...) override {
30 return ppl::common::RC_UNSUPPORTED;
31 }
32 EngineContext* CreateEngineContext() override;
33 bool Supports(const ir::Node*) const override {
34 return true;

Callers 1

ProfilingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected