Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorIteratorInternal.h8 struct DimCounter { struct
15 IntArrayRef shape;
16 Range range;
17 c10::SmallBuffer<int64_t, 4> values;
18 int64_t offset;
H A DTensorIterator.cpp1702 DimCounter::DimCounter(IntArrayRef shape, Range range) in DimCounter() function in at::DimCounter