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

Method StartWork

tensorflow/lite/experimental/ruy/thread_pool.cc:105–105  ·  view source on GitHub ↗

Called by the master thead to give this thread work to do.

Source from the content-addressed store, hash-verified

103
104 // Called by the master thead to give this thread work to do.
105 void StartWork(Task* task) { ChangeState(State::HasWork, task); }
106
107 private:
108 // Thread entry point.

Callers 1

ExecuteImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected