Home
last modified time | relevance | path

Searched refs:post_ops_ok (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/
H A Dgemm_x8s8s32x_convolution_utils.cpp145 bool post_ops_ok(const post_ops_t &post_ops, const memory_desc_wrapper *dst_d) { in post_ops_ok() function
147 return x64::gemm_x8s8s32x_convolution_utils::post_ops_ok(post_ops, dst_d); in post_ops_ok()
156 bool post_ops_ok(const post_ops_t &post_ops, const memory_desc_t *dst_d) { in post_ops_ok() function
158 return post_ops_ok(post_ops, &dst_md); in post_ops_ok()
H A Dgemm_x8s8s32x_convolution_utils.hpp52 bool post_ops_ok(const post_ops_t &post_ops, const memory_desc_wrapper *dst_d);
53 bool post_ops_ok(const post_ops_t &post_ops, const memory_desc_t *dst_d);
H A Dgemm_inner_product_utils.cpp189 bool post_ops_ok(const post_ops_t &post_ops, const memory_desc_wrapper *dst_d, in post_ops_ok() function
209 && injector::post_ops_ok({isa, {binary, eltwise, sum}, post_ops, in post_ops_ok()
225 bool post_ops_ok(const post_ops_t &post_ops, const memory_desc_t *dst_d, in post_ops_ok() function
228 return post_ops_ok(post_ops, &dst_md, enabled_bcast_strategy); in post_ops_ok()
H A Dgemm_inner_product_utils.hpp96 bool post_ops_ok(const post_ops_t &post_ops, const memory_desc_wrapper *dst_d,
98 bool post_ops_ok(const post_ops_t &post_ops, const memory_desc_t *dst_d,
H A Dgemm_convolution.hpp51 && post_ops_ok(); in init()
64 bool post_ops_ok() const { in post_ops_ok() function
/dports/math/onednn/oneDNN-2.5.1/src/cpu/
H A Dgemm_x8s8s32x_convolution_utils.cpp151 bool post_ops_ok(const post_ops_t &post_ops, const memory_desc_wrapper *dst_d) { in post_ops_ok() function
153 return x64::gemm_x8s8s32x_convolution_utils::post_ops_ok(post_ops, dst_d); in post_ops_ok()
162 bool post_ops_ok(const post_ops_t &post_ops, const memory_desc_t *dst_d) { in post_ops_ok() function
164 return post_ops_ok(post_ops, &dst_md); in post_ops_ok()
H A Dgemm_x8s8s32x_convolution_utils.hpp52 bool post_ops_ok(const post_ops_t &post_ops, const memory_desc_wrapper *dst_d);
53 bool post_ops_ok(const post_ops_t &post_ops, const memory_desc_t *dst_d);
H A Dgemm_inner_product_utils.cpp193 bool post_ops_ok(const post_ops_t &post_ops, const memory_desc_wrapper *dst_d, in post_ops_ok() function
218 && injector::post_ops_ok({isa, {binary, eltwise, sum}, post_ops, in post_ops_ok()
234 bool post_ops_ok(const post_ops_t &post_ops, const memory_desc_t *dst_d, in post_ops_ok() function
237 return post_ops_ok(post_ops, &dst_md, enabled_bcast_strategy); in post_ops_ok()
H A Dgemm_inner_product_utils.hpp99 bool post_ops_ok(const post_ops_t &post_ops, const memory_desc_wrapper *dst_d,
101 bool post_ops_ok(const post_ops_t &post_ops, const memory_desc_t *dst_d,
H A Dref_convolution_int8.hpp61 && post_ops_ok() in init()
93 bool post_ops_ok() const { in post_ops_ok() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/benchdnn/matmul/
H A Dmatmul.cpp240 bool post_ops_ok = true; in check_known_skipped_case() local
246 post_ops_ok = post_ops_ok && is_nvidia_eltwise_ok(FLAG_FWD, e); in check_known_skipped_case()
248 post_ops_ok = false; in check_known_skipped_case()
257 if (!post_ops_ok || !oscale_ok || !zp_ok) { in check_known_skipped_case()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/aarch64/
H A Dacl_inner_product.hpp86 && post_ops_ok(); in init()
103 bool post_ops_ok() const { in post_ops_ok() function
H A Dacl_winograd_convolution.hpp101 && !has_zero_dim_memory() && post_ops_ok(); in init()
118 bool post_ops_ok() const { in post_ops_ok() function
H A Dacl_indirect_gemm_convolution.hpp104 && post_ops_ok(); in init()
120 bool post_ops_ok() const { in post_ops_ok() function
H A Dacl_gemm_convolution.hpp104 && post_ops_ok(); in init()
134 bool post_ops_ok() const { in post_ops_ok() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/aarch64/
H A Dacl_indirect_gemm_convolution.hpp99 && post_ops_ok(); in init()
130 bool post_ops_ok() const { in post_ops_ok() function
H A Dacl_winograd_convolution.hpp96 && !has_zero_dim_memory() && post_ops_ok(); in init()
128 bool post_ops_ok() const { in post_ops_ok() function
H A Dacl_gemm_convolution.hpp111 && post_ops_ok(); in init()
156 bool post_ops_ok() const { in post_ops_ok() function
/dports/math/onednn/oneDNN-2.5.1/src/cpu/aarch64/matmul/
H A Dacl_matmul.hpp80 && post_ops_ok() && attr_oscale_ok() in init()
98 bool post_ops_ok() const { in post_ops_ok() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/benchdnn/ip/
H A Dip.cpp249 bool post_ops_ok = true; in check_known_skipped_case() local
255 post_ops_ok = post_ops_ok && is_nvidia_eltwise_ok(prb->dir, e); in check_known_skipped_case()
257 post_ops_ok = false; in check_known_skipped_case()
264 if (!post_ops_ok || !oscale_ok) { in check_known_skipped_case()
/dports/math/onednn/oneDNN-2.5.1/tests/benchdnn/ip/
H A Dip.cpp251 bool post_ops_ok = true; in check_known_skipped_case() local
257 post_ops_ok = post_ops_ok && is_nvidia_eltwise_ok(prb->dir, e); in check_known_skipped_case()
259 post_ops_ok = false; in check_known_skipped_case()
266 if (!post_ops_ok || !oscale_ok) { in check_known_skipped_case()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_gemm_x8s8s32x_convolution_utils.hpp32 bool post_ops_ok(const post_ops_t &post_ops, const memory_desc_wrapper *dst_d);
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_gemm_x8s8s32x_convolution_utils.hpp32 bool post_ops_ok(const post_ops_t &post_ops, const memory_desc_wrapper *dst_d);
/dports/math/onednn/oneDNN-2.5.1/tests/benchdnn/matmul/
H A Dmatmul.cpp283 bool post_ops_ok = true; in check_known_skipped_case() local
289 post_ops_ok = post_ops_ok && is_nvidia_eltwise_ok(FLAG_FWD, e); in check_known_skipped_case()
291 post_ops_ok = false; in check_known_skipped_case()
302 if (!post_ops_ok || !oscale_ok || !zp_ok || !dims_ok in check_known_skipped_case()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/
H A Dgpu_convolution_pd.hpp54 bool post_ops_ok(const primitive_attr_t *attr) const { in post_ops_ok() function

1234567