Home
last modified time | relevance | path

Searched refs:IMPLICATION (Results 1 – 25 of 554) sorted by relevance

12345678910>>...23

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/rnn/
H A Dcpu_rnn_pd.hpp79 && IMPLICATION(!is_zero_md(&src_iter_md_), in check_layout_consistency()
81 && IMPLICATION(!is_zero_md(&src_iter_c_md_), in check_layout_consistency()
83 && IMPLICATION(!is_zero_md(&dst_iter_md_), in check_layout_consistency()
85 && IMPLICATION(!is_zero_md(&dst_iter_c_md_), in check_layout_consistency()
107 && IMPLICATION(is_lstm_peephole(), in check_layout_consistency()
124 && IMPLICATION( in check_layout_consistency()
132 && IMPLICATION(weights_iter_dt == s8, in check_layout_consistency()
137 && IMPLICATION(weights_layer_dt == s8, in check_layout_consistency()
250 && IMPLICATION(is_lstm_peephole(), in check_layout_consistency()
253 && IMPLICATION(is_lstm_projection(), in check_layout_consistency()
[all …]
/dports/math/onednn/oneDNN-2.5.1/src/cpu/rnn/
H A Dcpu_rnn_pd.hpp79 && IMPLICATION(!is_zero_md(&src_iter_md_), in check_layout_consistency()
81 && IMPLICATION(!is_zero_md(&src_iter_c_md_), in check_layout_consistency()
83 && IMPLICATION(!is_zero_md(&dst_iter_md_), in check_layout_consistency()
85 && IMPLICATION(!is_zero_md(&dst_iter_c_md_), in check_layout_consistency()
107 && IMPLICATION(is_lstm_peephole(), in check_layout_consistency()
124 && IMPLICATION( in check_layout_consistency()
132 && IMPLICATION(weights_iter_dt == s8, in check_layout_consistency()
137 && IMPLICATION(weights_layer_dt == s8, in check_layout_consistency()
250 && IMPLICATION(is_lstm_peephole(), in check_layout_consistency()
253 && IMPLICATION(is_lstm_projection(), in check_layout_consistency()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/ocl/
H A Dref_pooling.hpp60 && IMPLICATION(utils::one_of(src_data_t, f16, s8, u8, s32), in init()
62 && IMPLICATION(src_data_t != dst_data_t, in init()
64 && IMPLICATION(src_data_t == bf16, src_data_t == dst_data_t) in init()
65 && IMPLICATION(utils::one_of(src_data_t, s8, u8), in init()
67 && IMPLICATION(src_data_t == f16, in init()
69 && IMPLICATION(src_data_t == f32, in init()
71 && IMPLICATION(utils::one_of(f32, src_data_t, dst_data_t), in init()
73 && IMPLICATION(utils::one_of(src_data_t, s8, u8) in init()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/
H A Dref_pooling.hpp60 && IMPLICATION(utils::one_of(src_data_t, f16, s8, u8, s32), in init()
62 && IMPLICATION(src_data_t != dst_data_t, in init()
64 && IMPLICATION(src_data_t == bf16, src_data_t == dst_data_t) in init()
65 && IMPLICATION(utils::one_of(src_data_t, s8, u8), in init()
67 && IMPLICATION(src_data_t == f16, in init()
69 && IMPLICATION(src_data_t == f32, in init()
71 && IMPLICATION(utils::one_of(f32, src_data_t, dst_data_t), in init()
73 && IMPLICATION(utils::one_of(src_data_t, s8, u8) in init()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/common/
H A Dmatmul.cpp47 && IMPLICATION(with_bias, op_d.bias_desc.ndims == ndims); in dnnl_matmul_desc_init()
58 && IMPLICATION(with_bias, in dnnl_matmul_desc_init()
60 && IMPLICATION(with_bias, in dnnl_matmul_desc_init()
74 && IMPLICATION( in dnnl_matmul_desc_init()
79 && IMPLICATION(s_dim != 1, w_dim == s_dim || w_dim == 1) in dnnl_matmul_desc_init()
81 && IMPLICATION(with_bias, one_of(b_dim, 1, d_dim)); in dnnl_matmul_desc_init()
H A Dreduction.cpp36 && IMPLICATION(one_of(alg_kind, reduction_norm_lp_max, in dnnl_reduction_desc_init()
41 && IMPLICATION(one_of(alg_kind, reduction_norm_lp_max, in dnnl_reduction_desc_init()
66 || !IMPLICATION(dst_desc->format_kind == format_kind::blocked, in dnnl_reduction_desc_init()
H A Deltwise.cpp39 && IMPLICATION( in eltwise_desc_init()
41 && IMPLICATION(alg_kind == eltwise_round, in eltwise_desc_init()
66 && IMPLICATION(ed.prop_kind == backward_data, in eltwise_desc_init()
/dports/math/onednn/oneDNN-2.5.1/src/common/
H A Dmatmul.cpp47 && IMPLICATION(with_bias, op_d.bias_desc.ndims == ndims); in dnnl_matmul_desc_init()
58 && IMPLICATION(with_bias, in dnnl_matmul_desc_init()
60 && IMPLICATION(with_bias, in dnnl_matmul_desc_init()
74 && IMPLICATION( in dnnl_matmul_desc_init()
79 && IMPLICATION(s_dim != 1, w_dim == s_dim || w_dim == 1) in dnnl_matmul_desc_init()
81 && IMPLICATION(with_bias, one_of(b_dim, 1, d_dim)); in dnnl_matmul_desc_init()
H A Dreduction.cpp36 && IMPLICATION(one_of(alg_kind, reduction_norm_lp_max, in dnnl_reduction_desc_init()
41 && IMPLICATION(one_of(alg_kind, reduction_norm_lp_max, in dnnl_reduction_desc_init()
66 || !IMPLICATION(dst_desc->format_kind == format_kind::blocked, in dnnl_reduction_desc_init()
H A Deltwise.cpp39 && IMPLICATION( in eltwise_desc_init()
41 && IMPLICATION(alg_kind == eltwise_round, in eltwise_desc_init()
66 && IMPLICATION(ed.prop_kind == backward_data, in eltwise_desc_init()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/ocl/gemm/
H A Dref_gemm.hpp51 ok = IMPLICATION(acc_dt == s32, attr()->zero_points_.common()) in init()
53 && IMPLICATION(desc()->is_batched(), in init()
55 && IMPLICATION(acc_dt != s32, in init()
63 && IMPLICATION(with_bias(), in init()
67 && IMPLICATION(with_bias(), bia_dt == f32)) in init()
69 && IMPLICATION(with_bias(), bia_dt == f16)) in init()
72 && IMPLICATION(with_bias(), in init()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/
H A Dref_inner_product.hpp59 && IMPLICATION(src_type == f32, dst_type == f32) in init()
60 && IMPLICATION(with_bias(), in init()
62 && IMPLICATION( in init()
112 && IMPLICATION(diff_dst_type == f32, diff_src_type == f32) in init()
154 && IMPLICATION(with_bias(), in init()
156 && IMPLICATION(diff_dst_type == f32, in init()
159 && IMPLICATION(diff_dst_type == f32, diff_wei_type == f32) in init()
H A Dref_convolution.hpp58 && IMPLICATION(src_type == f32, dst_type == f32) in init()
59 && IMPLICATION(with_bias(), in init()
61 && IMPLICATION( in init()
127 && IMPLICATION(diff_dst_type == f32, diff_src_type == f32) in init()
178 && IMPLICATION(with_bias(), in init()
180 && IMPLICATION(diff_dst_type == f32, in init()
183 && IMPLICATION(diff_dst_type == f32, diff_wei_type == f32) in init()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/gemm/
H A Dref_gemm.hpp55 ok = IMPLICATION(acc_dt == s32, attr()->zero_points_.common()) in init()
60 && IMPLICATION(desc()->is_batched(), in init()
62 && IMPLICATION(acc_dt != s32, in init()
70 && IMPLICATION(with_bias(), in init()
74 && IMPLICATION(with_bias(), bia_dt == f32)) in init()
77 && IMPLICATION(with_bias(), bia_dt == f16)) in init()
80 && IMPLICATION(with_bias(), in init()
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/tecsrc/
H A Dgeom2.cpp61 …ENSURE(IMPLICATION(VALID_REF(Geom->GeomData.Generic.V1Base), Result == GetFieldDataType(Geom->Geom… in GetGeomFieldDataType()
62 …ENSURE(IMPLICATION(VALID_REF(Geom->GeomData.Generic.V2Base), Result == GetFieldDataType(Geom->Geom… in GetGeomFieldDataType()
63 …ENSURE(IMPLICATION(VALID_REF(Geom->GeomData.Generic.V3Base), Result == GetFieldDataType(Geom->Geom… in GetGeomFieldDataType()
H A DTASSERT.h180 # define VALID_REF_OR_NULL(ptr) IMPLICATION((ptr) != NULL, VALID_REF(ptr))
183 # define VALID_FN_REF_OR_NULL(ptr) IMPLICATION((ptr) != NULL, VALID_FN_REF(ptr))
234 (IMPLICATION(((IJKPlanes_e)(Plane) == IJKPlanes_I || \
237 IMPLICATION(((IJKPlanes_e)(Plane) == IJKPlanes_J || \
240 IMPLICATION(((IJKPlanes_e)(Plane) == IJKPlanes_K || \
250 IMPLICATION((checkNumZones),(dataSet)->NumZones >= 1))
553 #if !defined IMPLICATION
554 # define IMPLICATION(P,Q) (!(P) || (Q)) macro
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/
H A Dref_inner_product.hpp53 && IMPLICATION(with_bias(), in init()
54 IMPLICATION(src_type == u8, in init()
57 && IMPLICATION(src_type == f32, in init()
70 return IMPLICATION(!utils::one_of(src_type, s8, u8), in output_scales_mask_ok()
151 && IMPLICATION(with_bias(), in init()
H A Dref_convolution.hpp54 && IMPLICATION(with_bias(), in init()
55 IMPLICATION(src_type == u8, in init()
58 && IMPLICATION(src_type == f32, in init()
83 return IMPLICATION(!utils::one_of(src_type, s8, u8), in output_scales_mask_ok()
94 return IMPLICATION(!utils::one_of(src_type, s8, u8), in zero_points_ok()
171 return IMPLICATION(!utils::one_of(diff_dst_type, s8, u8), in output_scales_mask_ok()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/lrn/
H A Djit_avx512_common_lrn.cpp43 && IMPLICATION(d_type == bf16, mayiuse(avx512_core)) && is_fwd() in init()
55 && IMPLICATION(fmt_tag == format_tag::nChw16c, in init()
88 && IMPLICATION(d_type == bf16, mayiuse(avx512_core)) && !is_fwd() in init()
104 && IMPLICATION(fmt_tag == format_tag::nChw16c, in init()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/nvidia/
H A Dcudnn_matmul.hpp62 && IMPLICATION(with_bias(), in init()
63 (IMPLICATION(f32_case, utils::one_of(bia_dt, f32)) in init()
64 && IMPLICATION(f16_case, in init()
66 && IMPLICATION(s8_case, in init()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/lrn/
H A Djit_avx512_common_lrn.cpp43 && IMPLICATION(d_type == bf16, mayiuse(avx512_core)) && is_fwd() in init()
55 && IMPLICATION(fmt_tag == format_tag::nChw16c, in init()
88 && IMPLICATION(d_type == bf16, mayiuse(avx512_core)) && !is_fwd() in init()
104 && IMPLICATION(fmt_tag == format_tag::nChw16c, in init()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/nvidia/
H A Dcudnn_matmul.hpp62 && IMPLICATION(with_bias(), in init()
63 (IMPLICATION(f32_case, utils::one_of(bia_dt, f32)) in init()
64 && IMPLICATION(f16_case, in init()
66 && IMPLICATION(s8_case, in init()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/matmul/
H A Dref_matmul.hpp56 && IMPLICATION(src_type == f32, dst_type == f32) in init()
57 && IMPLICATION(with_bias(), in init()
59 && IMPLICATION( in init()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/
H A Dgpu_inner_product_pd.hpp37 return IMPLICATION(src_d.matches_tag(ncw), wei_d.matches_tag(oiw)) in dense_consistency_check()
38 && IMPLICATION(src_d.matches_tag(nchw), wei_d.matches_tag(oihw)) in dense_consistency_check()
39 && IMPLICATION(src_d.matches_tag(ncdhw), wei_d.matches_tag(oidhw)) in dense_consistency_check()
40 && IMPLICATION( in dense_consistency_check()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/
H A Dgpu_inner_product_pd.hpp37 return IMPLICATION(src_d.matches_tag(ncw), wei_d.matches_tag(oiw)) in dense_consistency_check()
38 && IMPLICATION(src_d.matches_tag(nchw), wei_d.matches_tag(oihw)) in dense_consistency_check()
39 && IMPLICATION(src_d.matches_tag(ncdhw), wei_d.matches_tag(oidhw)) in dense_consistency_check()
40 && IMPLICATION( in dense_consistency_check()

12345678910>>...23