Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dopt_rebalance_tree.cpp145 bool is_reduction; member
202 is_reduction(ir_instruction *ir, void *data) in is_reduction() function
/external/pytorch/torch/_inductor/
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
Dlowering.py1438 def is_reduction(t): function
/external/pytorch/test/
Dtest_maskedtensor.py846 def is_reduction(op): function
/external/pytorch/aten/src/ATen/
DTensorIterator.h916 TensorIteratorConfig& is_reduction(const bool _is_reduction) { in is_reduction() function
/external/mesa3d/src/nouveau/compiler/nak/
Dfrom_nir.rs2273 let is_reduction = in parse_intrinsic() localVariable
2449 let is_reduction = in parse_intrinsic() localVariable
Dir.rs2496 pub fn is_reduction(&self) -> bool { in is_reduction() method
/external/pytorch/torch/_inductor/codegen/
Dcpp.py4708 is_reduction: bool = False variable in LoopLevel