Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/ONE
/ inputs_of
Function
inputs_of
compiler/circle-eval-diff/src/CircleEvalDiff.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
const std::vector<loco::Node *> inputs_of(const luci::Module *module)
61
{
62
return loco::input_nodes(module->graph());
63
}
64
65
const std::vector<loco::Node *> outputs_of(const luci::Module *module)
66
{
Callers
2
interpret
Function · 0.85
evalDiff
Method · 0.85
Calls
2
input_nodes
Function · 0.85
graph
Method · 0.45
Tested by
no test coverage detected