Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DLegacyBatchedTensorImpl.h29 struct BatchDim { struct
30 BatchDim(int64_t level, int64_t dim) : dim_(dim), level_(level) {} in BatchDim() function
43 using BatchDims = SmallVector<BatchDim, kBatchDimsStackSize>; argument