MCPcopy Create free account
hub / github.com/OAID/Tengine / DevGetProposal

Method DevGetProposal

executor/lib/node_dev_executor.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60bool NodeExecutor::DevGetProposal(Graph* graph, int policy, bool static_assign)
61{
62 return backend_dev_->GetProposal(graph, policy, static_assign);
63}
64
65void* NodeExecutor::DevCreateGraphHandle(Subgraph* graph)
66{

Callers

nothing calls this directly

Calls 1

GetProposalMethod · 0.45

Tested by

no test coverage detected