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

Method DevPrerun

driver/cpu/cpu_executor.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70bool CPUExecutor::DevPrerun(void* graph_handle)
71{
72 return backend_dev_->Prerun(graph_handle);
73}
74
75bool CPUExecutor::DevSetGraphAttr(void* graph_handle, const char* name, const void* val, int size)
76{

Callers

nothing calls this directly

Calls 1

PrerunMethod · 0.45

Tested by

no test coverage detected