Searched refs:f_handle_ (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | captured_function.cc | 821 f_handle_(f_handle), in InstantiatedCapturedFunction() 873 TF_RETURN_IF_ERROR(lib_->RunSync(std::move(f_opts), f_handle_, &frame)); in Run() 885 TF_RETURN_IF_ERROR(lib_->RunSync(std::move(f_opts), f_handle_, &frame)); in Run() 935 TF_RETURN_IF_ERROR(lib_->RunSync(std::move(f_opts), f_handle_, &frame)); in RunWithBorrowedArgs() 947 TF_RETURN_IF_ERROR(lib_->RunSync(std::move(f_opts), f_handle_, &frame)); in RunWithBorrowedArgs() 978 TF_RETURN_IF_ERROR(lib_->RunSync(std::move(f_opts), f_handle_, &frame)); in RunInstantiated() 1077 lib_->Run(f_opts, f_handle_, frame, std::move(callback)); in RunAsync()
|
D | captured_function.h | 284 const FunctionLibraryRuntime::Handle f_handle_; variable
|