Searched defs:DimCounter (Results 1 – 2 of 2) sorted by relevance
8 struct DimCounter { struct15 IntArrayRef shape;16 Range range;17 c10::SmallBuffer<int64_t, 4> values;18 int64_t offset;
1702 DimCounter::DimCounter(IntArrayRef shape, Range range) in DimCounter() function in at::DimCounter