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

Method clear_schedule

tensorflow/compiler/xla/service/hlo_module.h:295–295  ·  view source on GitHub ↗

Clears the schedule of the module.

Source from the content-addressed store, hash-verified

293
294 // Clears the schedule of the module.
295 void clear_schedule() { schedule_.reset(); }
296
297 // Returns true if the module has a schedule set.
298 bool has_schedule() const { return schedule_.has_value(); }

Callers 2

RunMethod · 0.80
RunMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected