Searched defs:BatchDim (Results 1 – 1 of 1) sorted by relevance
29 struct BatchDim { struct30 BatchDim(int64_t level, int64_t dim) : dim_(dim), level_(level) {} in BatchDim() function43 using BatchDims = SmallVector<BatchDim, kBatchDimsStackSize>; argument