Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dconv_depthwise_common.cc59 bool is_scheduled) { in BuildHloTextDepthwiseConvolution2D()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/web_transport/
H A Dweb_transport_priority_scheduler.cc78 bool is_scheduled = scheduler->IsScheduled(stream_id); in UpdateSendGroup() local
/aosp_15_r20/external/pytorch/.github/scripts/
H A Dgenerate_ci_workflows.py59 is_scheduled: str = "" variable in BinaryBuildWorkflow
/aosp_15_r20/system/extras/profcollectd/libprofcollectd/
H A Dscheduler.rs52 fn is_scheduled(&self) -> bool { in is_scheduled() method
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr.h87 bool is_scheduled() const { return m_instr_flags.test(scheduled); } in is_scheduled() function
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_sched.c164 is_scheduled(struct ir3_instruction *instr) in is_scheduled() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_parser.cc922 std::optional<bool> is_scheduled; in ParseHloModule() local