Home
last modified time | relevance | path

Searched refs:out_flr (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc195 FunctionLibraryRuntime** out_flr,
314 FunctionLibraryRuntime** out_flr, bool skip_flib_def) { in Clone() argument
318 return base_flr_->Clone(out_lib_def, out_pflr, out_flr, skip_flib_def); in Clone()
379 FunctionLibraryRuntime** out_flr,
1328 FunctionLibraryRuntime** out_flr, bool skip_flib_def) { in Clone() argument
1332 *out_flr = (*out_pflr)->GetFLR(device_->name()); in Clone()
1333 if (*out_flr != nullptr) { in Clone()
/external/tensorflow/tensorflow/core/framework/
Dfunction.h901 FunctionLibraryRuntime** out_flr,