Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcomputation_placer.cc152 auto* computation_placers = GetPlatformComputationPlacers(); in RegisterComputationPlacer() local
153 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() local
163 auto it = computation_placers->find(platform->id()); in GetForPlatform()
164 if (it == computation_placers->end()) { in GetForPlatform()