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

Method ScheduleInterOpClosure

tensorflow/core/framework/run_handler.cc:737–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735}
736
737void RunHandler::Impl::ScheduleInterOpClosure(std::function<void()> fn) {
738 VLOG(3) << "Scheduling inter work for " << tws()->GetTracemeId();
739 pool_impl_->run_handler_thread_pool()->AddWorkToQueue(tws(), true,
740 std::move(fn));
741}
742
743void RunHandler::Impl::ScheduleIntraOpClosure(std::function<void()> fn) {
744 VLOG(3) << "Scheduling intra work for " << tws()->GetTracemeId();

Callers 2

TESTFunction · 0.80
RunInternalMethod · 0.80

Calls 3

GetTracemeIdMethod · 0.80
AddWorkToQueueMethod · 0.80

Tested by 1

TESTFunction · 0.64