Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dplacer.cc81 Placer::Placer(Graph* graph, const DeviceSet* devices, in Placer() function in tensorflow::Placer
90 Placer::Placer(Graph* graph, const DeviceSet* devices, in Placer() function in tensorflow::Placer
92 : Placer(graph, devices, default_device, true, false) {} in Placer()
94 Placer::Placer(Graph* graph, const DeviceSet* devices) in Placer() function in tensorflow::Placer
95 : Placer(graph, devices, nullptr, true, false) {} in Placer()
97 Placer::~Placer() {} in ~Placer()
99 Status Placer::Run() { in Run()
234 bool Placer::CanAssignToDevice(const string& candidate_device_name, in CanAssignToDevice()
Dplacer.h56 class Placer {
71 Placer(Graph* graph, const DeviceSet* devices, const Device* default_device,
74 Placer(Graph* graph, const DeviceSet* devices, const Device* default_device);
76 Placer(Graph* graph, const DeviceSet* devices);
78 ~Placer();
99 TF_DISALLOW_COPY_AND_ASSIGN(Placer);
Dpartitioning_utils_test.cc71 Placer placer(graph, &device_set_, device0_); in SwapGraph()
87 Placer placer(graph, &device_set_, device0_); in TwoDeviceSwapGraph()
101 Placer placer(subgraph, &device_set_, device0_); in SubGraph()
Dgraph_execution_state.cc574 Placer placer(new_graph.get(), device_set_, /* default_device= */ nullptr, in InitBaseGraph()
Dplacer_test.cc244 Placer placer(graph, devices, nullptr, allow_soft_placement, in Place()
272 Placer::NodeNameToIdMap nodes_by_name_;
Dprocess_function_library_runtime.cc613 Placer placer(graph.get(), &device_set, default_device, in InstantiateMultiDevice()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc1549 Placer placer(func_body_graph.get(), devices, default_device); in PlaceInlinedFunctionBody()