Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc138 fhandle_(fhandle), in BatchResource()
150 fhandle_(fhandle), in BatchResource()
171 flib_->Run(opts, fhandle_, inputs, combined_outputs, in ProcessFuncBatchImpl()
183 FunctionLibraryRuntime::Handle fhandle_; member in tensorflow::BatchResource
383 if (!fhandle_) { in GetOrCreateFunctionHandle()
385 fhandle_ = *handle; in GetOrCreateFunctionHandle()
387 *handle = fhandle_.value(); in GetOrCreateFunctionHandle()
430 absl::optional<FunctionLibraryRuntime::Handle> fhandle_ TF_GUARDED_BY(mu_);