Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_functorch/_aot_autograd/
H A Dfunctional_utils.py96 def has_data_mutation(t): function
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DFunctionalTensorWrapper.cpp254 bool FunctionalTensorWrapper::has_data_mutation() { in has_data_mutation() function in at::FunctionalTensorWrapper