Home
last modified time | relevance | path

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 Dqlinear.cpp927 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 DOnednnUtils.h313 const c10::string_view& binary_post_op, in create_attr_by_post_op()
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dquantization.py227 binary_post_op, argument
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dmkldnn_ir.py1703 binary_post_op, argument