Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dcaptured_function.cc288 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()
Dcaptured_function.h104 const FunctionLibraryRuntime::Handle f_handle_; variable