Searched refs:computation_placers (Results 1 – 1 of 1) sorted by relevance
152 auto* computation_placers = GetPlatformComputationPlacers(); in RegisterComputationPlacer() local153 CHECK(computation_placers->find(platform_id) == computation_placers->end()); in RegisterComputationPlacer()154 (*computation_placers)[platform_id].creation_function = creation_function; in RegisterComputationPlacer()161 auto* computation_placers = GetPlatformComputationPlacers(); in GetForPlatform() local163 auto it = computation_placers->find(platform->id()); in GetForPlatform()164 if (it == computation_placers->end()) { in GetForPlatform()