Home
last modified time | relevance | path

Searched defs:outer_stride (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DSoftMaxKernel.cpp272 int64_t outer_stride = dim_size * inner_size; in _vec_softmax_backward() local
357 int64_t outer_stride = dim_size * inner_size; in _vec_softmax_backward() local
483 int64_t outer_stride = dim_size * inner_size; in _vec_log_softmax_backward() local
567 int64_t outer_stride = dim_size * inner_size; in _vec_log_softmax_backward() local
700 int64_t outer_stride = dim_size * dim_stride; in _vec_softmax() local
807 int64_t outer_stride = dim_size * dim_stride; in _vec_softmax() local
H A DSumKernel.cpp440 char * C10_RESTRICT data[2], int64_t outer_stride, int64_t out_stride, in vectorized_inner_sum()
/aosp_15_r20/external/pytorch/torch/_subclasses/
H A Dmeta_utils.py795 outer_stride, argument
825 t, outer_size, outer_stride, symbolic_context, callback, source argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSoftMax.cpp177 int64_t outer_stride = dim_size * dim_stride; local
284 int64_t outer_stride = dim_size * dim_stride; in host_softmax_backward() local
H A DReduceOps.cpp1784 const int64_t outer_stride = strides[1]; in std_var_all_cpu() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcustom_tensor.py37 def __tensor_unflatten__(inner_tensors, meta, outer_size, outer_stride): argument
H A Dtwo_tensor.py47 def __tensor_unflatten__(inner_tensors, meta, outer_size, outer_stride): argument
H A Dcommon_subclass.py246 def __tensor_unflatten__(cls, inner_tensors, meta, outer_size, outer_stride): argument
/aosp_15_r20/external/executorch/kernels/optimized/cpu/
H A Dop_log_softmax.cpp53 int64_t outer_stride = dim_size * dim_stride; in log_softmax_kernel() local
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_subclasses.py247 def __tensor_unflatten__(inner_tensors, metadata, outer_size, outer_stride): argument
297 def __tensor_unflatten__(inner_tensors, metadata, outer_size, outer_stride): argument
1222 def __tensor_unflatten__(inner_tensors, _, outer_size, outer_stride): argument
1560 def __tensor_unflatten__(inner_tensors, ctx, outer_size, outer_stride): argument
H A Dtest_autograd_function.py894 def __tensor_unflatten__(tensors, metadatas, outer_size, outer_stride): argument
/aosp_15_r20/external/executorch/examples/models/llama/experimental/
H A Dsubclass.py197 cls, tensor_data_dict, attributes, outer_size=None, outer_stride=None argument
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Dreduce_util.h223 const size_t outer_stride = size * stride; in apply_over_dim() local
/aosp_15_r20/external/pytorch/torch/sparse/
H A Dsemi_structured.py181 outer_stride, argument
/aosp_15_r20/external/pytorch/torch/nested/_internal/
H A Dnested_tensor.py250 def __tensor_unflatten__(inner_tensors: Dict, meta, outer_size, outer_stride): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSoftMax.cu261 const index_t outer_stride = inner_size * dim_size; in cunn_SpatialSoftMaxForward() local
319 const uint32_t outer_stride = inner_size * dim_size; in cunn_SpatialSoftMaxBackward() local
/aosp_15_r20/external/pytorch/torch/utils/
H A D_python_dispatch.py400 def transform_subclass(t, callback, outer_size=None, outer_stride=None): argument
/aosp_15_r20/external/pytorch/torch/distributed/tensor/
H A D_api.py298 def __tensor_unflatten__(inner_tensors, flatten_spec, outer_size, outer_stride): argument
/aosp_15_r20/external/pytorch/torch/distributed/
H A D_functional_collectives.py598 def __tensor_unflatten__(inner_tensors, meta, outer_size, outer_stride): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/
H A DNestedTensorTransformerFunctions.cu654 const int outer_stride = gridDim.x * blockDim.y; in __launch_bounds__() local