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.cc71 flr_map_[nullptr] = NewFunctionLibraryRuntime( in ProcessFunctionLibraryRuntime()
77 flr_map_[d] = NewFunctionLibraryRuntime( in ProcessFunctionLibraryRuntime()
97 flr_map_[nullptr] = NewFunctionLibraryRuntime( in ProcessFunctionLibraryRuntime()
103 flr_map_[d] = NewFunctionLibraryRuntime( in ProcessFunctionLibraryRuntime()
190 const auto& iter = flr_map_.find(device); in GetFLR()
191 if (iter == flr_map_.end()) { in GetFLR()
Dprocess_function_library_runtime.h309 std::unordered_map<Device*, std::unique_ptr<FunctionLibraryRuntime>> flr_map_; variable