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.cc205 FunctionLibraryRuntime** out_flr) override;
298 FunctionLibraryRuntime** out_flr) { in Clone() argument
302 return base_flr_->Clone(out_lib_def, out_pflr, out_flr); in Clone()
357 FunctionLibraryRuntime** out_flr) override;
1179 FunctionLibraryRuntime** out_flr) { in Clone() argument
1183 *out_flr = (*out_pflr)->GetFLR(device_->name()); in Clone()
1184 if (out_flr != nullptr) { in Clone()
/external/tensorflow/tensorflow/core/framework/
Dfunction.h693 FunctionLibraryRuntime** out_flr) = 0;