MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Optimize

Method Optimize

tensorflow/core/grappler/optimizers/auto_parallel.cc:263–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263Status 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
270void AutoParallel::Feedback(Cluster* cluster, const GrapplerItem& item,
271 const GraphDef& optimize_output, double result) {

Callers

nothing calls this directly

Calls 1

InitializeFunction · 0.50

Tested by

no test coverage detected