Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/quantized/cpu/
DOnednnUtils.h76 struct ConvPrimitiveCache : PrimitiveCache { struct
77 ConvPrimitiveCache() {} in ConvPrimitiveCache() function
79 ConvPrimitiveCache( in ConvPrimitiveCache() argument
288 ConvPrimitiveCache conv_prim_cache;
299 ConvPrimitiveCache& get_conv_cache() { in get_conv_cache()
Dqconv.cpp1337 get_conv_cache() = ConvPrimitiveCache(cache_key, params); in apply_impl()