Home
last modified time | relevance | path

Searched defs:AllocationMap (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dallocation_tracker.h114 using AllocationMap = absl::flat_hash_map<const void*, Allocation>; variable
/external/webrtc/webrtc/p2p/base/
Dturnserver.h162 typedef std::map<TurnServerConnection, TurnServerAllocation*> AllocationMap; typedef