Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dopt_rebalance_tree.cpp145 bool is_reduction; member
202 is_reduction(ir_instruction *ir, void *data) in is_reduction() function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dscheduler.py351 def is_reduction(self) -> bool: member in BaseSchedulerNode
739 def is_reduction(self) -> bool: member in OutputNode
945 def is_reduction(self) -> bool: member in SchedulerNode
1202 def is_reduction(self) -> bool: member in FusedSchedulerNode
H A Dlowering.py1438 def is_reduction(t): function
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dfrom_nir.rs2253 let is_reduction = in parse_intrinsic() localVariable
2429 let is_reduction = in parse_intrinsic() localVariable
H A Dir.rs2490 pub fn is_reduction(&self) -> bool { in is_reduction() method
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorIterator.h916 TensorIteratorConfig& is_reduction(const bool _is_reduction) { in is_reduction() function
/aosp_15_r20/external/pytorch/test/
H A Dtest_maskedtensor.py846 def is_reduction(op): function
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp.py4708 is_reduction: bool = False variable in LoopLevel