Searched refs:flr_map_ (Results 1 – 2 of 2) sorted by relevance
71 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()
309 std::unordered_map<Device*, std::unique_ptr<FunctionLibraryRuntime>> flr_map_; variable