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

Function WorkThreadRun

serving/processor/storage/feature_store_test.cc:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void WorkThreadRun(AsyncFeatureStoreMgr* mgr,
106 int64_t start, int64_t end) {
107 for (int64_t num = start; num <= end; ++num) {
108 SparseTask* task = new SparseTask();
109 task->num = num;
110 mgr->AddTask(task);
111 }
112}
113
114}
115

Callers

nothing calls this directly

Calls 1

AddTaskMethod · 0.45

Tested by

no test coverage detected