Home
last modified time | relevance | path

Searched refs:out_pflr (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc340 std::unique_ptr<ProcessFunctionLibraryRuntime>* out_pflr) { in Clone() argument
342 out_pflr->reset(new ProcessFunctionLibraryRuntime( in Clone()
Dprocess_function_library_runtime.h142 std::unique_ptr<ProcessFunctionLibraryRuntime>* out_pflr);
Dfunction.cc186 std::unique_ptr<ProcessFunctionLibraryRuntime>* out_pflr,
903 std::unique_ptr<ProcessFunctionLibraryRuntime>* out_pflr, in Clone() argument
907 custom_kernel_creator_, out_lib_def, out_pflr)); in Clone()
908 *out_flr = (*out_pflr)->GetFLR(device_->name()); in Clone()
/external/tensorflow/tensorflow/core/framework/
Dfunction.h541 std::unique_ptr<ProcessFunctionLibraryRuntime>* out_pflr,