Home
last modified time | relevance | path

Searched refs:is_native_function_selected_for_training (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/tools/autograd/
H A Dgen_autograd.py69 operator_selector.is_native_function_selected_for_training, native_funcs
/aosp_15_r20/external/pytorch/torchgen/selective_build/
H A Dselector.py211 def is_native_function_selected_for_training(self, func: NativeFunction) -> bool: member in SelectiveBuilder