Searched defs:placer (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcomputation_placer.h60 // A generic implementation of the XLA computation placer, which assigns device
81 // Registers a computation placer creation function for a particular platform.
86 // Returns the computation placer singleton pointer if it is available for the
92 // The mutex that guards the platform-to-computation placer map.
96 // up creation_function, and then we use that to lazily create "placer" the
99 std::unique_ptr<ComputationPlacer> placer; member in struct:xla::ComputationPlacer::State
103 // Map from platform kind to computation placer singleton.
/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dstatic_schedule.cc32 const VirtualPlacer& placer, const NodeDef& node) {
43 DeviceProperties device = placer.get_device(node);
91 VirtualPlacer placer(cluster);
98 PredictExecutionTime(properties, estimator, placer, *node);
159 VirtualPlacer placer(cluster);
166 PredictExecutionTime(properties, estimator, placer, *node);
30 PredictExecutionTime( const GraphProperties& properties, const OpLevelCostEstimator& estimator, const VirtualPlacer& placer, const NodeDef& node) argument

Completed in 711 milliseconds