Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dinline_function_utils.h57 static std::unique_ptr<InlinedFunctionBodyPlacer> SingleDevicePlacer(
76 static Config SingleDevice() { return {"single_device", SingleDevicePlacer}; } in SingleDevice()
Dinline_function_utils.cc270 InlinedFunctionBodyPlacer::SingleDevicePlacer(const Graph& graph, in SingleDevicePlacer() function in tensorflow::InlinedFunctionBodyPlacer