Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DDimname.h12 struct TORCH_API Dimname { struct
23 bool matches(Dimname other) const; argument
27 Dimname(Symbol name) in Dimname() argument
29 Dimname(Symbol name, NameType type) in Dimname() function
36 using DimnameList = c10::ArrayRef<Dimname>; argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorCompare.cpp795 Tensor argsort(const Tensor& /*self*/, Dimname /*dim*/, bool /*keepdim*/) { in argsort() argument
/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py1881 Dimname = auto() variable in BaseTy