Searched refs:ScheduleInterOpClosure (Results 1 – 3 of 3) sorted by relevance
51 void ScheduleInterOpClosure(std::function<void()> fn);244 void RunHandler::Impl::ScheduleInterOpClosure(std::function<void()> fn) { in ScheduleInterOpClosure() function in tensorflow::RunHandler::Impl267 void RunHandler::ScheduleInterOpClosure(std::function<void()> fn) { in ScheduleInterOpClosure() function in tensorflow::RunHandler268 impl_->ScheduleInterOpClosure(std::move(fn)); in ScheduleInterOpClosure()
80 void ScheduleInterOpClosure(std::function<void()> fn);
631 handler_ptr->ScheduleInterOpClosure(std::move(c)); in RunInternal()