Home
last modified time | relevance | path

Searched defs:maybe_wrap_dim (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DWrapDimUtils.h17 inline int64_t maybe_wrap_dim(int64_t dim, TensorImpl* tensor) { in maybe_wrap_dim() function
21 inline int64_t maybe_wrap_dim(int64_t dim, TensorList tensors) { in maybe_wrap_dim() function
30 inline int64_t maybe_wrap_dim( in maybe_wrap_dim() function
/aosp_15_r20/external/executorch/backends/apple/mps/operators/
H A Dindexing_ops.py124 def maybe_wrap_dim(self, dim: int, n: int) -> List[int]: member in SliceScatterVisitor
H A Dshape_ops.py196 def maybe_wrap_dim(dim: int, n: int) -> List[int]: function
/aosp_15_r20/external/pytorch/torch/jit/
H A D_shape_functions.py928 def maybe_wrap_dim(dim: int, dim_post_expr: int, wrap_scalar: bool = True): function
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py4848 def maybe_wrap_dim(dim: int, dim_post_expr: int, wrap_scalar: bool = True): function