Searched defs:binary_post_op (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
H A D | qlinear.cpp | 927 const c10::string_view& binary_post_op, // e.g. "none", "sum", "add" in linear_int8_with_onednn_weight() 1210 static const c10::string_view binary_post_op = "none"; in run_pointwise() local 1241 static const c10::string_view binary_post_op = "none"; in run_pointwise_tensor() local 1268 c10::string_view binary_post_op, // e.g. "none", "sum", "add" in run_pointwise_binary() 1300 c10::string_view binary_post_op, // e.g. "none", "sum", "add" in run_pointwise_binary_tensor()
|
H A D | OnednnUtils.h | 313 const c10::string_view& binary_post_op, in create_attr_by_post_op()
|
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/ |
H A D | quantization.py | 227 binary_post_op, argument
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | mkldnn_ir.py | 1703 binary_post_op, argument
|