Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A Dqconv_prepack.cpp413 at::Tensor weight_copy; in prepack() local
576 at::Tensor weight_copy; in _qconv_prepack_onednn() local
H A Dqlinear_prepack.cpp253 auto weight_copy = weight.clone(); in prepack() local