Home
last modified time | relevance | path

Searched refs:FunctionTestSchedClosure (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction_threadpool_test.cc85 test::function::FunctionTestSchedClosure(fn); in Run()
171 test::function::FunctionTestSchedClosure(fn); in Run()
H A Dprocess_function_library_runtime_test.cc231 test::function::FunctionTestSchedClosure(fn); in RunWithRuntime()
292 test::function::FunctionTestSchedClosure(fn); in RunInstantiated()
H A Dfunction_test.cc119 exec_args.runner = test::function::FunctionTestSchedClosure; in Run()
189 test::function::FunctionTestSchedClosure(fn); in Run()
263 test::function::FunctionTestSchedClosure(fn); in Run()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfunction_testlib.h171 void FunctionTestSchedClosure(std::function<void()> fn);
H A Dfunction_testlib.cc704 void FunctionTestSchedClosure(std::function<void()> fn) { in FunctionTestSchedClosure() function