Home
last modified time | relevance | path

Searched defs:allow_stack_allocation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_aot_inductor.py3453 allow_stack_allocation = False variable in AOTInductorTestABICompatibleCpu
3726 allow_stack_allocation = True variable in AOTInductorTestABICompatibleCpuWithStackAllocation
3745 allow_stack_allocation = True variable in AOTInductorTestABICompatibleCpuWithStackAllocationAndMinimalArrayRefInterface
3764 allow_stack_allocation = False variable in AOTInductorTestABICompatibleCuda
3786 allow_stack_allocation = False variable in AOTInductorTestNonABICompatibleCpu
3840 allow_stack_allocation = False variable in AOTInductorTestNonABICompatibleCuda
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dconfig.py694 allow_stack_allocation: bool = ( variable