Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/modules/
H A Dbatchnorm.cpp35 template class BatchNormImplBase<1, BatchNorm1dImpl>; variable
36 template class BatchNormImplBase<2, BatchNorm2dImpl>; variable
37 template class BatchNormImplBase<3, BatchNorm3dImpl>; variable