Home
last modified time | relevance | path

Searched refs:ScheduleInterOpClosure (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc51 void ScheduleInterOpClosure(std::function<void()> fn);
244 void RunHandler::Impl::ScheduleInterOpClosure(std::function<void()> fn) { in ScheduleInterOpClosure() function in tensorflow::RunHandler::Impl
267 void RunHandler::ScheduleInterOpClosure(std::function<void()> fn) { in ScheduleInterOpClosure() function in tensorflow::RunHandler
268 impl_->ScheduleInterOpClosure(std::move(fn)); in ScheduleInterOpClosure()
Drun_handler.h80 void ScheduleInterOpClosure(std::function<void()> fn);
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc631 handler_ptr->ScheduleInterOpClosure(std::move(c)); in RunInternal()