Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A DOnednnUtils.h320 const c10::string_view& unary_post_op_algorithm) { in create_attr_by_post_op() argument
335 unary_post_op_algorithm == "none" || unary_post_op_algorithm == "tanh", in create_attr_by_post_op()
336 …nednn qlinear: algorithm for post op gelu must be none or tanh but got ", unary_post_op_algorithm); in create_attr_by_post_op()
337 auto post_algorithm = unary_post_op_algorithm == "none" ? in create_attr_by_post_op()
H A Dqlinear.cpp931 c10::string_view& unary_post_op_algorithm) { in linear_int8_with_onednn_weight() argument
1043 unary_post_op_algorithm in linear_int8_with_onednn_weight()
1272 c10::string_view unary_post_op_algorithm) { in run_pointwise_binary() argument
1280 unary_post_op, unary_post_op_args, unary_post_op_algorithm in run_pointwise_binary()
1304 c10::string_view unary_post_op_algorithm) { in run_pointwise_binary_tensor() argument
1314 unary_post_op, unary_post_op_args, unary_post_op_algorithm in run_pointwise_binary_tensor()
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dmkldnn_ir.py1707 unary_post_op_algorithm, argument
1746 unary_post_op_algorithm,
H A Dmkldnn_lowerings.py991 unary_post_op_algorithm=unary_algorithmm,