Home
last modified time | relevance | path

Searched defs:is_scheduled (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_schedule.cc47 const HloPredicate& is_scheduled) { in ShouldScheduleSuccessor()
66 const HloPredicate& is_scheduled) { in ShouldSchedulePredecessor()
84 auto is_scheduled = [&](const HloInstruction* instr) -> bool { in PostprocessorToScheduleAsEarlyOrLateAsPossible() local
116 auto is_scheduled = [&](const HloInstruction* instr) -> bool { in PostprocessorToScheduleAsEarlyOrLateAsPossible() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconv_depthwise_common.cc59 bool is_scheduled) { in BuildHloTextDepthwiseConvolution2D()
/external/mesa3d/src/freedreno/ir3/
Dir3_sched.c151 static bool is_scheduled(struct ir3_instruction *instr) in is_scheduled() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc922 std::optional<bool> is_scheduled; in ParseHloModule() local