Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_functorch/_aot_autograd/
H A Dschemas.py332 static_input_indices: List[int] = field(default_factory=list) variable in ViewAndMutationMeta
816 static_input_indices: Optional[List[int]] = None variable in AOTConfig
H A Dsubclass_utils.py139 def remap_unwrapped_subclass_arg_indices(wrapped_args, static_input_indices): argument