Searched refs:allow_stack_allocation (Results 1 – 4 of 4) sorted by relevance
1215 self.allow_stack_allocation = False1344 self.allow_stack_allocation = False1376 self.allow_stack_allocation = False1463 self.allow_stack_allocation1830 self.allow_stack_allocation = False2131 self.allow_stack_allocation = False
494 self.allow_stack_allocation: Optional[bool] = None882 self.allow_stack_allocation = False994 self.allow_stack_allocation = (995 self.allow_stack_allocation is not False996 and config.allow_stack_allocation
106 "allow_stack_allocation": self.allow_stack_allocation,140 "allow_stack_allocation": self.allow_stack_allocation,3453 allow_stack_allocation = False variable in AOTInductorTestABICompatibleCpu3726 allow_stack_allocation = True variable in AOTInductorTestABICompatibleCpuWithStackAllocation3745 allow_stack_allocation = True variable in AOTInductorTestABICompatibleCpuWithStackAllocationAndMinimalArrayRefInterface3764 allow_stack_allocation = False variable in AOTInductorTestABICompatibleCuda3786 allow_stack_allocation = False variable in AOTInductorTestNonABICompatibleCpu3840 allow_stack_allocation = False variable in AOTInductorTestNonABICompatibleCuda
694 allow_stack_allocation: bool = ( variable