| 261 | } |
| 262 | |
| 263 | Status AutoParallel::Optimize(Cluster* cluster, const GrapplerItem& item, |
| 264 | GraphDef* output) { |
| 265 | TF_RETURN_IF_ERROR(Initialize(item)); |
| 266 | BuildGraph(output); |
| 267 | return Status::OK(); |
| 268 | } |
| 269 | |
| 270 | void AutoParallel::Feedback(Cluster* cluster, const GrapplerItem& item, |
| 271 | const GraphDef& optimize_output, double result) { |
nothing calls this directly
no test coverage detected