D | placer.cc | 81 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()
|