Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSparseTensorUtils.cpp73 …dices_by_dims(const Tensor& indices, const IntArrayRef& sizes, const IntArrayRef& dims_to_flatten){ in flatten_indices_by_dims()
/aosp_15_r20/external/pytorch/torch/fx/experimental/migrate_gradual_types/
H A Dconstraint.py455 def __init__(self, start, end, flattened, dims_to_flatten): argument