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.cc85 test::function::FunctionTestSchedClosure(fn); in Run()
171 test::function::FunctionTestSchedClosure(fn); in Run()
Dprocess_function_library_runtime_test.cc231 test::function::FunctionTestSchedClosure(fn); in RunWithRuntime()
297 test::function::FunctionTestSchedClosure(fn); in RunInstantiated()
Dfunction_test.cc112 exec_args.runner = test::function::FunctionTestSchedClosure; in Run()
185 test::function::FunctionTestSchedClosure(fn); in Run()
272 test::function::FunctionTestSchedClosure(fn); in Run()
/external/tensorflow/tensorflow/core/framework/
Dfunction_testlib.h168 void FunctionTestSchedClosure(std::function<void()> fn);
Dfunction_testlib.cc687 void FunctionTestSchedClosure(std::function<void()> fn) { in FunctionTestSchedClosure() function