Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Ddim.cpp1632 struct DotPart { struct
1633 Slice<DimEntry> dims;
1634 size_t total_size = 1;
1635 void append(Arena& A, mpy::hdl<Dim> d) { in append()