Home
last modified time | relevance | path

Searched defs:args_spec (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dvmap.py155 flat_in_dims: List[Any], flat_args: List[Any], vmap_level: int, args_spec argument
407 func, flat_in_dims, chunks_flat_args, args_spec, out_dims, randomness, **kwargs argument
473 func, batch_size, flat_in_dims, flat_args, args_spec, out_dims, randomness, **kwargs argument
/aosp_15_r20/external/pytorch/torch/distributed/tensor/
H A D_op_schema.py239 def args_spec(self) -> Tuple[DTensorSpec, ...]: member in OpSchema
/aosp_15_r20/external/pytorch/torch/_prims_common/
H A Dwrappers.py377 def forward(ctx, args_spec, *flat_args): argument