Home
last modified time | relevance | path

Searched refs:optional_to_arrayref (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DReduceOps.cpp151 static IntArrayRef optional_to_arrayref(const std::optional<int64_t>& opt) { in optional_to_arrayref() function
234 resize_reduction(*this, self, optional_to_arrayref(dim), keepdim, kLong); in TORCH_META_FUNC()
240 resize_reduction(*this, self, optional_to_arrayref(dim), keepdim, kLong); in TORCH_META_FUNC()