Home
last modified time | relevance | path

Searched defs:inprod_test_params_t (Results 1 – 6 of 6) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/gtests/
H A Dtest_inner_product_forward.cpp73 struct inprod_test_params_t { struct
74 prop_kind aprop_kind;
75 memory::format_tag src_format;
76 memory::format_tag weights_format;
77 memory::format_tag bias_format;
78 memory::format_tag dst_format;
79 int ndims;
80 test_inner_product_descr_t test_ipd;
81 bool expect_to_fail;
82 dnnl_status_t expected_status;
H A Dtest_inner_product_backward_data.cpp83 struct inprod_test_params_t { struct
84 memory::format_tag diff_src_format;
85 memory::format_tag weights_format;
86 memory::format_tag diff_dst_format;
87 int ndims;
88 test_inner_product_descr_t test_ipd;
89 bool expect_to_fail;
90 dnnl_status_t expected_status;
H A Dtest_inner_product_backward_weights.cpp109 struct inprod_test_params_t { struct
110 memory::format_tag src_format;
111 memory::format_tag diff_weights_format;
112 memory::format_tag diff_bias_format;
113 memory::format_tag diff_dst_format;
114 int ndims;
115 test_inner_product_descr_t test_ipd;
116 bool expect_to_fail;
117 dnnl_status_t expected_status;
/dports/math/onednn/oneDNN-2.5.1/tests/gtests/
H A Dtest_inner_product_forward.cpp73 struct inprod_test_params_t { struct
74 prop_kind aprop_kind;
75 memory::format_tag src_format;
76 memory::format_tag weights_format;
77 memory::format_tag bias_format;
78 memory::format_tag dst_format;
79 int ndims;
80 test_inner_product_descr_t test_ipd;
81 bool expect_to_fail;
82 dnnl_status_t expected_status;
H A Dtest_inner_product_backward_data.cpp83 struct inprod_test_params_t { struct
84 memory::format_tag diff_src_format;
85 memory::format_tag weights_format;
86 memory::format_tag diff_dst_format;
87 int ndims;
88 test_inner_product_descr_t test_ipd;
89 bool expect_to_fail;
90 dnnl_status_t expected_status;
H A Dtest_inner_product_backward_weights.cpp109 struct inprod_test_params_t { struct
110 memory::format_tag src_format;
111 memory::format_tag diff_weights_format;
112 memory::format_tag diff_bias_format;
113 memory::format_tag diff_dst_format;
114 int ndims;
115 test_inner_product_descr_t test_ipd;
116 bool expect_to_fail;
117 dnnl_status_t expected_status;