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

Function create_context

core/lib/tengine_c_api.cpp:1619–1624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1617}
1618
1619context_t create_context(const char* context_name, int empty_context)
1620{
1621 ExecContext* exec_context = new ExecContext(context_name, empty_context);
1622
1623 return exec_context;
1624}
1625
1626void destroy_context(context_t context)
1627{

Callers 2

create_graphFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68