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

Method has_schedule

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

Returns true if the module has a schedule set.

Source from the content-addressed store, hash-verified

296
297 // Returns true if the module has a schedule set.
298 bool has_schedule() const { return schedule_.has_value(); }
299
300 // Returns the schedule of the module. CHECK fails if no schedule is set.
301 const HloSchedule& schedule() const { return *schedule_; }

Callers 11

RunMethod · 0.80
RunMethod · 0.80
CreateFromProtoMethod · 0.80
RunMethod · 0.80
TEST_FFunction · 0.80
TF_ASSERT_OK_AND_ASSIGNFunction · 0.80
TEST_FFunction · 0.80
RunMethod · 0.80
FixScheduleMethod · 0.80
TEST_FFunction · 0.80

Calls 1

has_valueMethod · 0.45

Tested by 5

TEST_FFunction · 0.64
TF_ASSERT_OK_AND_ASSIGNFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64