Home
last modified time | relevance | path

Searched refs:fusion_binary_alg_map (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/mkldnn/
H A DLinear.cpp274 auto it_binary = fusion_binary_alg_map().find(attr); in mkldnn_linear_pointwise_binary()
276 it_binary != fusion_binary_alg_map().end(), "Fusion behavior undefined."); in mkldnn_linear_pointwise_binary()
H A DUtils.h83 const std::map<c10::string_view, ideep::algorithm>& fusion_binary_alg_map();
H A DUtils.cpp166 const std::map<c10::string_view, ideep::algorithm>& fusion_binary_alg_map() { in fusion_binary_alg_map() function
H A DConv.cpp395 auto it_binary = fusion_binary_alg_map().find(binary_attr); in mkldnn_convolution_pointwise_binary()
397 it_binary != fusion_binary_alg_map().end(), in mkldnn_convolution_pointwise_binary()