Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/quantized/cpu/
Dqlinear.cpp1081 tensor src_zp_t = tensor(ideep::zero_point_t(1, input_zero_point)); in linear_int8_with_onednn_weight() local
1091 args.insert({DNNL_ARG_ATTR_ZERO_POINTS | DNNL_ARG_SRC, src_zp_t}); in linear_int8_with_onednn_weight()
Dqconv.cpp1679 tensor src_zp_t = tensor(ideep::zero_point_t(1, act_zero_point)); in _quantized_convolution_onednn() local
1689 args.insert({DNNL_ARG_ATTR_ZERO_POINTS | DNNL_ARG_SRC, src_zp_t}); in _quantized_convolution_onednn()