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

Method SetHelper

executor/include/node_ops.hpp:168–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 }
167
168 void SetHelper(mem_alloc_t alloc, mem_free_t free, task_dispatch_t disp, wait_done_t wait)
169 {
170 mem_alloc = alloc;
171 mem_free = free;
172 task_dispatch = disp;
173 wait_done = wait;
174 }
175
176 void SetCPUInfo(const CPUInfo* cpu)
177 {

Callers 8

test_new_operatorFunction · 0.80
test_new_operatorFunction · 0.80
test_new_operatorFunction · 0.80
test_mt_modeFunction · 0.80
test_st_modeFunction · 0.80
test_new_operatorFunction · 0.80
test_new_operatorFunction · 0.80
BindNodeOpsMethod · 0.80

Calls

no outgoing calls

Tested by 7

test_new_operatorFunction · 0.64
test_new_operatorFunction · 0.64
test_new_operatorFunction · 0.64
test_mt_modeFunction · 0.64
test_st_modeFunction · 0.64
test_new_operatorFunction · 0.64
test_new_operatorFunction · 0.64