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

Method GetName

samples/cpp/engine/demo_engine_context.h:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 return &device_;
30 }
31 const char* GetName() const override {
32 return "demo";
33 }
34
35private:
36 mutable utils::GenericCpuDevice device_;

Callers 15

_prepare_inputMethod · 0.45
_prepare_outputMethod · 0.45
SetRandomInputsFunction · 0.45
SetInputsAllInOneFunction · 0.45
SetInputsOneByOneFunction · 0.45
SaveInputsOneByOneFunction · 0.45
SaveOutputsOneByOneFunction · 0.45
PrintInputOutputInfoFunction · 0.45
SetInputsFunction · 0.45
GetOutputsFunction · 0.45
RunOnNumaNodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected