Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/miopen/
H A DBatchNorm_miopen.cpp24 std::tuple<Tensor, Tensor, Tensor> miopen_batch_norm( in miopen_batch_norm() function
60 std::tuple<Tensor, Tensor, Tensor> miopen_batch_norm( in miopen_batch_norm() function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Ddecomposition.py753 def miopen_batch_norm( function