Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
private:
36
mutable utils::GenericCpuDevice device_;
Callers
15
_prepare_input
Method · 0.45
_prepare_output
Method · 0.45
SetRandomInputs
Function · 0.45
SetInputsAllInOne
Function · 0.45
SetInputsOneByOne
Function · 0.45
SetReshapedInputsOneByOne
Function · 0.45
SaveInputsOneByOne
Function · 0.45
SaveOutputsOneByOne
Function · 0.45
PrintInputOutputInfo
Function · 0.45
SetInputs
Function · 0.45
GetOutputs
Function · 0.45
RunOnNumaNode
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected