D | placer.cc | 134 Placer::Placer(Graph* graph, const string& function_name, in Placer() function in tensorflow::Placer 146 Placer::Placer(Graph* graph, const string& function_name, in Placer() function in tensorflow::Placer 148 : Placer(graph, function_name, &graph->flib_def(), devices, in Placer() 151 Placer::Placer(Graph* graph, const string& function_name, in Placer() function in tensorflow::Placer 153 : Placer(graph, function_name, &graph->flib_def(), devices, nullptr, true, in Placer() 156 Placer::~Placer() {} in ~Placer() 158 Status Placer::Run() { in Run() 297 bool Placer::CanAssignToDevice(const string& candidate_device_name, in CanAssignToDevice()
|