Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h81 flr_map_.reset(); in ~ProcessFunctionLibraryRuntime()
478 flr_map_; variable
Dprocess_function_library_runtime.cc99 flr_map_(new std::unordered_map<Device*, in ProcessFunctionLibraryRuntime()
107 (*flr_map_)[nullptr] = NewFunctionLibraryRuntime( in ProcessFunctionLibraryRuntime()
224 if ((*flr_map_)[d] == nullptr) { in InitializeDeviceAndFlr()
225 (*flr_map_)[d] = NewFunctionLibraryRuntime( in InitializeDeviceAndFlr()
242 const auto& iter = flr_map_->find(device); in GetFLR()
243 if (iter == flr_map_->end()) { in GetFLR()
1332 if (flr_map_ == nullptr) return Status::OK(); in ReleaseHandle()