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.cc821 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()
Dcaptured_function.h284 const FunctionLibraryRuntime::Handle f_handle_; variable