Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_functorch/_aot_autograd/
H A Dtraced_function_transforms.py285 def create_functionalized_rng_ops_wrapper(func, args, trace_joint=True) -> Any: function
649 helper, args = create_functionalized_rng_ops_wrapper(helper, args, trace_joint)
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Daot_autograd.py109 create_functionalized_rng_ops_wrapper,