Home
last modified time | relevance | path

Searched defs:ScheduleIntraOpClosure (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
H A Drun_handler.cc1001 void RunHandler::Impl::ScheduleIntraOpClosure(TaskFunction fn) { in ScheduleIntraOpClosure() function in tfrt::tf::RunHandler::Impl
1045 void RunHandler::ScheduleIntraOpClosure(TaskFunction fn) { in ScheduleIntraOpClosure() function in tfrt::tf::RunHandler
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Drun_handler.cc1072 void RunHandler::Impl::ScheduleIntraOpClosure(std::function<void()> fn) { in ScheduleIntraOpClosure() function in tensorflow::RunHandler::Impl