MCPcopy 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
60const std::vector<loco::Node *> inputs_of(const luci::Module *module)
61{
62 return loco::input_nodes(module->graph());
63}
64
65const std::vector<loco::Node *> outputs_of(const luci::Module *module)
66{

Callers 2

interpretFunction · 0.85
evalDiffMethod · 0.85

Calls 2

input_nodesFunction · 0.85
graphMethod · 0.45

Tested by

no test coverage detected