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

Method Schedule

tensorflow/core/framework/run_handler.cc:726–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724}
725
726void RunHandler::Impl::ThreadPoolInterfaceWrapper::Schedule(
727 std::function<void()> fn) {
728 return run_handler_impl_->ScheduleIntraOpClosure(std::move(fn));
729}
730
731RunHandler::Impl::Impl(RunHandlerPool::Impl* pool_impl)
732 : pool_impl_(pool_impl) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected