Home
last modified time | relevance | path

Searched refs:LinearPrimitiveCache (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A DOnednnUtils.h48 struct LinearPrimitiveCache : PrimitiveCache { struct
49 LinearPrimitiveCache() {} in LinearPrimitiveCache() function
51 LinearPrimitiveCache( in LinearPrimitiveCache() function
170 LinearPrimitiveCache prim_cache;
183 LinearPrimitiveCache& get_cache() { in get_cache()
H A Dqlinear_dynamic.cpp586 get_cache() = LinearPrimitiveCache(cache_key, params); in apply_dynamic_impl()
H A Dqlinear.cpp860 get_cache() = LinearPrimitiveCache(cache_key, params); in apply_impl()