MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Execute

Function Execute

tensorflow/lite/kernels/cpu_backend_threadpool.h:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36template <typename TaskType>
37void Execute(int tasks_count, TaskType* tasks,
38 CpuBackendContext* cpu_backend_context) {
39 TFLITE_DCHECK_LE(tasks_count, cpu_backend_context->max_num_threads());
40 cpu_backend_context->ruy_context()->workers_pool.Execute(tasks_count, tasks);
41}
42
43#else // not TFLITE_WITH_RUY
44

Callers 8

CustomGemvFunction · 0.70
TEST_FFunction · 0.50
DepthwiseConvFunction · 0.50
ShuffledFullyConnectedFunction · 0.50
MeanFunction · 0.50
MeanFunction · 0.50
DepthwiseConvPerChannelFunction · 0.50

Calls 5

max_num_threadsMethod · 0.80
ruy_contextMethod · 0.80
workers_poolMethod · 0.80
gemmlowp_contextMethod · 0.80
ExecuteMethod · 0.45

Tested by 2

TEST_FFunction · 0.40