Home
last modified time | relevance | path

Searched refs:get_deconv_cache (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/aten/src/ATen/native/quantized/cpu/
DOnednnUtils.h304 DeconvPrimitiveCache& get_deconv_cache() { in get_deconv_cache() function
Dqconv.cpp1305 get_deconv_cache() = DeconvPrimitiveCache(cache_key, params); in apply_impl()
1309 if (get_deconv_cache().hit(cache_key)) { in apply_impl()
1310 DeconvParams& params = get_deconv_cache().get_params(); in apply_impl()