Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_aot_inductor.py3454 use_minimal_arrayref_interface = False variable in AOTInductorTestABICompatibleCpu
3727 use_minimal_arrayref_interface = False variable in AOTInductorTestABICompatibleCpuWithStackAllocation
3746 use_minimal_arrayref_interface = True variable in AOTInductorTestABICompatibleCpuWithStackAllocationAndMinimalArrayRefInterface
3765 use_minimal_arrayref_interface = False variable in AOTInductorTestABICompatibleCuda
3787 use_minimal_arrayref_interface = False variable in AOTInductorTestNonABICompatibleCpu
3841 use_minimal_arrayref_interface = False variable in AOTInductorTestNonABICompatibleCuda
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dconfig.py707 use_minimal_arrayref_interface: bool = False variable