Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_threadpool_test.cc80 test::function::FunctionTestSchedClosure(fn); in Run()
166 test::function::FunctionTestSchedClosure(fn); in Run()
Dfunction_test.cc109 exec_args.runner = test::function::FunctionTestSchedClosure; in Run()
177 test::function::FunctionTestSchedClosure(fn); in Run()
264 test::function::FunctionTestSchedClosure(fn); in Run()
Dprocess_function_library_runtime_test.cc169 test::function::FunctionTestSchedClosure(fn); in Run()
/external/tensorflow/tensorflow/core/framework/
Dfunction_testlib.h129 void FunctionTestSchedClosure(std::function<void()> fn);
Dfunction_testlib.cc479 void FunctionTestSchedClosure(std::function<void()> fn) { in FunctionTestSchedClosure() function