Searched refs:f_handle_ (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | captured_function.cc | 288 f_handle_(f_handle), in InstantiatedCapturedFunction() 327 lib_->Run(f_opts, f_handle_, &frame, [&n, &s](Status func_status) { in Run() 364 lib_->Run(f_opts, f_handle_, &frame, [&n, &s](Status func_status) { in RunWithBorrowedArgs() 400 lib_->Run(f_opts, f_handle_, &frame, [&n, &s](Status func_status) { in RunInstantiated() 481 lib_->Run(f_opts, f_handle_, frame, std::move(callback)); in RunAsync()
|
D | captured_function.h | 104 const FunctionLibraryRuntime::Handle f_handle_; variable
|