Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A Dqconv.cpp1433 bool has_binary_post_op = binary_attr.has_value() && binary_attr.value() != "none"; in _quantized_convolution_onednn() local
1436 bool has_accum_postop_sum = has_binary_post_op && binary_attr.value() == "sum"; in _quantized_convolution_onednn()
1457 if (has_binary_post_op) { in _quantized_convolution_onednn()