Runtime test coverage (onnxruntime and shape_inference)#
This page reports, for every backend test case collected by
onnx_light.onnx_lib.backend.test.case.collect_test_case(), the outcome of
three independent scenarios:
onnxruntime (CPU) — the model is executed with onnxruntime on the CPU execution provider. The cell shows the maximum absolute discrepancy between the reference outputs and the ORT outputs, colored green when it stays within the test-case
atol/rtoltolerances and red otherwise (n/awhen ORT cannot load or run the model — typically when the model uses an op from a domain ORT does not register, such asai.onnx.previeworai.onnx.preview.training).static shape — every recorded
graph.value_infoand output shape is stripped from the model, then the model is passed toonnx_light.onnx_lib.shape_inference.infer_shapes(). A yes indicates shape inference completes without raising and every output shape originally recorded by the test author is recovered by inference (concrete dims must match exactly; symbolic or missing dims are accepted on either side).dynamic_shapes — same as static shape, but every numeric input dimension is first replaced with a symbolic
dim_param(identical numeric values share the same symbol) before stripping the recorded output shapes and running shape inference on the resulting symbolic model.
Summary#
Global pass rates across all collected test cases:
Scenario |
Passed |
Total |
Pass rate |
|---|---|---|---|
onnxruntime (CPU) |
1772 |
2107 |
84.1% |
Static shape inference |
1901 |
2107 |
90.2% |
Dynamic shape inference |
1901 |
2107 |
90.2% |
Per-domain pass rates:
Domain |
Tests |
onnxruntime (CPU) |
Static shape |
Dynamic shapes |
|---|---|---|---|---|
|
1978 |
1676 (84.7%) |
1796 (90.8%) |
1796 (90.8%) |
|
38 |
29 (76.3%) |
17 (44.7%) |
17 (44.7%) |
|
12 |
0 (0.0%) |
12 (100.0%) |
12 (100.0%) |
|
9 |
0 (0.0%) |
9 (100.0%) |
9 (100.0%) |
|
2 |
0 (0.0%) |
0 (0.0%) |
0 (0.0%) |
|
18 |
18 (100.0%) |
18 (100.0%) |
18 (100.0%) |
|
28 |
27 (96.4%) |
27 (96.4%) |
27 (96.4%) |
|
1 |
1 (100.0%) |
1 (100.0%) |
1 (100.0%) |
|
17 |
17 (100.0%) |
17 (100.0%) |
17 (100.0%) |
|
1 |
1 (100.0%) |
1 (100.0%) |
1 (100.0%) |
|
3 |
3 (100.0%) |
3 (100.0%) |
3 (100.0%) |
Per-test-case status#
Each domain section below lists every backend test case from that domain. The tables are rendered with the sphinx-datatables extension, so they are interactive: use the search box to filter by op or test name and click on a column header to sort.
ai.onnx (default)
test op |
test name |
discrepancies (onnxruntime CPU) |
static shape |
dynamic_shapes |
|---|---|---|---|---|
Abs |
test_abs |
0.00e+00 |
yes |
yes |
Abs |
test_cc_abs |
0.00e+00 |
yes |
yes |
Abs |
test_cc_abs_bfloat16 |
n/a |
yes |
yes |
Abs |
test_cc_abs_double |
0.00e+00 |
yes |
yes |
Abs |
test_cc_abs_float16 |
0.00e+00 |
yes |
yes |
Abs |
test_cc_abs_int16 |
0.00e+00 |
yes |
yes |
Abs |
test_cc_abs_int32 |
0.00e+00 |
yes |
yes |
Abs |
test_cc_abs_int64 |
0.00e+00 |
yes |
yes |
Abs |
test_cc_abs_int8 |
0.00e+00 |
yes |
yes |
Acos |
test_acos |
2.38e-07 |
yes |
yes |
Acos |
test_acos_example |
0.00e+00 |
yes |
yes |
Acos |
test_cc_acos |
1.19e-07 |
yes |
yes |
Acosh |
test_acosh |
0.00e+00 |
yes |
yes |
Acosh |
test_acosh_example |
0.00e+00 |
yes |
yes |
Acosh |
test_cc_acosh |
0.00e+00 |
yes |
yes |
Add |
test_add |
0.00e+00 |
yes |
yes |
Add |
test_add_bcast |
0.00e+00 |
yes |
yes |
Add |
test_add_int16 |
0.00e+00 |
yes |
yes |
Add |
test_add_int32 |
0.00e+00 |
yes |
yes |
Add |
test_add_int64 |
0.00e+00 |
yes |
yes |
Add |
test_add_int8 |
0.00e+00 |
yes |
yes |
Add |
test_add_uint16 |
0.00e+00 |
yes |
yes |
Add |
test_add_uint32 |
0.00e+00 |
yes |
yes |
Add |
test_add_uint64 |
0.00e+00 |
yes |
yes |
Add |
test_add_uint8 |
0.00e+00 |
yes |
yes |
Add |
test_cc_add |
0.00e+00 |
yes |
yes |
Add |
test_cc_add_bcast |
0.00e+00 |
yes |
yes |
Add |
test_cc_add_bfloat16 |
n/a |
yes |
yes |
Add |
test_cc_add_double |
0.00e+00 |
yes |
yes |
Add |
test_cc_add_float16 |
0.00e+00 |
yes |
yes |
AffineGrid |
test_affine_grid_2d |
4.77e-07 |
yes |
yes |
AffineGrid |
test_affine_grid_2d_align_corners |
0.00e+00 |
yes |
yes |
AffineGrid |
test_affine_grid_3d |
4.77e-07 |
yes |
yes |
AffineGrid |
test_affine_grid_3d_align_corners |
9.54e-07 |
yes |
yes |
And |
test_and2d |
0.00e+00 |
yes |
yes |
And |
test_and3d |
0.00e+00 |
yes |
yes |
And |
test_and4d |
0.00e+00 |
yes |
yes |
And |
test_and_bcast3v1d |
0.00e+00 |
yes |
yes |
And |
test_and_bcast3v2d |
0.00e+00 |
yes |
yes |
And |
test_and_bcast4v2d |
0.00e+00 |
yes |
yes |
And |
test_and_bcast4v3d |
0.00e+00 |
yes |
yes |
And |
test_and_bcast4v4d |
0.00e+00 |
yes |
yes |
And |
test_cc_and |
0.00e+00 |
yes |
yes |
And |
test_cc_and_bcast |
0.00e+00 |
yes |
yes |
ArgMax |
test_cc_argmax_default_axis_example |
0.00e+00 |
yes |
yes |
ArgMax |
test_cc_argmax_default_axis_example_select_last_index |
0.00e+00 |
yes |
yes |
ArgMax |
test_cc_argmax_default_axis_random |
0.00e+00 |
yes |
yes |
ArgMax |
test_cc_argmax_default_axis_random_select_last_index |
0.00e+00 |
yes |
yes |
ArgMax |
test_cc_argmax_keepdims_example |
0.00e+00 |
yes |
yes |
ArgMax |
test_cc_argmax_keepdims_example_select_last_index |
0.00e+00 |
yes |
yes |
ArgMax |
test_cc_argmax_keepdims_random |
0.00e+00 |
yes |
yes |
ArgMax |
test_cc_argmax_keepdims_random_select_last_index |
0.00e+00 |
yes |
yes |
ArgMax |
test_cc_argmax_negative_axis_keepdims_example |
0.00e+00 |
yes |
yes |
ArgMax |
test_cc_argmax_negative_axis_keepdims_example_select_last_index |
0.00e+00 |
yes |
yes |
ArgMax |
test_cc_argmax_negative_axis_keepdims_random |
0.00e+00 |
yes |
yes |
ArgMax |
test_cc_argmax_negative_axis_keepdims_random_select_last_index |
0.00e+00 |
yes |
yes |
ArgMax |
test_cc_argmax_no_keepdims_example |
0.00e+00 |
yes |
yes |
ArgMax |
test_cc_argmax_no_keepdims_example_select_last_index |
0.00e+00 |
yes |
yes |
ArgMax |
test_cc_argmax_no_keepdims_random |
0.00e+00 |
yes |
yes |
ArgMax |
test_cc_argmax_no_keepdims_random_select_last_index |
0.00e+00 |
yes |
yes |
ArgMin |
test_cc_argmin_default_axis_example |
0.00e+00 |
yes |
yes |
ArgMin |
test_cc_argmin_default_axis_example_select_last_index |
0.00e+00 |
yes |
yes |
ArgMin |
test_cc_argmin_default_axis_random |
0.00e+00 |
yes |
yes |
ArgMin |
test_cc_argmin_default_axis_random_select_last_index |
0.00e+00 |
yes |
yes |
ArgMin |
test_cc_argmin_keepdims_example |
0.00e+00 |
yes |
yes |
ArgMin |
test_cc_argmin_keepdims_example_select_last_index |
0.00e+00 |
yes |
yes |
ArgMin |
test_cc_argmin_keepdims_random |
0.00e+00 |
yes |
yes |
ArgMin |
test_cc_argmin_keepdims_random_select_last_index |
0.00e+00 |
yes |
yes |
ArgMin |
test_cc_argmin_negative_axis_keepdims_example |
0.00e+00 |
yes |
yes |
ArgMin |
test_cc_argmin_negative_axis_keepdims_example_select_last_index |
0.00e+00 |
yes |
yes |
ArgMin |
test_cc_argmin_negative_axis_keepdims_random |
0.00e+00 |
yes |
yes |
ArgMin |
test_cc_argmin_negative_axis_keepdims_random_select_last_index |
0.00e+00 |
yes |
yes |
ArgMin |
test_cc_argmin_no_keepdims_example |
0.00e+00 |
yes |
yes |
ArgMin |
test_cc_argmin_no_keepdims_example_select_last_index |
0.00e+00 |
yes |
yes |
ArgMin |
test_cc_argmin_no_keepdims_random |
0.00e+00 |
yes |
yes |
ArgMin |
test_cc_argmin_no_keepdims_random_select_last_index |
0.00e+00 |
yes |
yes |
Asin |
test_asin |
1.79e-07 |
yes |
yes |
Asin |
test_asin_example |
0.00e+00 |
yes |
yes |
Asin |
test_cc_asin |
5.96e-08 |
yes |
yes |
Asinh |
test_asinh |
0.00e+00 |
yes |
yes |
Asinh |
test_asinh_example |
0.00e+00 |
yes |
yes |
Asinh |
test_cc_asinh |
0.00e+00 |
yes |
yes |
Atan |
test_atan |
1.19e-07 |
yes |
yes |
Atan |
test_atan_example |
0.00e+00 |
yes |
yes |
Atan |
test_cc_atan |
1.19e-07 |
yes |
yes |
Atanh |
test_atanh |
0.00e+00 |
yes |
yes |
Atanh |
test_atanh_example |
0.00e+00 |
yes |
yes |
Atanh |
test_cc_atanh |
0.00e+00 |
yes |
yes |
Attention |
test_cc_attention_23_boolmask_fullymasked_row_nan_robustness |
6.67e-01 |
yes |
yes |
Attention |
test_cc_attention_23_fullymasked_qk_matmul_output_mode3_zero |
6.67e-01 |
yes |
yes |
Attention |
test_cc_attention_24_fullymasked_qk_matmul_output_mode3_zero |
6.67e-01 |
yes |
yes |
Attention |
test_cc_attention_24_qk_matmul_output_mode3_softmax_precision |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_3d |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_attn_mask |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_causal |
2.98e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_diff_heads_sizes |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_diff_heads_sizes_attn_mask |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_diff_heads_sizes_causal |
2.98e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_diff_heads_sizes_scaled |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_diff_heads_sizes_softcap |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_diff_heads_with_past_and_present |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_gqa |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_gqa_attn_mask |
1.19e-07 |
yes |
yes |
Attention |
test_cc_attention_3d_gqa_causal |
1.19e-07 |
yes |
yes |
Attention |
test_cc_attention_3d_gqa_scaled |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_gqa_softcap |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_gqa_with_past_and_present |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_scaled |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_softcap |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_transpose_verification |
0.00e+00 |
yes |
yes |
Attention |
test_cc_attention_3d_with_past_and_present |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_with_past_and_present_qk_matmul |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_with_past_and_present_qk_matmul_bias |
2.24e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_with_past_and_present_qk_matmul_softcap |
2.98e-08 |
yes |
yes |
Attention |
test_cc_attention_3d_with_past_and_present_qk_matmul_softmax |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_attn_mask |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_attn_mask_3d |
2.98e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_attn_mask_3d_causal |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_attn_mask_4d |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_attn_mask_4d_causal |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_attn_mask_bool |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_attn_mask_bool_4d |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_causal |
2.98e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_causal_nonpad_attn_mask_composition |
2.02e-01 |
yes |
yes |
Attention |
test_cc_attention_4d_causal_nonpad_batch_prefill |
2.02e-01 |
yes |
yes |
Attention |
test_cc_attention_4d_causal_nonpad_continued_prefill |
2.02e-01 |
yes |
yes |
Attention |
test_cc_attention_4d_causal_nonpad_kv_continued_prefill |
3.09e-01 |
yes |
yes |
Attention |
test_cc_attention_4d_causal_nonpad_negative_offset_structural_empty |
2.02e-01 |
yes |
yes |
Attention |
test_cc_attention_4d_causal_with_past_and_present |
1.49e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_diff_heads_mask4d_nonpad_kv |
2.98e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_diff_heads_mask4d_padded_kv |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_diff_heads_sizes |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_diff_heads_sizes_attn_mask |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_diff_heads_sizes_causal |
2.98e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_diff_heads_sizes_scaled |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_diff_heads_sizes_softcap |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_diff_heads_with_past_and_present |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_diff_heads_with_past_and_present_mask3d |
2.98e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_diff_heads_with_past_and_present_mask4d |
2.98e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_fp16 |
4.88e-04 |
yes |
yes |
Attention |
test_cc_attention_4d_gqa |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_gqa_attn_mask |
1.19e-07 |
yes |
yes |
Attention |
test_cc_attention_4d_gqa_causal |
1.19e-07 |
yes |
yes |
Attention |
test_cc_attention_4d_gqa_causal_nonpad_decode |
1.81e+00 |
yes |
yes |
Attention |
test_cc_attention_4d_gqa_causal_nonpad_decode_fp16 |
4.90e-01 |
yes |
yes |
Attention |
test_cc_attention_4d_gqa_scaled |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_gqa_softcap |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_gqa_with_past_and_present |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_gqa_with_past_and_present_fp16 |
4.88e-04 |
yes |
yes |
Attention |
test_cc_attention_4d_scaled |
2.38e-07 |
yes |
yes |
Attention |
test_cc_attention_4d_softcap |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_softcap_neginf_mask |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_softcap_neginf_mask_poison |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_with_past_and_present |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_with_past_and_present_qk_matmul |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_with_past_and_present_qk_matmul_bias |
2.24e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_with_past_and_present_qk_matmul_bias_3d_mask |
2.24e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_with_past_and_present_qk_matmul_bias_3d_mask_causal |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_with_past_and_present_qk_matmul_bias_4d_mask |
1.49e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_with_past_and_present_qk_matmul_bias_4d_mask_causal |
0.00e+00 |
yes |
yes |
Attention |
test_cc_attention_4d_with_qk_matmul |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_with_qk_matmul_bias |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_with_qk_matmul_softcap |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_4d_with_qk_matmul_softmax |
5.96e-08 |
yes |
yes |
Attention |
test_cc_attention_causal_boolmask_nan_robustness |
6.67e-01 |
yes |
yes |
AveragePool |
test_cc_averagepool_1d_default |
0.00e+00 |
yes |
yes |
AveragePool |
test_cc_averagepool_2d_ceil |
0.00e+00 |
yes |
yes |
AveragePool |
test_cc_averagepool_2d_ceil_last_window_starts_on_pad |
0.00e+00 |
yes |
yes |
AveragePool |
test_cc_averagepool_2d_default |
0.00e+00 |
yes |
yes |
AveragePool |
test_cc_averagepool_2d_dilations |
0.00e+00 |
yes |
yes |
AveragePool |
test_cc_averagepool_2d_pads |
0.00e+00 |
yes |
yes |
AveragePool |
test_cc_averagepool_2d_pads_count_include_pad |
0.00e+00 |
yes |
yes |
AveragePool |
test_cc_averagepool_2d_precomputed_pads |
0.00e+00 |
yes |
yes |
AveragePool |
test_cc_averagepool_2d_precomputed_pads_count_include_pad |
0.00e+00 |
yes |
yes |
AveragePool |
test_cc_averagepool_2d_precomputed_same_upper |
0.00e+00 |
yes |
yes |
AveragePool |
test_cc_averagepool_2d_precomputed_strides |
0.00e+00 |
yes |
yes |
AveragePool |
test_cc_averagepool_2d_same_lower |
0.00e+00 |
yes |
yes |
AveragePool |
test_cc_averagepool_2d_same_upper |
0.00e+00 |
yes |
yes |
AveragePool |
test_cc_averagepool_2d_strides |
0.00e+00 |
yes |
yes |
AveragePool |
test_cc_averagepool_3d_default |
0.00e+00 |
yes |
yes |
AveragePool |
test_cc_averagepool_3d_dilations_large_count_include_pad_is_0_ceil_mode_is_False |
1.04e-07 |
yes |
yes |
AveragePool |
test_cc_averagepool_3d_dilations_large_count_include_pad_is_0_ceil_mode_is_True |
7.45e-08 |
yes |
yes |
AveragePool |
test_cc_averagepool_3d_dilations_large_count_include_pad_is_1_ceil_mode_is_False |
1.04e-07 |
yes |
yes |
AveragePool |
test_cc_averagepool_3d_dilations_large_count_include_pad_is_1_ceil_mode_is_True |
7.45e-08 |
yes |
yes |
AveragePool |
test_cc_averagepool_3d_dilations_small |
0.00e+00 |
yes |
yes |
BatchNormalization |
test_cc_batchnorm_epsilon |
0.00e+00 |
yes |
yes |
BatchNormalization |
test_cc_batchnorm_epsilon_training_mode |
2.38e-07 |
yes |
yes |
BatchNormalization |
test_cc_batchnorm_example |
0.00e+00 |
yes |
yes |
BatchNormalization |
test_cc_batchnorm_example_training_mode |
0.00e+00 |
yes |
yes |
Bernoulli |
test_cc_bernoulli |
n/a |
yes |
yes |
Bernoulli |
test_cc_bernoulli_double |
n/a |
yes |
yes |
Bernoulli |
test_cc_bernoulli_seed |
n/a |
yes |
yes |
BitCast |
test_bitcast_2d_float32_to_int32 |
0.00e+00 |
yes |
yes |
BitCast |
test_bitcast_bool_to_uint8 |
n/a |
yes |
yes |
BitCast |
test_bitcast_float32_to_int32 |
0.00e+00 |
yes |
yes |
BitCast |
test_bitcast_float64_to_int64 |
0.00e+00 |
yes |
yes |
BitCast |
test_bitcast_int32_to_float32 |
0.00e+00 |
yes |
yes |
BitCast |
test_bitcast_int64_to_float64 |
0.00e+00 |
yes |
yes |
BitCast |
test_bitcast_int8_to_uint8 |
0.00e+00 |
yes |
yes |
BitCast |
test_bitcast_scalar_float32_to_int32 |
0.00e+00 |
yes |
yes |
BitCast |
test_bitcast_uint32_to_int32 |
0.00e+00 |
yes |
yes |
BitCast |
test_cc_bitcast_double_to_int64 |
0.00e+00 |
yes |
yes |
BitCast |
test_cc_bitcast_float_to_int32 |
0.00e+00 |
yes |
yes |
BitCast |
test_cc_bitcast_int32_to_float |
0.00e+00 |
yes |
yes |
BitCast |
test_cc_bitcast_uint16_to_int16 |
0.00e+00 |
yes |
yes |
BitCast |
test_cc_bitcast_uint8_to_int8 |
0.00e+00 |
yes |
yes |
BitShift |
test_bitshift_left_uint16 |
n/a |
yes |
yes |
BitShift |
test_bitshift_left_uint32 |
0.00e+00 |
yes |
yes |
BitShift |
test_bitshift_left_uint64 |
0.00e+00 |
yes |
yes |
BitShift |
test_bitshift_left_uint8 |
0.00e+00 |
yes |
yes |
BitShift |
test_bitshift_right_uint16 |
n/a |
yes |
yes |
BitShift |
test_bitshift_right_uint32 |
0.00e+00 |
yes |
yes |
BitShift |
test_bitshift_right_uint64 |
0.00e+00 |
yes |
yes |
BitShift |
test_bitshift_right_uint8 |
0.00e+00 |
yes |
yes |
BitShift |
test_cc_bitshift_left_u8 |
0.00e+00 |
yes |
yes |
BitShift |
test_cc_bitshift_right_u8 |
0.00e+00 |
yes |
yes |
BitwiseAnd |
test_bitwise_and_i16_3d |
0.00e+00 |
yes |
yes |
BitwiseAnd |
test_bitwise_and_i32_2d |
0.00e+00 |
yes |
yes |
BitwiseAnd |
test_bitwise_and_ui64_bcast_3v1d |
0.00e+00 |
yes |
yes |
BitwiseAnd |
test_bitwise_and_ui8_bcast_4v3d |
0.00e+00 |
yes |
yes |
BitwiseAnd |
test_cc_bitwise_and |
0.00e+00 |
yes |
yes |
BitwiseAnd |
test_cc_bitwise_and_i64_2d |
0.00e+00 |
yes |
yes |
BitwiseAnd |
test_cc_bitwise_and_i8_2d |
0.00e+00 |
yes |
yes |
BitwiseAnd |
test_cc_bitwise_and_ui32_2d |
0.00e+00 |
yes |
yes |
BitwiseNot |
test_bitwise_not_2d |
0.00e+00 |
yes |
yes |
BitwiseNot |
test_bitwise_not_3d |
0.00e+00 |
yes |
yes |
BitwiseNot |
test_bitwise_not_4d |
0.00e+00 |
yes |
yes |
BitwiseNot |
test_cc_bitwise_not |
0.00e+00 |
yes |
yes |
BitwiseOr |
test_bitwise_or_i16_4d |
0.00e+00 |
yes |
yes |
BitwiseOr |
test_bitwise_or_i32_2d |
0.00e+00 |
yes |
yes |
BitwiseOr |
test_bitwise_or_ui64_bcast_3v1d |
0.00e+00 |
yes |
yes |
BitwiseOr |
test_bitwise_or_ui8_bcast_4v3d |
0.00e+00 |
yes |
yes |
BitwiseOr |
test_cc_bitwise_or |
0.00e+00 |
yes |
yes |
BitwiseOr |
test_cc_bitwise_or_i64_2d |
0.00e+00 |
yes |
yes |
BitwiseOr |
test_cc_bitwise_or_i8_2d |
0.00e+00 |
yes |
yes |
BitwiseOr |
test_cc_bitwise_or_ui32_2d |
0.00e+00 |
yes |
yes |
BitwiseXor |
test_bitwise_xor_i16_3d |
0.00e+00 |
yes |
yes |
BitwiseXor |
test_bitwise_xor_i32_2d |
0.00e+00 |
yes |
yes |
BitwiseXor |
test_bitwise_xor_ui64_bcast_3v1d |
0.00e+00 |
yes |
yes |
BitwiseXor |
test_bitwise_xor_ui8_bcast_4v3d |
0.00e+00 |
yes |
yes |
BitwiseXor |
test_cc_bitwise_xor |
0.00e+00 |
yes |
yes |
BitwiseXor |
test_cc_bitwise_xor_i64_2d |
0.00e+00 |
yes |
yes |
BitwiseXor |
test_cc_bitwise_xor_i8_2d |
0.00e+00 |
yes |
yes |
BitwiseXor |
test_cc_bitwise_xor_ui32_2d |
0.00e+00 |
yes |
yes |
BlackmanWindow |
test_cc_blackmanwindow |
1.49e-08 |
no |
no |
BlackmanWindow |
test_cc_blackmanwindow_symmetric |
2.98e-08 |
no |
no |
Cast |
test_cast_no_saturate_FLOAT16_to_FLOAT8E4M3FN |
0.00e+00 |
yes |
yes |
Cast |
test_cast_no_saturate_FLOAT16_to_FLOAT8E4M3FNUZ |
n/a |
yes |
yes |
Cast |
test_cast_no_saturate_FLOAT16_to_FLOAT8E5M2 |
n/a |
yes |
yes |
Cast |
test_cast_no_saturate_FLOAT16_to_FLOAT8E5M2FNUZ |
n/a |
yes |
yes |
Cast |
test_cast_no_saturate_FLOAT_to_FLOAT8E4M3FN |
0.00e+00 |
yes |
yes |
Cast |
test_cast_no_saturate_FLOAT_to_FLOAT8E4M3FNUZ |
n/a |
yes |
yes |
Cast |
test_cast_no_saturate_FLOAT_to_FLOAT8E5M2 |
n/a |
yes |
yes |
Cast |
test_cast_no_saturate_FLOAT_to_FLOAT8E5M2FNUZ |
n/a |
yes |
yes |
Cast |
test_cc_cast_BFLOAT16_to_BOOL |
n/a |
yes |
yes |
Cast |
test_cc_cast_BFLOAT16_to_DOUBLE |
n/a |
yes |
yes |
Cast |
test_cc_cast_BFLOAT16_to_FLOAT |
n/a |
yes |
yes |
Cast |
test_cc_cast_BFLOAT16_to_FLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_BFLOAT16_to_INT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_BFLOAT16_to_INT32 |
n/a |
yes |
yes |
Cast |
test_cc_cast_BFLOAT16_to_INT64 |
n/a |
yes |
yes |
Cast |
test_cc_cast_BFLOAT16_to_INT8 |
n/a |
yes |
yes |
Cast |
test_cc_cast_BFLOAT16_to_STRING |
n/a |
yes |
yes |
Cast |
test_cc_cast_BFLOAT16_to_UINT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_BFLOAT16_to_UINT8 |
n/a |
yes |
yes |
Cast |
test_cc_cast_BOOL_to_BFLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_BOOL_to_DOUBLE |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_BOOL_to_FLOAT |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_BOOL_to_FLOAT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_BOOL_to_INT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_BOOL_to_INT32 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_BOOL_to_INT64 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_BOOL_to_INT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_BOOL_to_STRING |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_BOOL_to_UINT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_BOOL_to_UINT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_DOUBLE_to_BFLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_DOUBLE_to_BOOL |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_DOUBLE_to_FLOAT |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_DOUBLE_to_FLOAT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_DOUBLE_to_INT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_DOUBLE_to_INT32 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_DOUBLE_to_INT64 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_DOUBLE_to_INT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_DOUBLE_to_STRING |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_DOUBLE_to_UINT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_DOUBLE_to_UINT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_BFLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_BOOL |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_DOUBLE |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_FLOAT |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_FLOAT4E2M1 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_FLOAT8E4M3FN |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_FLOAT8E4M3FNUZ |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_FLOAT8E5M2 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_FLOAT8E5M2FNUZ |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_INT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_INT2 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_INT32 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_INT4 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_INT64 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_INT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_STRING |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_UINT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_UINT2 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_UINT4 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT16_to_UINT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT4E2M1_to_FLOAT |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT4E2M1_to_FLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT8E4M3FNUZ_to_FLOAT |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT8E4M3FNUZ_to_FLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT8E4M3FN_to_FLOAT |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT8E4M3FN_to_FLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT8E5M2FNUZ_to_FLOAT |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT8E5M2FNUZ_to_FLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT8E5M2_to_FLOAT |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT8E5M2_to_FLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_BFLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_BOOL |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_DOUBLE |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_FLOAT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_FLOAT4E2M1 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_FLOAT8E4M3FN |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_FLOAT8E4M3FNUZ |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_FLOAT8E5M2 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_FLOAT8E5M2FNUZ |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_INT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_INT2 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_INT32 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_INT4 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_INT64 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_INT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_STRING |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_UINT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_UINT2 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_UINT4 |
n/a |
yes |
yes |
Cast |
test_cc_cast_FLOAT_to_UINT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT16_to_BFLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_INT16_to_BOOL |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT16_to_DOUBLE |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT16_to_FLOAT |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT16_to_FLOAT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT16_to_INT32 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT16_to_INT64 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT16_to_INT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT16_to_STRING |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT16_to_UINT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT16_to_UINT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT2_to_FLOAT |
n/a |
yes |
yes |
Cast |
test_cc_cast_INT2_to_FLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_INT2_to_INT8 |
n/a |
yes |
yes |
Cast |
test_cc_cast_INT32_to_BFLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_INT32_to_BOOL |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT32_to_DOUBLE |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT32_to_FLOAT |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT32_to_FLOAT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT32_to_INT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT32_to_INT64 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT32_to_INT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT32_to_STRING |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT32_to_UINT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT32_to_UINT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT4_to_FLOAT |
n/a |
yes |
yes |
Cast |
test_cc_cast_INT4_to_FLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_INT4_to_INT8 |
n/a |
yes |
yes |
Cast |
test_cc_cast_INT64_to_BFLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_INT64_to_BOOL |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT64_to_DOUBLE |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT64_to_FLOAT |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT64_to_FLOAT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT64_to_INT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT64_to_INT32 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT64_to_INT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT64_to_STRING |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT64_to_UINT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT64_to_UINT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT8_to_BFLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_INT8_to_BOOL |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT8_to_DOUBLE |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT8_to_FLOAT |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT8_to_FLOAT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT8_to_INT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT8_to_INT32 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT8_to_INT64 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT8_to_STRING |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT8_to_UINT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_INT8_to_UINT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_STRING_to_BFLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_STRING_to_BOOL |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_STRING_to_DOUBLE |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_STRING_to_FLOAT |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_STRING_to_FLOAT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_STRING_to_INT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_STRING_to_INT32 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_STRING_to_INT64 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_STRING_to_INT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_STRING_to_UINT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_STRING_to_UINT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT16_to_BFLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_UINT16_to_BOOL |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT16_to_DOUBLE |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT16_to_FLOAT |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT16_to_FLOAT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT16_to_INT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT16_to_INT32 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT16_to_INT64 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT16_to_INT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT16_to_STRING |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT16_to_UINT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT2_to_FLOAT |
n/a |
yes |
yes |
Cast |
test_cc_cast_UINT2_to_FLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_UINT2_to_UINT8 |
n/a |
yes |
yes |
Cast |
test_cc_cast_UINT4_to_FLOAT |
n/a |
yes |
yes |
Cast |
test_cc_cast_UINT4_to_FLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_UINT4_to_UINT8 |
n/a |
yes |
yes |
Cast |
test_cc_cast_UINT8_to_BFLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_UINT8_to_BOOL |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT8_to_DOUBLE |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT8_to_FLOAT |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT8_to_FLOAT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT8_to_INT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT8_to_INT32 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT8_to_INT64 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT8_to_INT8 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT8_to_STRING |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_UINT8_to_UINT16 |
0.00e+00 |
yes |
yes |
Cast |
test_cc_cast_e8m0_FLOAT16_to_FLOAT8E8M0 |
n/a |
yes |
yes |
Cast |
test_cc_cast_e8m0_FLOAT8E8M0_to_FLOAT |
n/a |
yes |
yes |
Cast |
test_cc_cast_e8m0_FLOAT8E8M0_to_FLOAT16 |
n/a |
yes |
yes |
Cast |
test_cc_cast_e8m0_FLOAT_to_FLOAT8E8M0 |
n/a |
yes |
yes |
CastLike |
test_castlike_no_saturate_FLOAT16_to_FLOAT8E4M3FN |
n/a |
yes |
yes |
CastLike |
test_castlike_no_saturate_FLOAT16_to_FLOAT8E4M3FNUZ |
n/a |
yes |
yes |
CastLike |
test_castlike_no_saturate_FLOAT16_to_FLOAT8E5M2 |
n/a |
yes |
yes |
CastLike |
test_castlike_no_saturate_FLOAT16_to_FLOAT8E5M2FNUZ |
n/a |
yes |
yes |
CastLike |
test_castlike_no_saturate_FLOAT_to_FLOAT8E4M3FN |
n/a |
yes |
yes |
CastLike |
test_castlike_no_saturate_FLOAT_to_FLOAT8E4M3FNUZ |
n/a |
yes |
yes |
CastLike |
test_castlike_no_saturate_FLOAT_to_FLOAT8E5M2 |
n/a |
yes |
yes |
CastLike |
test_castlike_no_saturate_FLOAT_to_FLOAT8E5M2FNUZ |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_BFLOAT16_to_BOOL |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_BFLOAT16_to_DOUBLE |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_BFLOAT16_to_FLOAT |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_BFLOAT16_to_FLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_BFLOAT16_to_INT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_BFLOAT16_to_INT32 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_BFLOAT16_to_INT64 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_BFLOAT16_to_INT8 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_BFLOAT16_to_STRING |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_BFLOAT16_to_UINT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_BFLOAT16_to_UINT8 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_BOOL_to_BFLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_BOOL_to_DOUBLE |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_BOOL_to_FLOAT |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_BOOL_to_FLOAT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_BOOL_to_INT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_BOOL_to_INT32 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_BOOL_to_INT64 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_BOOL_to_INT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_BOOL_to_STRING |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_BOOL_to_UINT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_BOOL_to_UINT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_DOUBLE_to_BFLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_DOUBLE_to_BOOL |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_DOUBLE_to_FLOAT |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_DOUBLE_to_FLOAT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_DOUBLE_to_INT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_DOUBLE_to_INT32 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_DOUBLE_to_INT64 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_DOUBLE_to_INT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_DOUBLE_to_STRING |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_DOUBLE_to_UINT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_DOUBLE_to_UINT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_BFLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_BOOL |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_DOUBLE |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_FLOAT |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_FLOAT4E2M1 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_FLOAT8E4M3FN |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_FLOAT8E4M3FNUZ |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_FLOAT8E5M2 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_FLOAT8E5M2FNUZ |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_FLOAT8E8M0 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_INT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_INT2 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_INT32 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_INT4 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_INT64 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_INT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_STRING |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_UINT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_UINT2 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_UINT4 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT16_to_UINT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT4E2M1_to_FLOAT |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT4E2M1_to_FLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT8E4M3FNUZ_to_FLOAT |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT8E4M3FNUZ_to_FLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT8E4M3FN_to_FLOAT |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT8E4M3FN_to_FLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT8E5M2FNUZ_to_FLOAT |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT8E5M2FNUZ_to_FLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT8E5M2_to_FLOAT |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT8E5M2_to_FLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT8E8M0_to_FLOAT |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT8E8M0_to_FLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_BFLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_BOOL |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_DOUBLE |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_FLOAT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_FLOAT4E2M1 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_FLOAT8E4M3FN |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_FLOAT8E4M3FNUZ |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_FLOAT8E5M2 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_FLOAT8E5M2FNUZ |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_FLOAT8E8M0 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_INT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_INT2 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_INT32 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_INT4 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_INT64 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_INT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_STRING |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_UINT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_UINT2 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_UINT4 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_FLOAT_to_UINT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT16_to_BFLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_INT16_to_BOOL |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT16_to_DOUBLE |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT16_to_FLOAT |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT16_to_FLOAT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT16_to_INT32 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT16_to_INT64 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT16_to_INT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT16_to_STRING |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT16_to_UINT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT16_to_UINT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT2_to_FLOAT |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_INT2_to_FLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_INT2_to_INT8 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_INT32_to_BFLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_INT32_to_BOOL |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT32_to_DOUBLE |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT32_to_FLOAT |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT32_to_FLOAT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT32_to_INT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT32_to_INT64 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT32_to_INT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT32_to_STRING |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT32_to_UINT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT32_to_UINT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT4_to_FLOAT |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_INT4_to_FLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_INT4_to_INT8 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_INT64_to_BFLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_INT64_to_BOOL |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT64_to_DOUBLE |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT64_to_FLOAT |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT64_to_FLOAT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT64_to_INT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT64_to_INT32 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT64_to_INT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT64_to_STRING |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT64_to_UINT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT64_to_UINT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT8_to_BFLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_INT8_to_BOOL |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT8_to_DOUBLE |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT8_to_FLOAT |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT8_to_FLOAT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT8_to_INT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT8_to_INT32 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT8_to_INT64 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT8_to_STRING |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT8_to_UINT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_INT8_to_UINT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_STRING_to_BFLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_STRING_to_BOOL |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_STRING_to_DOUBLE |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_STRING_to_FLOAT |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_STRING_to_FLOAT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_STRING_to_INT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_STRING_to_INT32 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_STRING_to_INT64 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_STRING_to_INT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_STRING_to_UINT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_STRING_to_UINT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT16_to_BFLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_UINT16_to_BOOL |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT16_to_DOUBLE |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT16_to_FLOAT |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT16_to_FLOAT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT16_to_INT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT16_to_INT32 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT16_to_INT64 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT16_to_INT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT16_to_STRING |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT16_to_UINT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT2_to_FLOAT |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_UINT2_to_FLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_UINT2_to_UINT8 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_UINT4_to_FLOAT |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_UINT4_to_FLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_UINT4_to_UINT8 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_UINT8_to_BFLOAT16 |
n/a |
yes |
yes |
CastLike |
test_cc_castlike_UINT8_to_BOOL |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT8_to_DOUBLE |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT8_to_FLOAT |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT8_to_FLOAT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT8_to_INT16 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT8_to_INT32 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT8_to_INT64 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT8_to_INT8 |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT8_to_STRING |
0.00e+00 |
yes |
yes |
CastLike |
test_cc_castlike_UINT8_to_UINT16 |
0.00e+00 |
yes |
yes |
CausalConvWithState |
test_cc_causal_conv_with_state_b1_c1_degenerate |
n/a |
yes |
yes |
CausalConvWithState |
test_cc_causal_conv_with_state_basic |
n/a |
yes |
yes |
CausalConvWithState |
test_cc_causal_conv_with_state_decode_step |
n/a |
yes |
yes |
CausalConvWithState |
test_cc_causal_conv_with_state_fp16 |
n/a |
yes |
yes |
CausalConvWithState |
test_cc_causal_conv_with_state_kernel_size_one |
n/a |
yes |
yes |
CausalConvWithState |
test_cc_causal_conv_with_state_short_input_no_past_state |
n/a |
yes |
yes |
CausalConvWithState |
test_cc_causal_conv_with_state_silu |
n/a |
yes |
yes |
CausalConvWithState |
test_cc_causal_conv_with_state_silu_fp16 |
n/a |
yes |
yes |
CausalConvWithState |
test_cc_causal_conv_with_state_silu_with_past_state |
n/a |
yes |
yes |
CausalConvWithState |
test_cc_causal_conv_with_state_swish_alias |
n/a |
yes |
yes |
CausalConvWithState |
test_cc_causal_conv_with_state_with_bias |
n/a |
yes |
yes |
CausalConvWithState |
test_cc_causal_conv_with_state_with_bias_and_past_state |
n/a |
yes |
yes |
CausalConvWithState |
test_cc_causal_conv_with_state_with_past_state |
n/a |
yes |
yes |
Ceil |
test_cc_ceil |
0.00e+00 |
yes |
yes |
Ceil |
test_cc_ceil_bfloat16 |
n/a |
yes |
yes |
Ceil |
test_cc_ceil_float16 |
0.00e+00 |
yes |
yes |
Ceil |
test_ceil |
0.00e+00 |
yes |
yes |
Ceil |
test_ceil_example |
0.00e+00 |
yes |
yes |
Celu |
test_cc_celu |
0.00e+00 |
yes |
yes |
Celu |
test_cc_celu_bfloat16 |
n/a |
yes |
yes |
Celu |
test_cc_celu_default |
0.00e+00 |
yes |
yes |
Celu |
test_cc_celu_float16 |
n/a |
yes |
yes |
CenterCropPad |
test_cc_center_crop_pad_crop |
0.00e+00 |
no |
no |
CenterCropPad |
test_cc_center_crop_pad_crop_and_pad |
0.00e+00 |
no |
no |
CenterCropPad |
test_cc_center_crop_pad_crop_axes_chw |
0.00e+00 |
no |
no |
CenterCropPad |
test_cc_center_crop_pad_crop_axes_hwc |
0.00e+00 |
no |
no |
CenterCropPad |
test_cc_center_crop_pad_crop_negative_axes_hwc |
0.00e+00 |
no |
no |
CenterCropPad |
test_cc_center_crop_pad_pad |
0.00e+00 |
no |
no |
Clip |
test_cc_clip |
0.00e+00 |
yes |
yes |
Clip |
test_clip |
0.00e+00 |
yes |
yes |
Clip |
test_clip_default_inbounds |
0.00e+00 |
yes |
yes |
Clip |
test_clip_default_int8_inbounds |
0.00e+00 |
yes |
yes |
Clip |
test_clip_default_int8_max |
0.00e+00 |
yes |
yes |
Clip |
test_clip_default_int8_min |
0.00e+00 |
yes |
yes |
Clip |
test_clip_default_max |
0.00e+00 |
yes |
yes |
Clip |
test_clip_default_min |
0.00e+00 |
yes |
yes |
Clip |
test_clip_example |
0.00e+00 |
yes |
yes |
Clip |
test_clip_inbounds |
0.00e+00 |
yes |
yes |
Clip |
test_clip_min_greater_than_max |
0.00e+00 |
yes |
yes |
Clip |
test_clip_outbounds |
0.00e+00 |
yes |
yes |
Clip |
test_clip_splitbounds |
0.00e+00 |
yes |
yes |
Col2Im |
test_cc_col2im |
0.00e+00 |
yes |
yes |
Col2Im |
test_cc_col2im_5d |
0.00e+00 |
yes |
yes |
Col2Im |
test_cc_col2im_dilations |
0.00e+00 |
yes |
yes |
Col2Im |
test_cc_col2im_pads |
0.00e+00 |
yes |
yes |
Col2Im |
test_cc_col2im_strides |
0.00e+00 |
yes |
yes |
Compress |
test_cc_compress_0 |
0.00e+00 |
yes |
yes |
Compress |
test_cc_compress_1 |
0.00e+00 |
yes |
yes |
Compress |
test_cc_compress_axis0 |
0.00e+00 |
yes |
yes |
Compress |
test_cc_compress_axis1 |
0.00e+00 |
yes |
yes |
Compress |
test_cc_compress_default_axis |
0.00e+00 |
yes |
yes |
Compress |
test_cc_compress_int64 |
0.00e+00 |
yes |
yes |
Compress |
test_cc_compress_negative_axis |
0.00e+00 |
yes |
yes |
Compress |
test_cc_compress_no_axis |
0.00e+00 |
yes |
yes |
Compress |
test_cc_compress_short_condition |
0.00e+00 |
yes |
yes |
Concat |
test_cc_concat_1d_axis_0 |
0.00e+00 |
yes |
yes |
Concat |
test_cc_concat_1d_axis_negative_1 |
0.00e+00 |
yes |
yes |
Concat |
test_cc_concat_2d_axis_0 |
0.00e+00 |
yes |
yes |
Concat |
test_cc_concat_2d_axis_1 |
0.00e+00 |
yes |
yes |
Concat |
test_cc_concat_2d_axis_negative_1 |
0.00e+00 |
yes |
yes |
Concat |
test_cc_concat_2d_axis_negative_2 |
0.00e+00 |
yes |
yes |
Concat |
test_cc_concat_3d_axis_0 |
0.00e+00 |
yes |
yes |
Concat |
test_cc_concat_3d_axis_1 |
0.00e+00 |
yes |
yes |
Concat |
test_cc_concat_3d_axis_2 |
0.00e+00 |
yes |
yes |
Concat |
test_cc_concat_3d_axis_negative_1 |
0.00e+00 |
yes |
yes |
Concat |
test_cc_concat_3d_axis_negative_2 |
0.00e+00 |
yes |
yes |
Concat |
test_cc_concat_3d_axis_negative_3 |
0.00e+00 |
yes |
yes |
Constant |
test_cc_constant |
0.00e+00 |
yes |
yes |
Constant |
test_cc_constant_value_float |
0.00e+00 |
yes |
yes |
Constant |
test_cc_constant_value_floats |
0.00e+00 |
yes |
yes |
Constant |
test_cc_constant_value_int |
0.00e+00 |
yes |
yes |
Constant |
test_cc_constant_value_ints |
0.00e+00 |
yes |
yes |
Constant |
test_cc_constant_value_string |
0.00e+00 |
yes |
yes |
Constant |
test_cc_constant_value_strings |
0.00e+00 |
yes |
yes |
Constant |
test_constant |
0.00e+00 |
yes |
yes |
ConstantOfShape |
test_cc_constantofshape_int64_fortytwo |
0.00e+00 |
yes |
yes |
ConstantOfShape |
test_constantofshape_float_ones |
0.00e+00 |
yes |
yes |
ConstantOfShape |
test_constantofshape_int_shape_zero |
0.00e+00 |
yes |
yes |
ConstantOfShape |
test_constantofshape_int_zeros |
0.00e+00 |
yes |
yes |
Conv |
test_cc_basic_conv_with_padding |
0.00e+00 |
yes |
yes |
Conv |
test_cc_basic_conv_without_padding |
0.00e+00 |
yes |
yes |
Conv |
test_cc_conv_fp16 |
0.00e+00 |
yes |
yes |
Conv |
test_cc_conv_with_autopad_same |
0.00e+00 |
yes |
yes |
Conv |
test_cc_conv_with_strides_and_asymmetric_padding |
0.00e+00 |
yes |
yes |
Conv |
test_cc_conv_with_strides_no_padding |
0.00e+00 |
yes |
yes |
Conv |
test_cc_conv_with_strides_padding |
0.00e+00 |
yes |
yes |
ConvInteger |
test_cc_basic_convinteger |
0.00e+00 |
yes |
yes |
ConvInteger |
test_cc_convinteger_with_padding |
0.00e+00 |
yes |
yes |
ConvInteger |
test_cc_convinteger_without_padding |
0.00e+00 |
yes |
yes |
ConvTranspose |
test_cc_convtranspose |
0.00e+00 |
yes |
yes |
ConvTranspose |
test_cc_convtranspose_1d |
0.00e+00 |
yes |
yes |
ConvTranspose |
test_cc_convtranspose_3d |
0.00e+00 |
yes |
yes |
ConvTranspose |
test_cc_convtranspose_autopad_same |
0.00e+00 |
yes |
yes |
ConvTranspose |
test_cc_convtranspose_dilations |
0.00e+00 |
yes |
yes |
ConvTranspose |
test_cc_convtranspose_group_2 |
0.00e+00 |
yes |
yes |
ConvTranspose |
test_cc_convtranspose_group_2_image_3 |
0.00e+00 |
yes |
yes |
ConvTranspose |
test_cc_convtranspose_kernel_shape |
0.00e+00 |
yes |
yes |
ConvTranspose |
test_cc_convtranspose_output_shape |
0.00e+00 |
yes |
yes |
ConvTranspose |
test_cc_convtranspose_pads |
0.00e+00 |
yes |
yes |
ConvTranspose |
test_cc_convtranspose_with_kernel |
0.00e+00 |
yes |
yes |
Cos |
test_cc_cos |
0.00e+00 |
yes |
yes |
Cos |
test_cos |
5.96e-08 |
yes |
yes |
Cos |
test_cos_example |
0.00e+00 |
yes |
yes |
Cosh |
test_cc_cosh |
0.00e+00 |
yes |
yes |
Cosh |
test_cosh |
0.00e+00 |
yes |
yes |
Cosh |
test_cosh_example |
0.00e+00 |
yes |
yes |
CumProd |
test_cumprod_1d |
0.00e+00 |
yes |
yes |
CumProd |
test_cumprod_1d_exclusive |
0.00e+00 |
yes |
yes |
CumProd |
test_cumprod_1d_int32_exclusive |
0.00e+00 |
yes |
yes |
CumProd |
test_cumprod_1d_reverse |
0.00e+00 |
yes |
yes |
CumProd |
test_cumprod_1d_reverse_exclusive |
0.00e+00 |
yes |
yes |
CumProd |
test_cumprod_2d_axis_0 |
0.00e+00 |
yes |
yes |
CumProd |
test_cumprod_2d_axis_1 |
0.00e+00 |
yes |
yes |
CumProd |
test_cumprod_2d_int32 |
0.00e+00 |
yes |
yes |
CumProd |
test_cumprod_2d_negative_axis |
0.00e+00 |
yes |
yes |
CumSum |
test_cumsum_1d |
0.00e+00 |
yes |
yes |
CumSum |
test_cumsum_1d_exclusive |
0.00e+00 |
yes |
yes |
CumSum |
test_cumsum_1d_int32_exclusive |
0.00e+00 |
yes |
yes |
CumSum |
test_cumsum_1d_reverse |
0.00e+00 |
yes |
yes |
CumSum |
test_cumsum_1d_reverse_exclusive |
0.00e+00 |
yes |
yes |
CumSum |
test_cumsum_2d_axis_0 |
0.00e+00 |
yes |
yes |
CumSum |
test_cumsum_2d_axis_1 |
0.00e+00 |
yes |
yes |
CumSum |
test_cumsum_2d_int32 |
0.00e+00 |
yes |
yes |
CumSum |
test_cumsum_2d_negative_axis |
0.00e+00 |
yes |
yes |
DFT |
test_cc_dft |
5.25e-07 |
yes |
yes |
DFT |
test_cc_dft_axis |
2.92e-04 |
yes |
yes |
DFT |
test_cc_dft_axis_opset19 |
2.92e-04 |
yes |
yes |
DFT |
test_cc_dft_inverse |
1.31e-07 |
yes |
yes |
DFT |
test_cc_dft_inverse_opset17 |
1.31e-07 |
yes |
yes |
DFT |
test_cc_dft_inverse_opset19 |
1.86e-05 |
yes |
yes |
DFT |
test_cc_dft_irfft |
5.34e-05 |
yes |
yes |
DFT |
test_cc_dft_irfft_opset19 |
5.34e-05 |
yes |
yes |
DFT |
test_cc_dft_irfft_roundtrip |
0.00e+00 |
yes |
yes |
DFT |
test_cc_dft_irfft_roundtrip_opset19 |
0.00e+00 |
yes |
yes |
DFT |
test_cc_dft_opset17 |
5.25e-07 |
yes |
yes |
DFT |
test_cc_dft_opset19 |
3.43e-04 |
yes |
yes |
DFT |
test_cc_dft_rfft |
5.25e-07 |
yes |
yes |
DFT |
test_cc_dft_rfft_opset19 |
2.14e-04 |
yes |
yes |
DeformConv |
test_cc_basic_deform_conv_with_padding |
0.00e+00 |
yes |
yes |
DeformConv |
test_cc_basic_deform_conv_without_padding |
0.00e+00 |
yes |
yes |
DeformConv |
test_cc_deform_conv_with_mask_bias |
0.00e+00 |
yes |
yes |
DeformConv |
test_cc_deform_conv_with_multiple_offset_groups |
0.00e+00 |
yes |
yes |
DepthToSpace |
test_cc_depthtospace_crd |
0.00e+00 |
yes |
yes |
DepthToSpace |
test_cc_depthtospace_crd_mode_example |
0.00e+00 |
yes |
yes |
DepthToSpace |
test_cc_depthtospace_dcr |
0.00e+00 |
yes |
yes |
DepthToSpace |
test_cc_depthtospace_default_mode |
0.00e+00 |
yes |
yes |
DepthToSpace |
test_cc_depthtospace_example |
0.00e+00 |
yes |
yes |
DequantizeLinear |
test_cc_dequantizelinear |
0.00e+00 |
yes |
yes |
DequantizeLinear |
test_cc_dequantizelinear_axis_no_zero_point |
0.00e+00 |
yes |
yes |
DequantizeLinear |
test_cc_dequantizelinear_int8 |
0.00e+00 |
yes |
yes |
DequantizeLinear |
test_dequantizelinear |
0.00e+00 |
yes |
yes |
DequantizeLinear |
test_dequantizelinear_axis |
0.00e+00 |
yes |
yes |
DequantizeLinear |
test_dequantizelinear_blocked |
0.00e+00 |
yes |
yes |
DequantizeLinear |
test_dequantizelinear_e4m3fn |
n/a |
yes |
yes |
DequantizeLinear |
test_dequantizelinear_e4m3fn_float16 |
n/a |
yes |
yes |
DequantizeLinear |
test_dequantizelinear_e4m3fn_zero_point |
n/a |
yes |
yes |
DequantizeLinear |
test_dequantizelinear_e5m2 |
n/a |
yes |
yes |
DequantizeLinear |
test_dequantizelinear_float4e2m1 |
n/a |
yes |
yes |
DequantizeLinear |
test_dequantizelinear_int16 |
0.00e+00 |
yes |
yes |
DequantizeLinear |
test_dequantizelinear_int2 |
n/a |
yes |
yes |
DequantizeLinear |
test_dequantizelinear_int4 |
n/a |
yes |
yes |
DequantizeLinear |
test_dequantizelinear_uint16 |
0.00e+00 |
yes |
yes |
DequantizeLinear |
test_dequantizelinear_uint2 |
n/a |
yes |
yes |
DequantizeLinear |
test_dequantizelinear_uint4 |
n/a |
yes |
yes |
Det |
test_cc_det_2d |
0.00e+00 |
yes |
yes |
Det |
test_cc_det_nd |
0.00e+00 |
yes |
yes |
Div |
test_cc_div |
0.00e+00 |
yes |
yes |
Div |
test_cc_div_bcast |
0.00e+00 |
yes |
yes |
Div |
test_cc_div_bfloat16 |
n/a |
yes |
yes |
Div |
test_cc_div_double |
0.00e+00 |
yes |
yes |
Div |
test_cc_div_float16 |
0.00e+00 |
yes |
yes |
Div |
test_div |
0.00e+00 |
yes |
yes |
Div |
test_div_bcast |
0.00e+00 |
yes |
yes |
Div |
test_div_example |
0.00e+00 |
yes |
yes |
Div |
test_div_int16 |
0.00e+00 |
yes |
yes |
Div |
test_div_int32_trunc |
0.00e+00 |
yes |
yes |
Div |
test_div_int64 |
0.00e+00 |
yes |
yes |
Div |
test_div_int8 |
0.00e+00 |
yes |
yes |
Div |
test_div_uint16 |
0.00e+00 |
yes |
yes |
Div |
test_div_uint32 |
0.00e+00 |
yes |
yes |
Div |
test_div_uint64 |
0.00e+00 |
yes |
yes |
Div |
test_div_uint8 |
0.00e+00 |
yes |
yes |
Dropout |
test_cc_dropout_default_inference |
0.00e+00 |
yes |
yes |
Dropout |
test_cc_dropout_training_mask |
0.00e+00 |
yes |
yes |
Dropout |
test_dropout_default_mask |
0.00e+00 |
yes |
yes |
Dropout |
test_dropout_default_mask_ratio |
0.00e+00 |
yes |
yes |
Dropout |
test_dropout_default_old |
0.00e+00 |
yes |
yes |
Dropout |
test_dropout_default_ratio |
0.00e+00 |
yes |
yes |
Dropout |
test_dropout_random_old |
0.00e+00 |
yes |
yes |
Dropout |
test_training_dropout |
6.77e+00 |
yes |
yes |
Dropout |
test_training_dropout_default |
4.04e+00 |
yes |
yes |
Dropout |
test_training_dropout_default_mask |
4.04e+00 |
yes |
yes |
Dropout |
test_training_dropout_mask |
6.77e+00 |
yes |
yes |
Dropout |
test_training_dropout_zero_ratio |
0.00e+00 |
yes |
yes |
Dropout |
test_training_dropout_zero_ratio_mask |
0.00e+00 |
yes |
yes |
DynamicQuantizeLinear |
test_dynamicquantizelinear |
0.00e+00 |
yes |
yes |
DynamicQuantizeLinear |
test_dynamicquantizelinear_max_adjusted |
0.00e+00 |
yes |
yes |
DynamicQuantizeLinear |
test_dynamicquantizelinear_min_adjusted |
0.00e+00 |
yes |
yes |
Einsum |
test_cc_einsum_batch_diagonal |
0.00e+00 |
yes |
yes |
Einsum |
test_cc_einsum_batch_matmul |
0.00e+00 |
yes |
yes |
Einsum |
test_cc_einsum_ellipsis_matmul |
0.00e+00 |
yes |
yes |
Einsum |
test_cc_einsum_implicit_identity |
0.00e+00 |
yes |
yes |
Einsum |
test_cc_einsum_inner |
0.00e+00 |
yes |
yes |
Einsum |
test_cc_einsum_inner_prod |
0.00e+00 |
yes |
yes |
Einsum |
test_cc_einsum_matmul_2d |
0.00e+00 |
yes |
yes |
Einsum |
test_cc_einsum_outer |
0.00e+00 |
yes |
yes |
Einsum |
test_cc_einsum_scalar |
0.00e+00 |
yes |
yes |
Einsum |
test_cc_einsum_sum_axis |
0.00e+00 |
yes |
yes |
Einsum |
test_cc_einsum_trace |
0.00e+00 |
yes |
yes |
Einsum |
test_cc_einsum_transpose |
0.00e+00 |
yes |
yes |
Elu |
test_cc_elu |
0.00e+00 |
yes |
yes |
Elu |
test_cc_elu_bfloat16 |
n/a |
yes |
yes |
Elu |
test_cc_elu_default |
0.00e+00 |
yes |
yes |
Elu |
test_cc_elu_example |
0.00e+00 |
yes |
yes |
Elu |
test_cc_elu_float16 |
0.00e+00 |
yes |
yes |
Equal |
test_cc_equal |
0.00e+00 |
yes |
yes |
Equal |
test_cc_equal_bcast |
0.00e+00 |
yes |
yes |
Equal |
test_cc_equal_bfloat16 |
n/a |
yes |
yes |
Equal |
test_cc_equal_double |
0.00e+00 |
yes |
yes |
Equal |
test_cc_equal_float16 |
0.00e+00 |
yes |
yes |
Equal |
test_cc_equal_int64 |
0.00e+00 |
yes |
yes |
Equal |
test_equal |
0.00e+00 |
yes |
yes |
Equal |
test_equal_bcast |
0.00e+00 |
yes |
yes |
Equal |
test_equal_int16 |
0.00e+00 |
yes |
yes |
Equal |
test_equal_int8 |
0.00e+00 |
yes |
yes |
Equal |
test_equal_string |
0.00e+00 |
yes |
yes |
Equal |
test_equal_string_broadcast |
0.00e+00 |
yes |
yes |
Equal |
test_equal_uint16 |
0.00e+00 |
yes |
yes |
Equal |
test_equal_uint32 |
0.00e+00 |
yes |
yes |
Equal |
test_equal_uint64 |
0.00e+00 |
yes |
yes |
Equal |
test_equal_uint8 |
0.00e+00 |
yes |
yes |
Erf |
test_cc_erf |
0.00e+00 |
yes |
yes |
Erf |
test_cc_erf_bfloat16 |
n/a |
yes |
yes |
Erf |
test_cc_erf_float16 |
0.00e+00 |
yes |
yes |
Erf |
test_erf |
5.96e-08 |
yes |
yes |
Erf |
test_erf_example |
0.00e+00 |
yes |
yes |
Exp |
test_cc_exp |
0.00e+00 |
yes |
yes |
Exp |
test_cc_exp_bfloat16 |
n/a |
yes |
yes |
Exp |
test_cc_exp_float16 |
0.00e+00 |
yes |
yes |
Exp |
test_exp |
2.38e-07 |
yes |
yes |
Exp |
test_exp_example |
0.00e+00 |
yes |
yes |
Expand |
test_cc_expand_1d_to_2d |
0.00e+00 |
yes |
yes |
Expand |
test_cc_expand_dim_changed |
0.00e+00 |
yes |
yes |
Expand |
test_cc_expand_dim_unchanged |
0.00e+00 |
yes |
yes |
EyeLike |
test_eyelike_populate_off_main_diagonal |
0.00e+00 |
yes |
yes |
EyeLike |
test_eyelike_with_dtype |
0.00e+00 |
yes |
yes |
EyeLike |
test_eyelike_without_dtype |
0.00e+00 |
yes |
yes |
Flatten |
test_cc_flatten_axis0 |
0.00e+00 |
yes |
yes |
Flatten |
test_cc_flatten_axis1 |
0.00e+00 |
yes |
yes |
Flatten |
test_cc_flatten_axis2 |
0.00e+00 |
yes |
yes |
Flatten |
test_cc_flatten_axis3 |
0.00e+00 |
yes |
yes |
Flatten |
test_cc_flatten_default_axis |
0.00e+00 |
yes |
yes |
Flatten |
test_cc_flatten_negative_axis1 |
0.00e+00 |
yes |
yes |
Flatten |
test_cc_flatten_negative_axis2 |
0.00e+00 |
yes |
yes |
Flatten |
test_cc_flatten_negative_axis3 |
0.00e+00 |
yes |
yes |
Flatten |
test_cc_flatten_negative_axis4 |
0.00e+00 |
yes |
yes |
Floor |
test_cc_floor |
0.00e+00 |
yes |
yes |
Floor |
test_cc_floor_bfloat16 |
n/a |
yes |
yes |
Floor |
test_cc_floor_float16 |
0.00e+00 |
yes |
yes |
Floor |
test_floor |
0.00e+00 |
yes |
yes |
Floor |
test_floor_example |
0.00e+00 |
yes |
yes |
GRU |
test_cc_gru_batchwise |
n/a |
yes |
yes |
GRU |
test_cc_gru_defaults |
2.98e-08 |
yes |
yes |
GRU |
test_cc_gru_seq_length |
7.45e-08 |
yes |
yes |
GRU |
test_cc_gru_with_initial_bias |
2.98e-08 |
yes |
yes |
Gather |
test_cc_gather_0 |
0.00e+00 |
yes |
yes |
Gather |
test_cc_gather_1 |
0.00e+00 |
yes |
yes |
Gather |
test_cc_gather_2d_indices |
0.00e+00 |
yes |
yes |
Gather |
test_cc_gather_negative_indices |
0.00e+00 |
yes |
yes |
GatherElements |
test_cc_gather_elements_0 |
0.00e+00 |
yes |
yes |
GatherElements |
test_cc_gather_elements_1 |
0.00e+00 |
yes |
yes |
GatherElements |
test_cc_gather_elements_negative_indices |
0.00e+00 |
yes |
yes |
GatherND |
test_cc_gathernd_example_float32 |
0.00e+00 |
yes |
yes |
GatherND |
test_cc_gathernd_example_int32 |
0.00e+00 |
yes |
yes |
GatherND |
test_cc_gathernd_example_int32_batch_dim1 |
0.00e+00 |
yes |
yes |
Gelu |
test_cc_gelu_default_1 |
0.00e+00 |
yes |
yes |
Gelu |
test_cc_gelu_default_2 |
0.00e+00 |
yes |
yes |
Gelu |
test_cc_gelu_default_bfloat16 |
n/a |
yes |
yes |
Gelu |
test_cc_gelu_default_float16 |
0.00e+00 |
yes |
yes |
Gelu |
test_cc_gelu_tanh_1 |
2.98e-08 |
yes |
yes |
Gelu |
test_cc_gelu_tanh_2 |
5.96e-08 |
yes |
yes |
Gelu |
test_cc_gelu_tanh_float16 |
0.00e+00 |
yes |
yes |
Gemm |
test_cc_gemm_all_attributes |
1.19e-07 |
yes |
yes |
Gemm |
test_cc_gemm_alpha |
5.96e-08 |
yes |
yes |
Gemm |
test_cc_gemm_beta |
1.19e-07 |
yes |
yes |
Gemm |
test_cc_gemm_default |
2.38e-07 |
yes |
yes |
Gemm |
test_cc_gemm_default_matrix_bias |
1.19e-07 |
yes |
yes |
Gemm |
test_cc_gemm_default_no_bias |
4.77e-07 |
yes |
yes |
Gemm |
test_cc_gemm_default_scalar_bias |
4.77e-07 |
yes |
yes |
Gemm |
test_cc_gemm_default_single_elem_vector_bias |
2.38e-07 |
yes |
yes |
Gemm |
test_cc_gemm_default_vector_bias |
1.79e-07 |
yes |
yes |
Gemm |
test_cc_gemm_default_zero_bias |
4.77e-07 |
yes |
yes |
Gemm |
test_cc_gemm_transposeA |
8.94e-08 |
yes |
yes |
Gemm |
test_cc_gemm_transposeB |
4.77e-07 |
yes |
yes |
GlobalAveragePool |
test_cc_globalaveragepool |
0.00e+00 |
yes |
yes |
GlobalAveragePool |
test_cc_globalaveragepool_precomputed |
0.00e+00 |
yes |
yes |
GlobalLpPool |
test_cc_globallppool_default |
n/a |
yes |
yes |
GlobalLpPool |
test_cc_globallppool_lp1 |
n/a |
yes |
yes |
GlobalLpPool |
test_cc_globallppool_lp2 |
n/a |
yes |
yes |
GlobalMaxPool |
test_cc_globalmaxpool |
0.00e+00 |
yes |
yes |
GlobalMaxPool |
test_cc_globalmaxpool_precomputed |
0.00e+00 |
yes |
yes |
Greater |
test_cc_greater |
0.00e+00 |
yes |
yes |
Greater |
test_cc_greater_bcast |
0.00e+00 |
yes |
yes |
Greater |
test_cc_greater_bfloat16 |
n/a |
yes |
yes |
Greater |
test_cc_greater_float16 |
0.00e+00 |
yes |
yes |
Greater |
test_greater |
0.00e+00 |
yes |
yes |
Greater |
test_greater_bcast |
0.00e+00 |
yes |
yes |
Greater |
test_greater_int16 |
0.00e+00 |
yes |
yes |
Greater |
test_greater_int8 |
0.00e+00 |
yes |
yes |
Greater |
test_greater_uint16 |
0.00e+00 |
yes |
yes |
Greater |
test_greater_uint32 |
0.00e+00 |
yes |
yes |
Greater |
test_greater_uint64 |
0.00e+00 |
yes |
yes |
Greater |
test_greater_uint8 |
0.00e+00 |
yes |
yes |
GreaterOrEqual |
test_cc_greater_or_equal |
0.00e+00 |
yes |
yes |
GreaterOrEqual |
test_cc_greater_or_equal_bcast |
0.00e+00 |
yes |
yes |
GreaterOrEqual |
test_cc_greater_or_equal_bfloat16 |
n/a |
yes |
yes |
GreaterOrEqual |
test_cc_greater_or_equal_float16 |
0.00e+00 |
yes |
yes |
GreaterOrEqual |
test_greater_equal |
0.00e+00 |
yes |
yes |
GreaterOrEqual |
test_greater_equal_bcast |
0.00e+00 |
yes |
yes |
GreaterOrEqual |
test_greater_equal_int16 |
0.00e+00 |
yes |
yes |
GreaterOrEqual |
test_greater_equal_int8 |
0.00e+00 |
yes |
yes |
GreaterOrEqual |
test_greater_equal_uint16 |
0.00e+00 |
yes |
yes |
GreaterOrEqual |
test_greater_equal_uint32 |
0.00e+00 |
yes |
yes |
GreaterOrEqual |
test_greater_equal_uint64 |
0.00e+00 |
yes |
yes |
GreaterOrEqual |
test_greater_equal_uint8 |
0.00e+00 |
yes |
yes |
GridSample |
test_gridsample |
9.54e-07 |
yes |
yes |
GridSample |
test_gridsample_aligncorners_true |
0.00e+00 |
yes |
yes |
GridSample |
test_gridsample_bicubic |
1.19e-06 |
yes |
yes |
GridSample |
test_gridsample_bicubic_align_corners_0_additional_1 |
1.19e-06 |
yes |
yes |
GridSample |
test_gridsample_bicubic_align_corners_1_additional_1 |
1.46e-06 |
yes |
yes |
GridSample |
test_gridsample_bilinear |
0.00e+00 |
yes |
yes |
GridSample |
test_gridsample_bilinear_align_corners_0_additional_1 |
2.38e-07 |
yes |
yes |
GridSample |
test_gridsample_bilinear_align_corners_1_additional_1 |
2.38e-07 |
yes |
yes |
GridSample |
test_gridsample_border_padding |
1.19e-07 |
yes |
yes |
GridSample |
test_gridsample_nearest |
0.00e+00 |
yes |
yes |
GridSample |
test_gridsample_nearest_align_corners_0_additional_1 |
0.00e+00 |
yes |
yes |
GridSample |
test_gridsample_nearest_align_corners_1_additional_1 |
0.00e+00 |
yes |
yes |
GridSample |
test_gridsample_reflection_padding |
1.19e-07 |
yes |
yes |
GridSample |
test_gridsample_volumetric_bilinear_align_corners_0 |
9.54e-07 |
yes |
yes |
GridSample |
test_gridsample_volumetric_bilinear_align_corners_1 |
9.54e-07 |
yes |
yes |
GridSample |
test_gridsample_volumetric_nearest_align_corners_0 |
0.00e+00 |
yes |
yes |
GridSample |
test_gridsample_volumetric_nearest_align_corners_1 |
0.00e+00 |
yes |
yes |
GridSample |
test_gridsample_zeros_padding |
0.00e+00 |
yes |
yes |
GroupNormalization |
test_cc_group_normalization_epsilon |
5.25e-06 |
no |
no |
GroupNormalization |
test_cc_group_normalization_example |
7.63e-06 |
no |
no |
HammingWindow |
test_cc_hammingwindow |
2.98e-08 |
no |
no |
HammingWindow |
test_cc_hammingwindow_symmetric |
2.98e-08 |
no |
no |
HannWindow |
test_cc_hannwindow |
0.00e+00 |
no |
no |
HannWindow |
test_cc_hannwindow_symmetric |
0.00e+00 |
no |
no |
HardSigmoid |
test_cc_hardsigmoid |
0.00e+00 |
yes |
yes |
HardSigmoid |
test_cc_hardsigmoid_default |
0.00e+00 |
yes |
yes |
HardSigmoid |
test_cc_hardsigmoid_example |
0.00e+00 |
yes |
yes |
HardSwish |
test_cc_hardswish |
0.00e+00 |
yes |
yes |
Hardmax |
test_cc_hardmax_axis_0 |
0.00e+00 |
yes |
yes |
Hardmax |
test_cc_hardmax_axis_1 |
0.00e+00 |
yes |
yes |
Hardmax |
test_cc_hardmax_axis_2 |
0.00e+00 |
yes |
yes |
Hardmax |
test_cc_hardmax_default_axis |
0.00e+00 |
yes |
yes |
Hardmax |
test_cc_hardmax_example |
0.00e+00 |
yes |
yes |
Hardmax |
test_cc_hardmax_negative_axis |
0.00e+00 |
yes |
yes |
Hardmax |
test_cc_hardmax_one_hot |
0.00e+00 |
yes |
yes |
Identity |
test_cc_identity |
0.00e+00 |
yes |
yes |
Identity |
test_cc_identity_int64 |
0.00e+00 |
yes |
yes |
Identity |
test_cc_identity_scalar |
0.00e+00 |
yes |
yes |
If |
test_cc_if |
0.00e+00 |
yes |
yes |
If |
test_cc_if_else |
0.00e+00 |
yes |
yes |
If |
test_cc_if_multi_output |
0.00e+00 |
yes |
yes |
If |
test_cc_if_opt |
0.00e+00 |
yes |
yes |
If |
test_cc_if_seq |
0.00e+00 |
yes |
yes |
ImageDecoder |
test_cc_image_decoder_decode_bmp_rgb |
n/a |
yes |
yes |
ImageDecoder |
test_cc_image_decoder_decode_jpeg2k_rgb |
n/a |
yes |
yes |
ImageDecoder |
test_cc_image_decoder_decode_jpeg_bgr |
n/a |
yes |
yes |
ImageDecoder |
test_cc_image_decoder_decode_jpeg_grayscale |
n/a |
yes |
yes |
ImageDecoder |
test_cc_image_decoder_decode_jpeg_rgb |
n/a |
yes |
yes |
ImageDecoder |
test_cc_image_decoder_decode_png_rgb |
n/a |
yes |
yes |
ImageDecoder |
test_cc_image_decoder_decode_pnm_rgb |
n/a |
yes |
yes |
ImageDecoder |
test_cc_image_decoder_decode_tiff_rgb |
n/a |
yes |
yes |
ImageDecoder |
test_cc_image_decoder_decode_webp_rgb |
n/a |
yes |
yes |
InstanceNormalization |
test_cc_instancenorm_epsilon |
9.54e-07 |
yes |
yes |
InstanceNormalization |
test_cc_instancenorm_example |
0.00e+00 |
yes |
yes |
IsInf |
test_cc_isinf |
0.00e+00 |
yes |
yes |
IsInf |
test_isinf |
0.00e+00 |
yes |
yes |
IsInf |
test_isinf_float16 |
0.00e+00 |
yes |
yes |
IsInf |
test_isinf_negative |
0.00e+00 |
yes |
yes |
IsInf |
test_isinf_positive |
0.00e+00 |
yes |
yes |
IsNaN |
test_cc_isnan |
0.00e+00 |
yes |
yes |
IsNaN |
test_cc_isnan_bfloat16 |
n/a |
yes |
yes |
IsNaN |
test_cc_isnan_double |
0.00e+00 |
yes |
yes |
IsNaN |
test_isnan |
0.00e+00 |
yes |
yes |
IsNaN |
test_isnan_float16 |
0.00e+00 |
yes |
yes |
LRN |
test_cc_lrn |
5.96e-08 |
yes |
yes |
LRN |
test_cc_lrn_default |
5.96e-08 |
yes |
yes |
LSTM |
test_cc_lstm_batchwise |
n/a |
yes |
yes |
LSTM |
test_cc_lstm_defaults |
2.98e-08 |
yes |
yes |
LSTM |
test_cc_lstm_with_initial_bias |
1.19e-07 |
yes |
yes |
LSTM |
test_cc_lstm_with_peepholes |
2.98e-08 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_2d_axis0 |
9.54e-07 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_2d_axis1 |
1.91e-06 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_2d_axis_negative_1 |
1.91e-06 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_2d_axis_negative_2 |
9.54e-07 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_3d_axis0_epsilon |
5.96e-08 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_3d_axis1_epsilon |
2.38e-07 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_3d_axis2_epsilon |
2.38e-07 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_3d_axis_negative_1_epsilon |
2.38e-07 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_3d_axis_negative_2_epsilon |
2.38e-07 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_3d_axis_negative_3_epsilon |
5.96e-08 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_4d_axis0 |
1.91e-06 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_4d_axis1 |
1.97e-06 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_4d_axis2 |
1.14e-05 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_4d_axis3 |
3.15e-05 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_4d_axis_negative_1 |
3.15e-05 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_4d_axis_negative_2 |
1.14e-05 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_4d_axis_negative_3 |
1.97e-06 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_4d_axis_negative_4 |
1.91e-06 |
yes |
yes |
LayerNormalization |
test_cc_layer_normalization_default_axis |
3.15e-05 |
yes |
yes |
LeakyRelu |
test_cc_leakyrelu |
0.00e+00 |
yes |
yes |
LeakyRelu |
test_cc_leakyrelu_default |
0.00e+00 |
yes |
yes |
LeakyRelu |
test_cc_leakyrelu_example |
0.00e+00 |
yes |
yes |
Less |
test_cc_less |
0.00e+00 |
yes |
yes |
Less |
test_cc_less_bcast |
0.00e+00 |
yes |
yes |
Less |
test_cc_less_bfloat16 |
n/a |
yes |
yes |
Less |
test_cc_less_float16 |
0.00e+00 |
yes |
yes |
Less |
test_less |
0.00e+00 |
yes |
yes |
Less |
test_less_bcast |
0.00e+00 |
yes |
yes |
Less |
test_less_int16 |
0.00e+00 |
yes |
yes |
Less |
test_less_int8 |
0.00e+00 |
yes |
yes |
Less |
test_less_uint16 |
0.00e+00 |
yes |
yes |
Less |
test_less_uint32 |
0.00e+00 |
yes |
yes |
Less |
test_less_uint64 |
0.00e+00 |
yes |
yes |
Less |
test_less_uint8 |
0.00e+00 |
yes |
yes |
LessOrEqual |
test_cc_less_or_equal |
0.00e+00 |
yes |
yes |
LessOrEqual |
test_cc_less_or_equal_bcast |
0.00e+00 |
yes |
yes |
LessOrEqual |
test_cc_less_or_equal_bfloat16 |
n/a |
yes |
yes |
LessOrEqual |
test_cc_less_or_equal_float16 |
0.00e+00 |
yes |
yes |
LessOrEqual |
test_less_equal |
0.00e+00 |
yes |
yes |
LessOrEqual |
test_less_equal_bcast |
0.00e+00 |
yes |
yes |
LessOrEqual |
test_less_equal_int16 |
0.00e+00 |
yes |
yes |
LessOrEqual |
test_less_equal_int8 |
0.00e+00 |
yes |
yes |
LessOrEqual |
test_less_equal_uint16 |
0.00e+00 |
yes |
yes |
LessOrEqual |
test_less_equal_uint32 |
0.00e+00 |
yes |
yes |
LessOrEqual |
test_less_equal_uint64 |
0.00e+00 |
yes |
yes |
LessOrEqual |
test_less_equal_uint8 |
0.00e+00 |
yes |
yes |
LinearAttention |
test_cc_linear_attention_decode_step |
n/a |
yes |
yes |
LinearAttention |
test_cc_linear_attention_delta |
n/a |
yes |
yes |
LinearAttention |
test_cc_linear_attention_explicit_scale |
n/a |
yes |
yes |
LinearAttention |
test_cc_linear_attention_fp16 |
n/a |
yes |
yes |
LinearAttention |
test_cc_linear_attention_gated |
n/a |
yes |
yes |
LinearAttention |
test_cc_linear_attention_gated_delta |
n/a |
yes |
yes |
LinearAttention |
test_cc_linear_attention_gated_delta_beta_scalar |
n/a |
yes |
yes |
LinearAttention |
test_cc_linear_attention_gated_delta_gqa |
n/a |
yes |
yes |
LinearAttention |
test_cc_linear_attention_gated_delta_mqa |
n/a |
yes |
yes |
LinearAttention |
test_cc_linear_attention_gated_per_head_decay |
n/a |
yes |
yes |
LinearAttention |
test_cc_linear_attention_gated_perdim_decay |
n/a |
yes |
yes |
LinearAttention |
test_cc_linear_attention_gqa |
n/a |
yes |
yes |
LinearAttention |
test_cc_linear_attention_linear |
n/a |
yes |
yes |
LinearAttention |
test_cc_linear_attention_linear_t1_no_past |
n/a |
yes |
yes |
LinearAttention |
test_cc_linear_attention_no_past_explicit_zeros |
n/a |
yes |
yes |
LinearAttention |
test_cc_linear_attention_prefill_with_past |
n/a |
yes |
yes |
LinearAttention |
test_cc_linear_attention_with_past_state |
n/a |
yes |
yes |
Log |
test_cc_log |
0.00e+00 |
yes |
yes |
Log |
test_cc_log_bfloat16 |
n/a |
yes |
yes |
Log |
test_cc_log_float16 |
0.00e+00 |
yes |
yes |
Log |
test_log |
1.19e-07 |
yes |
yes |
Log |
test_log_example |
0.00e+00 |
yes |
yes |
LogSoftmax |
test_cc_logsoftmax_axis_0 |
1.19e-07 |
yes |
yes |
LogSoftmax |
test_cc_logsoftmax_axis_1 |
2.38e-07 |
yes |
yes |
LogSoftmax |
test_cc_logsoftmax_axis_2 |
2.38e-07 |
yes |
yes |
LogSoftmax |
test_cc_logsoftmax_default_axis |
2.38e-07 |
yes |
yes |
LogSoftmax |
test_cc_logsoftmax_example_1 |
5.96e-08 |
yes |
yes |
LogSoftmax |
test_cc_logsoftmax_large_number |
1.32e-05 |
yes |
yes |
LogSoftmax |
test_cc_logsoftmax_negative_axis |
2.38e-07 |
yes |
yes |
Loop |
test_cc_loop11_carried_state |
0.00e+00 |
no |
no |
Loop |
test_cc_loop_basic_trip_count |
0.00e+00 |
yes |
yes |
Loop |
test_cc_loop_multi_carried_state |
0.00e+00 |
no |
no |
Loop |
test_cc_loop_zero_trip_count |
0.00e+00 |
yes |
yes |
LpNormalization |
test_cc_lpnormalization_axis0_p1 |
0.00e+00 |
yes |
yes |
LpNormalization |
test_cc_lpnormalization_default |
0.00e+00 |
yes |
yes |
LpNormalization |
test_l1normalization_axis_0 |
0.00e+00 |
yes |
yes |
LpNormalization |
test_l1normalization_axis_1 |
0.00e+00 |
yes |
yes |
LpNormalization |
test_l1normalization_axis_last |
0.00e+00 |
yes |
yes |
LpNormalization |
test_l2normalization_axis_0 |
0.00e+00 |
yes |
yes |
LpNormalization |
test_l2normalization_axis_1 |
0.00e+00 |
yes |
yes |
LpPool |
test_cc_lppool_1d_default |
2.38e-07 |
yes |
yes |
LpPool |
test_cc_lppool_2d_default |
2.38e-07 |
yes |
yes |
LpPool |
test_cc_lppool_2d_dilations |
0.00e+00 |
yes |
yes |
LpPool |
test_cc_lppool_2d_pads |
2.38e-07 |
yes |
yes |
LpPool |
test_cc_lppool_2d_same_lower |
2.38e-07 |
yes |
yes |
LpPool |
test_cc_lppool_2d_same_upper |
4.77e-07 |
yes |
yes |
LpPool |
test_cc_lppool_2d_strides |
4.77e-07 |
yes |
yes |
LpPool |
test_cc_lppool_3d_default |
4.77e-07 |
yes |
yes |
MatMul |
test_cc_matmul_1d_1d |
0.00e+00 |
yes |
yes |
MatMul |
test_cc_matmul_1d_3d |
0.00e+00 |
yes |
yes |
MatMul |
test_cc_matmul_2d |
1.19e-07 |
yes |
yes |
MatMul |
test_cc_matmul_3d |
2.38e-07 |
yes |
yes |
MatMul |
test_cc_matmul_4d |
2.38e-07 |
yes |
yes |
MatMul |
test_cc_matmul_4d_1d |
0.00e+00 |
yes |
yes |
MatMul |
test_cc_matmul_batch_broadcast |
1.79e-07 |
yes |
yes |
MatMul |
test_cc_matmul_bcast |
2.38e-07 |
yes |
yes |
MatMul |
test_cc_matmul_vector_matrix |
0.00e+00 |
yes |
yes |
MatMulInteger |
test_cc_matmulinteger |
0.00e+00 |
yes |
yes |
MatMulInteger |
test_cc_matmulinteger_int8 |
0.00e+00 |
yes |
yes |
MatMulInteger |
test_cc_matmulinteger_per_col_b_zp |
0.00e+00 |
yes |
yes |
MatMulInteger |
test_cc_matmulinteger_per_row_a_zp |
n/a |
yes |
yes |
Max |
test_cc_max_bcast |
0.00e+00 |
yes |
yes |
Max |
test_max_example |
0.00e+00 |
yes |
yes |
Max |
test_max_float16 |
0.00e+00 |
yes |
yes |
Max |
test_max_float32 |
0.00e+00 |
yes |
yes |
Max |
test_max_float64 |
0.00e+00 |
yes |
yes |
Max |
test_max_int16 |
n/a |
yes |
yes |
Max |
test_max_int32 |
0.00e+00 |
yes |
yes |
Max |
test_max_int64 |
0.00e+00 |
yes |
yes |
Max |
test_max_int8 |
0.00e+00 |
yes |
yes |
Max |
test_max_one_input |
0.00e+00 |
yes |
yes |
Max |
test_max_two_inputs |
0.00e+00 |
yes |
yes |
Max |
test_max_uint16 |
n/a |
yes |
yes |
Max |
test_max_uint32 |
0.00e+00 |
yes |
yes |
Max |
test_max_uint64 |
0.00e+00 |
yes |
yes |
Max |
test_max_uint8 |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_1d_default |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_2d_ceil |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_2d_ceil_output_size_reduce_by_one |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_2d_default |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_2d_dilations |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_2d_pads |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_2d_precomputed_pads |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_2d_precomputed_same_upper |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_2d_precomputed_strides |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_2d_same_lower |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_2d_same_upper |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_2d_strides |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_2d_uint8 |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_3d_default |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_3d_dilations |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_3d_dilations_use_ref_impl |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_3d_dilations_use_ref_impl_large |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_with_argmax_2d_precomputed_pads |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_maxpool_with_argmax_2d_precomputed_strides |
0.00e+00 |
yes |
yes |
MaxRoiPool |
test_cc_maxroipool_default |
n/a |
yes |
yes |
MaxRoiPool |
test_cc_maxroipool_spatial_scale |
n/a |
yes |
yes |
MaxUnpool |
test_cc_maxunpool_export_with_output_shape |
8.00e+00 |
no |
no |
MaxUnpool |
test_cc_maxunpool_export_without_output_shape |
0.00e+00 |
yes |
yes |
Mean |
test_cc_mean_bcast |
0.00e+00 |
yes |
yes |
Mean |
test_mean_example |
0.00e+00 |
yes |
yes |
Mean |
test_mean_one_input |
0.00e+00 |
yes |
yes |
Mean |
test_mean_two_inputs |
0.00e+00 |
yes |
yes |
MeanVarianceNormalization |
test_cc_mvn |
1.19e-07 |
yes |
yes |
MeanVarianceNormalization |
test_cc_mvn_explicit_axes |
0.00e+00 |
yes |
yes |
MeanVarianceNormalization |
test_cc_mvn_explicit_axes_ver18 |
0.00e+00 |
yes |
yes |
MelWeightMatrix |
test_cc_melweightmatrix |
0.00e+00 |
no |
no |
Min |
test_cc_min_bcast |
0.00e+00 |
yes |
yes |
Min |
test_min_example |
0.00e+00 |
yes |
yes |
Min |
test_min_float16 |
0.00e+00 |
yes |
yes |
Min |
test_min_float32 |
0.00e+00 |
yes |
yes |
Min |
test_min_float64 |
0.00e+00 |
yes |
yes |
Min |
test_min_int16 |
n/a |
yes |
yes |
Min |
test_min_int32 |
0.00e+00 |
yes |
yes |
Min |
test_min_int64 |
0.00e+00 |
yes |
yes |
Min |
test_min_int8 |
0.00e+00 |
yes |
yes |
Min |
test_min_one_input |
0.00e+00 |
yes |
yes |
Min |
test_min_two_inputs |
0.00e+00 |
yes |
yes |
Min |
test_min_uint16 |
n/a |
yes |
yes |
Min |
test_min_uint32 |
0.00e+00 |
yes |
yes |
Min |
test_min_uint64 |
0.00e+00 |
yes |
yes |
Min |
test_min_uint8 |
0.00e+00 |
yes |
yes |
Mish |
test_cc_mish |
2.38e-07 |
yes |
yes |
Mod |
test_cc_mod_bfloat16_fmod |
n/a |
yes |
yes |
Mod |
test_mod_broadcast |
0.00e+00 |
yes |
yes |
Mod |
test_mod_int64_fmod |
0.00e+00 |
yes |
yes |
Mod |
test_mod_mixed_sign_bfloat16 |
n/a |
yes |
yes |
Mod |
test_mod_mixed_sign_float16 |
0.00e+00 |
yes |
yes |
Mod |
test_mod_mixed_sign_float32 |
0.00e+00 |
yes |
yes |
Mod |
test_mod_mixed_sign_float64 |
0.00e+00 |
yes |
yes |
Mod |
test_mod_mixed_sign_int16 |
0.00e+00 |
yes |
yes |
Mod |
test_mod_mixed_sign_int32 |
0.00e+00 |
yes |
yes |
Mod |
test_mod_mixed_sign_int64 |
0.00e+00 |
yes |
yes |
Mod |
test_mod_mixed_sign_int8 |
0.00e+00 |
yes |
yes |
Mod |
test_mod_uint16 |
0.00e+00 |
yes |
yes |
Mod |
test_mod_uint32 |
0.00e+00 |
yes |
yes |
Mod |
test_mod_uint64 |
0.00e+00 |
yes |
yes |
Mod |
test_mod_uint8 |
0.00e+00 |
yes |
yes |
Mul |
test_cc_mul |
0.00e+00 |
yes |
yes |
Mul |
test_cc_mul_bcast |
0.00e+00 |
yes |
yes |
Mul |
test_cc_mul_bfloat16 |
n/a |
yes |
yes |
Mul |
test_cc_mul_double |
0.00e+00 |
yes |
yes |
Mul |
test_cc_mul_float16 |
0.00e+00 |
yes |
yes |
Mul |
test_mul |
0.00e+00 |
yes |
yes |
Mul |
test_mul_bcast |
0.00e+00 |
yes |
yes |
Mul |
test_mul_example |
0.00e+00 |
yes |
yes |
Mul |
test_mul_int16 |
0.00e+00 |
yes |
yes |
Mul |
test_mul_int32 |
0.00e+00 |
yes |
yes |
Mul |
test_mul_int64 |
0.00e+00 |
yes |
yes |
Mul |
test_mul_int8 |
0.00e+00 |
yes |
yes |
Mul |
test_mul_uint16 |
0.00e+00 |
yes |
yes |
Mul |
test_mul_uint32 |
0.00e+00 |
yes |
yes |
Mul |
test_mul_uint64 |
0.00e+00 |
yes |
yes |
Mul |
test_mul_uint8 |
0.00e+00 |
yes |
yes |
Multinomial |
test_cc_multinomial |
n/a |
yes |
yes |
Multinomial |
test_cc_multinomial_int64 |
n/a |
yes |
yes |
Multinomial |
test_cc_multinomial_seeded |
n/a |
yes |
yes |
Neg |
test_cc_neg |
0.00e+00 |
yes |
yes |
Neg |
test_cc_neg_bfloat16 |
n/a |
yes |
yes |
Neg |
test_cc_neg_double |
0.00e+00 |
yes |
yes |
Neg |
test_cc_neg_float16 |
0.00e+00 |
yes |
yes |
Neg |
test_cc_neg_int16 |
0.00e+00 |
yes |
yes |
Neg |
test_cc_neg_int32 |
0.00e+00 |
yes |
yes |
Neg |
test_cc_neg_int64 |
0.00e+00 |
yes |
yes |
Neg |
test_cc_neg_int8 |
0.00e+00 |
yes |
yes |
Neg |
test_neg |
0.00e+00 |
yes |
yes |
Neg |
test_neg_example |
0.00e+00 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_cc_negative_log_likelihood_loss_ignore_index |
0.00e+00 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_cc_negative_log_likelihood_loss_kd_none |
0.00e+00 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_cc_negative_log_likelihood_loss_mean |
0.00e+00 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_cc_negative_log_likelihood_loss_none |
0.00e+00 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_cc_negative_log_likelihood_loss_weighted_sum |
0.00e+00 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_nllloss_NC |
0.00e+00 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_nllloss_NCd1 |
0.00e+00 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_nllloss_NCd1_ii |
0.00e+00 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_nllloss_NCd1_mean_weight_negative_ii |
0.00e+00 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_nllloss_NCd1_weight |
5.96e-08 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_nllloss_NCd1_weight_ii |
0.00e+00 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_nllloss_NCd1d2 |
0.00e+00 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_nllloss_NCd1d2_no_weight_reduction_mean_ii |
0.00e+00 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_nllloss_NCd1d2_reduction_mean |
0.00e+00 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_nllloss_NCd1d2_reduction_sum |
1.14e-05 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_nllloss_NCd1d2_with_weight |
0.00e+00 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_nllloss_NCd1d2_with_weight_reduction_mean |
2.38e-07 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_nllloss_NCd1d2_with_weight_reduction_sum |
1.91e-06 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_nllloss_NCd1d2_with_weight_reduction_sum_ii |
9.54e-07 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_nllloss_NCd1d2d3_none_no_weight_negative_ii |
0.00e+00 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_nllloss_NCd1d2d3_sum_weight_high_ii |
0.00e+00 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_nllloss_NCd1d2d3d4d5_mean_weight |
1.20e-05 |
yes |
yes |
NegativeLogLikelihoodLoss |
test_nllloss_NCd1d2d3d4d5_none_no_weight |
0.00e+00 |
yes |
yes |
NonMaxSuppression |
test_cc_nonmaxsuppression_center_point_box_format |
0.00e+00 |
yes |
yes |
NonMaxSuppression |
test_cc_nonmaxsuppression_flipped_coordinates |
0.00e+00 |
yes |
yes |
NonMaxSuppression |
test_cc_nonmaxsuppression_identical_boxes |
0.00e+00 |
yes |
yes |
NonMaxSuppression |
test_cc_nonmaxsuppression_iou_threshold_boundary |
0.00e+00 |
yes |
yes |
NonMaxSuppression |
test_cc_nonmaxsuppression_limit_output_size |
0.00e+00 |
yes |
yes |
NonMaxSuppression |
test_cc_nonmaxsuppression_single_box |
0.00e+00 |
yes |
yes |
NonMaxSuppression |
test_cc_nonmaxsuppression_suppress_by_IOU |
0.00e+00 |
yes |
yes |
NonMaxSuppression |
test_cc_nonmaxsuppression_suppress_by_IOU_and_scores |
0.00e+00 |
yes |
yes |
NonMaxSuppression |
test_cc_nonmaxsuppression_two_batches |
0.00e+00 |
yes |
yes |
NonMaxSuppression |
test_cc_nonmaxsuppression_two_classes |
0.00e+00 |
yes |
yes |
NonZero |
test_cc_nonzero_1d |
0.00e+00 |
yes |
yes |
NonZero |
test_cc_nonzero_2d |
0.00e+00 |
yes |
yes |
NonZero |
test_cc_nonzero_bool |
0.00e+00 |
yes |
yes |
NonZero |
test_cc_nonzero_example |
0.00e+00 |
yes |
yes |
NonZero |
test_cc_nonzero_int64 |
0.00e+00 |
yes |
yes |
Not |
test_cc_not |
0.00e+00 |
yes |
yes |
Not |
test_not_2d |
0.00e+00 |
yes |
yes |
Not |
test_not_3d |
0.00e+00 |
yes |
yes |
Not |
test_not_4d |
0.00e+00 |
yes |
yes |
OneHot |
test_cc_onehot_default_axis_int64_indices |
0.00e+00 |
yes |
yes |
OneHot |
test_onehot_negative_indices |
0.00e+00 |
yes |
yes |
OneHot |
test_onehot_out_of_range_indices |
0.00e+00 |
yes |
yes |
OneHot |
test_onehot_with_axis |
0.00e+00 |
yes |
yes |
OneHot |
test_onehot_with_negative_axis |
0.00e+00 |
yes |
yes |
OneHot |
test_onehot_without_axis |
0.00e+00 |
yes |
yes |
Optional |
test_cc_optional |
0.00e+00 |
yes |
yes |
Optional |
test_cc_optional_get_element_optional_tensor |
0.00e+00 |
yes |
yes |
Optional |
test_cc_optional_has_element_optional_input |
0.00e+00 |
yes |
yes |
OptionalGetElement |
test_cc_optional_get_element_tensor |
0.00e+00 |
yes |
yes |
OptionalHasElement |
test_cc_optional_has_element_empty_no_input_name_optional_input |
0.00e+00 |
yes |
yes |
OptionalHasElement |
test_cc_optional_has_element_empty_no_input_name_tensor_input |
0.00e+00 |
yes |
yes |
OptionalHasElement |
test_cc_optional_has_element_empty_no_input_optional_input |
0.00e+00 |
yes |
yes |
OptionalHasElement |
test_cc_optional_has_element_empty_no_input_tensor_input |
0.00e+00 |
yes |
yes |
OptionalHasElement |
test_cc_optional_has_element_empty_optional_input |
0.00e+00 |
yes |
yes |
OptionalHasElement |
test_cc_optional_has_element_tensor_input |
0.00e+00 |
yes |
yes |
Or |
test_cc_or |
0.00e+00 |
yes |
yes |
Or |
test_cc_or_bcast |
0.00e+00 |
yes |
yes |
Or |
test_or2d |
0.00e+00 |
yes |
yes |
Or |
test_or3d |
0.00e+00 |
yes |
yes |
Or |
test_or4d |
0.00e+00 |
yes |
yes |
Or |
test_or_bcast3v1d |
0.00e+00 |
yes |
yes |
Or |
test_or_bcast3v2d |
0.00e+00 |
yes |
yes |
Or |
test_or_bcast4v2d |
0.00e+00 |
yes |
yes |
Or |
test_or_bcast4v3d |
0.00e+00 |
yes |
yes |
Or |
test_or_bcast4v4d |
0.00e+00 |
yes |
yes |
PRelu |
test_cc_prelu |
0.00e+00 |
yes |
yes |
PRelu |
test_cc_prelu_bcast |
0.00e+00 |
yes |
yes |
PRelu |
test_cc_prelu_inf |
0.00e+00 |
yes |
yes |
PRelu |
test_prelu_broadcast |
0.00e+00 |
yes |
yes |
PRelu |
test_prelu_example |
0.00e+00 |
yes |
yes |
Pad |
test_cc_constant_pad |
0.00e+00 |
yes |
yes |
Pad |
test_cc_constant_pad_axes |
0.00e+00 |
no |
no |
Pad |
test_cc_constant_pad_default_value |
0.00e+00 |
yes |
yes |
Pad |
test_cc_constant_pad_negative_axes |
0.00e+00 |
no |
no |
Pad |
test_cc_edge_pad |
0.00e+00 |
yes |
yes |
Pad |
test_cc_reflect_pad |
0.00e+00 |
yes |
yes |
Pad |
test_cc_wrap_pad |
0.00e+00 |
yes |
yes |
Pow |
test_cc_pow_types_bfloat16_float32 |
n/a |
yes |
yes |
Pow |
test_cc_pow_types_float16_float32 |
0.00e+00 |
yes |
yes |
Pow |
test_pow |
0.00e+00 |
yes |
yes |
Pow |
test_pow_bcast_array |
0.00e+00 |
yes |
yes |
Pow |
test_pow_bcast_scalar |
0.00e+00 |
yes |
yes |
Pow |
test_pow_example |
0.00e+00 |
yes |
yes |
Pow |
test_pow_types_float32_int32 |
0.00e+00 |
yes |
yes |
Pow |
test_pow_types_float32_int64 |
0.00e+00 |
yes |
yes |
Pow |
test_pow_types_float32_uint32 |
n/a |
yes |
yes |
Pow |
test_pow_types_float32_uint64 |
n/a |
yes |
yes |
Pow |
test_pow_types_int32_float32 |
0.00e+00 |
yes |
yes |
Pow |
test_pow_types_int32_int32 |
0.00e+00 |
yes |
yes |
Pow |
test_pow_types_int64_float32 |
0.00e+00 |
yes |
yes |
Pow |
test_pow_types_int64_int64 |
0.00e+00 |
yes |
yes |
QLinearConv |
test_cc_qlinearconv |
0.00e+00 |
yes |
yes |
QLinearConv |
test_cc_qlinearconv_int8 |
0.00e+00 |
yes |
yes |
QLinearMatMul |
test_cc_qlinearmatmul_2D_int8_float16 |
n/a |
yes |
yes |
QLinearMatMul |
test_cc_qlinearmatmul_2D_int8_float32 |
0.00e+00 |
yes |
yes |
QLinearMatMul |
test_cc_qlinearmatmul_2D_uint8_float16 |
n/a |
yes |
yes |
QLinearMatMul |
test_cc_qlinearmatmul_2D_uint8_float32 |
0.00e+00 |
yes |
yes |
QLinearMatMul |
test_cc_qlinearmatmul_3D_int8_float16 |
n/a |
yes |
yes |
QLinearMatMul |
test_cc_qlinearmatmul_3D_int8_float32 |
0.00e+00 |
yes |
yes |
QLinearMatMul |
test_cc_qlinearmatmul_3D_uint8_float16 |
n/a |
yes |
yes |
QLinearMatMul |
test_cc_qlinearmatmul_3D_uint8_float32 |
0.00e+00 |
yes |
yes |
QLinearMatMul |
test_cc_qlinearmatmul_overflow_int8 |
0.00e+00 |
yes |
yes |
QLinearMatMul |
test_cc_qlinearmatmul_overflow_uint8 |
0.00e+00 |
yes |
yes |
QLinearMatMul |
test_cc_qlinearmatmul_underflow_int8 |
0.00e+00 |
yes |
yes |
QLinearMatMul |
test_cc_qlinearmatmul_underflow_uint8 |
0.00e+00 |
yes |
yes |
QuantizeLinear |
test_cc_quantizelinear |
0.00e+00 |
yes |
yes |
QuantizeLinear |
test_cc_quantizelinear_int8 |
0.00e+00 |
yes |
yes |
QuantizeLinear |
test_quantizelinear |
0.00e+00 |
yes |
yes |
QuantizeLinear |
test_quantizelinear_axis |
0.00e+00 |
yes |
yes |
QuantizeLinear |
test_quantizelinear_blocked_asymmetric |
0.00e+00 |
yes |
yes |
QuantizeLinear |
test_quantizelinear_blocked_symmetric |
0.00e+00 |
yes |
yes |
QuantizeLinear |
test_quantizelinear_e4m3fn |
n/a |
yes |
yes |
QuantizeLinear |
test_quantizelinear_e5m2 |
n/a |
yes |
yes |
QuantizeLinear |
test_quantizelinear_float4e2m1 |
n/a |
yes |
yes |
QuantizeLinear |
test_quantizelinear_int16 |
0.00e+00 |
yes |
yes |
QuantizeLinear |
test_quantizelinear_int2 |
n/a |
yes |
yes |
QuantizeLinear |
test_quantizelinear_int4 |
n/a |
yes |
yes |
QuantizeLinear |
test_quantizelinear_uint16 |
0.00e+00 |
yes |
yes |
QuantizeLinear |
test_quantizelinear_uint2 |
n/a |
yes |
yes |
QuantizeLinear |
test_quantizelinear_uint4 |
n/a |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_2d_axis0 |
1.19e-07 |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_2d_axis1 |
2.98e-08 |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_2d_axis_negative_1 |
2.98e-08 |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_2d_axis_negative_2 |
1.19e-07 |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_3d_axis0_epsilon |
2.98e-08 |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_3d_axis1_epsilon |
5.96e-08 |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_3d_axis2_epsilon |
5.96e-08 |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_3d_axis_negative_1_epsilon |
5.96e-08 |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_3d_axis_negative_2_epsilon |
5.96e-08 |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_3d_axis_negative_3_epsilon |
2.98e-08 |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_4d_axis0 |
9.54e-07 |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_4d_axis1 |
2.38e-07 |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_4d_axis2 |
1.19e-07 |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_4d_axis3 |
1.19e-07 |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_4d_axis_negative_1 |
1.19e-07 |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_4d_axis_negative_2 |
1.19e-07 |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_4d_axis_negative_3 |
2.38e-07 |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_4d_axis_negative_4 |
9.54e-07 |
yes |
yes |
RMSNormalization |
test_cc_rms_normalization_default_axis |
1.19e-07 |
yes |
yes |
RNN |
test_cc_rnn_seq_length |
1.49e-07 |
yes |
yes |
RNN |
test_cc_simple_rnn_batchwise |
n/a |
yes |
yes |
RNN |
test_cc_simple_rnn_defaults |
1.01e-07 |
yes |
yes |
RNN |
test_cc_simple_rnn_with_initial_bias |
1.04e-07 |
yes |
yes |
RandomNormal |
test_cc_randomnormal |
n/a |
yes |
yes |
RandomNormal |
test_cc_randomnormal_double |
n/a |
yes |
yes |
RandomNormal |
test_cc_randomnormal_seeded |
n/a |
yes |
yes |
RandomNormalLike |
test_cc_randomnormallike |
n/a |
yes |
yes |
RandomNormalLike |
test_cc_randomnormallike_double |
n/a |
yes |
yes |
RandomNormalLike |
test_cc_randomnormallike_seeded |
n/a |
yes |
yes |
RandomUniform |
test_cc_randomuniform |
n/a |
yes |
yes |
RandomUniform |
test_cc_randomuniform_double |
n/a |
yes |
yes |
RandomUniform |
test_cc_randomuniform_seeded |
n/a |
yes |
yes |
RandomUniformLike |
test_cc_randomuniformlike |
n/a |
yes |
yes |
RandomUniformLike |
test_cc_randomuniformlike_double |
n/a |
yes |
yes |
RandomUniformLike |
test_cc_randomuniformlike_seeded |
n/a |
yes |
yes |
Range |
test_range_bfloat16_type_positive_delta |
n/a |
yes |
yes |
Range |
test_range_float16_type_positive_delta |
n/a |
yes |
yes |
Range |
test_range_float_type_positive_delta |
0.00e+00 |
yes |
yes |
Range |
test_range_int32_type_negative_delta |
0.00e+00 |
yes |
yes |
Reciprocal |
test_cc_reciprocal |
0.00e+00 |
yes |
yes |
Reciprocal |
test_cc_reciprocal_bfloat16 |
n/a |
yes |
yes |
Reciprocal |
test_cc_reciprocal_float16 |
0.00e+00 |
yes |
yes |
Reciprocal |
test_reciprocal |
0.00e+00 |
yes |
yes |
Reciprocal |
test_reciprocal_example |
0.00e+00 |
yes |
yes |
ReduceL1 |
test_cc_reducel1_default_axes_keepdims |
0.00e+00 |
yes |
yes |
ReduceL1 |
test_cc_reducel1_do_not_keepdims |
0.00e+00 |
no |
no |
ReduceL1 |
test_cc_reducel1_empty_axes_input_noop |
0.00e+00 |
no |
no |
ReduceL1 |
test_cc_reducel1_empty_set |
0.00e+00 |
no |
no |
ReduceL1 |
test_cc_reducel1_empty_set_non_reduced_axis_zero |
0.00e+00 |
no |
no |
ReduceL1 |
test_cc_reducel1_keepdims |
0.00e+00 |
no |
no |
ReduceL1 |
test_cc_reducel1_negative_axes_keepdims |
0.00e+00 |
no |
no |
ReduceL1 |
test_reduce_l1_default_axes_keepdims_example |
0.00e+00 |
no |
no |
ReduceL1 |
test_reduce_l1_default_axes_keepdims_random |
3.81e-06 |
no |
no |
ReduceL1 |
test_reduce_l1_do_not_keepdims_example |
0.00e+00 |
no |
no |
ReduceL1 |
test_reduce_l1_do_not_keepdims_random |
0.00e+00 |
no |
no |
ReduceL1 |
test_reduce_l1_empty_set |
0.00e+00 |
no |
no |
ReduceL1 |
test_reduce_l1_keep_dims_example |
0.00e+00 |
no |
no |
ReduceL1 |
test_reduce_l1_keep_dims_random |
0.00e+00 |
no |
no |
ReduceL1 |
test_reduce_l1_negative_axes_keep_dims_example |
0.00e+00 |
no |
no |
ReduceL1 |
test_reduce_l1_negative_axes_keep_dims_random |
0.00e+00 |
no |
no |
ReduceL2 |
test_cc_reducel2_default_axes_keepdims |
0.00e+00 |
yes |
yes |
ReduceL2 |
test_cc_reducel2_do_not_keepdims |
0.00e+00 |
no |
no |
ReduceL2 |
test_cc_reducel2_empty_axes_input_noop |
0.00e+00 |
no |
no |
ReduceL2 |
test_cc_reducel2_empty_set |
0.00e+00 |
no |
no |
ReduceL2 |
test_cc_reducel2_empty_set_non_reduced_axis_zero |
0.00e+00 |
no |
no |
ReduceL2 |
test_cc_reducel2_keepdims |
0.00e+00 |
no |
no |
ReduceL2 |
test_cc_reducel2_negative_axes_keepdims |
0.00e+00 |
no |
no |
ReduceL2 |
test_reduce_l2_default_axes_keepdims_example |
0.00e+00 |
no |
no |
ReduceL2 |
test_reduce_l2_default_axes_keepdims_random |
0.00e+00 |
no |
no |
ReduceL2 |
test_reduce_l2_do_not_keepdims_example |
0.00e+00 |
no |
no |
ReduceL2 |
test_reduce_l2_do_not_keepdims_random |
0.00e+00 |
no |
no |
ReduceL2 |
test_reduce_l2_empty_set |
0.00e+00 |
no |
no |
ReduceL2 |
test_reduce_l2_keep_dims_example |
0.00e+00 |
no |
no |
ReduceL2 |
test_reduce_l2_keep_dims_random |
0.00e+00 |
no |
no |
ReduceL2 |
test_reduce_l2_negative_axes_keep_dims_example |
0.00e+00 |
no |
no |
ReduceL2 |
test_reduce_l2_negative_axes_keep_dims_random |
0.00e+00 |
no |
no |
ReduceLogSum |
test_cc_reducelogsum_default_axes_keepdims |
0.00e+00 |
yes |
yes |
ReduceLogSum |
test_cc_reducelogsum_do_not_keepdims |
0.00e+00 |
no |
no |
ReduceLogSum |
test_cc_reducelogsum_double |
0.00e+00 |
no |
no |
ReduceLogSum |
test_cc_reducelogsum_empty_axes_input_noop |
0.00e+00 |
no |
no |
ReduceLogSum |
test_cc_reducelogsum_empty_set |
0.00e+00 |
no |
no |
ReduceLogSum |
test_cc_reducelogsum_empty_set_non_reduced_axis_zero |
0.00e+00 |
no |
no |
ReduceLogSum |
test_cc_reducelogsum_keepdims |
0.00e+00 |
no |
no |
ReduceLogSum |
test_cc_reducelogsum_negative_axes_keepdims |
0.00e+00 |
no |
no |
ReduceLogSum |
test_reduce_log_sum_asc_axes |
0.00e+00 |
no |
no |
ReduceLogSum |
test_reduce_log_sum_default |
0.00e+00 |
no |
no |
ReduceLogSum |
test_reduce_log_sum_desc_axes |
0.00e+00 |
no |
no |
ReduceLogSum |
test_reduce_log_sum_empty_set |
0.00e+00 |
no |
no |
ReduceLogSum |
test_reduce_log_sum_negative_axes |
0.00e+00 |
no |
no |
ReduceLogSumExp |
test_cc_reducelogsumexp_default_axes_keepdims |
0.00e+00 |
yes |
yes |
ReduceLogSumExp |
test_cc_reducelogsumexp_do_not_keepdims |
0.00e+00 |
no |
no |
ReduceLogSumExp |
test_cc_reducelogsumexp_double |
0.00e+00 |
no |
no |
ReduceLogSumExp |
test_cc_reducelogsumexp_empty_axes_input_noop |
0.00e+00 |
no |
no |
ReduceLogSumExp |
test_cc_reducelogsumexp_empty_set |
0.00e+00 |
no |
no |
ReduceLogSumExp |
test_cc_reducelogsumexp_empty_set_non_reduced_axis_zero |
0.00e+00 |
no |
no |
ReduceLogSumExp |
test_cc_reducelogsumexp_keepdims |
0.00e+00 |
no |
no |
ReduceLogSumExp |
test_cc_reducelogsumexp_negative_axes_keepdims |
0.00e+00 |
no |
no |
ReduceLogSumExp |
test_reduce_log_sum_exp_default_axes_keepdims_example |
0.00e+00 |
yes |
yes |
ReduceLogSumExp |
test_reduce_log_sum_exp_default_axes_keepdims_random |
0.00e+00 |
yes |
yes |
ReduceLogSumExp |
test_reduce_log_sum_exp_do_not_keepdims_example |
0.00e+00 |
no |
no |
ReduceLogSumExp |
test_reduce_log_sum_exp_do_not_keepdims_random |
0.00e+00 |
no |
no |
ReduceLogSumExp |
test_reduce_log_sum_exp_empty_set |
0.00e+00 |
no |
no |
ReduceLogSumExp |
test_reduce_log_sum_exp_keepdims_example |
0.00e+00 |
no |
no |
ReduceLogSumExp |
test_reduce_log_sum_exp_keepdims_random |
0.00e+00 |
no |
no |
ReduceLogSumExp |
test_reduce_log_sum_exp_negative_axes_keepdims_example |
0.00e+00 |
no |
no |
ReduceLogSumExp |
test_reduce_log_sum_exp_negative_axes_keepdims_random |
0.00e+00 |
no |
no |
ReduceMax |
test_cc_reducemax_default_axes_keepdims |
0.00e+00 |
yes |
yes |
ReduceMax |
test_cc_reducemax_do_not_keepdims |
0.00e+00 |
no |
no |
ReduceMax |
test_cc_reducemax_empty_axes_input_noop |
0.00e+00 |
no |
no |
ReduceMax |
test_cc_reducemax_empty_set |
0.00e+00 |
no |
no |
ReduceMax |
test_cc_reducemax_empty_set_non_reduced_axis_zero |
0.00e+00 |
no |
no |
ReduceMax |
test_cc_reducemax_keepdims |
0.00e+00 |
no |
no |
ReduceMax |
test_cc_reducemax_negative_axes_keepdims |
0.00e+00 |
no |
no |
ReduceMax |
test_reduce_max_bool_inputs |
0.00e+00 |
no |
no |
ReduceMax |
test_reduce_max_default_axes_keepdim_example |
0.00e+00 |
yes |
yes |
ReduceMax |
test_reduce_max_default_axes_keepdims_random |
0.00e+00 |
yes |
yes |
ReduceMax |
test_reduce_max_do_not_keepdims_example |
0.00e+00 |
no |
no |
ReduceMax |
test_reduce_max_do_not_keepdims_random |
0.00e+00 |
no |
no |
ReduceMax |
test_reduce_max_empty_set |
0.00e+00 |
no |
no |
ReduceMax |
test_reduce_max_keepdims_example |
0.00e+00 |
no |
no |
ReduceMax |
test_reduce_max_keepdims_random |
0.00e+00 |
no |
no |
ReduceMax |
test_reduce_max_negative_axes_keepdims_example |
0.00e+00 |
no |
no |
ReduceMax |
test_reduce_max_negative_axes_keepdims_random |
0.00e+00 |
no |
no |
ReduceMean |
test_cc_reducemean_default_axes_keepdims |
0.00e+00 |
yes |
yes |
ReduceMean |
test_cc_reducemean_do_not_keepdims |
0.00e+00 |
no |
no |
ReduceMean |
test_cc_reducemean_empty_axes_input_noop |
0.00e+00 |
no |
no |
ReduceMean |
test_cc_reducemean_keepdims |
0.00e+00 |
no |
no |
ReduceMean |
test_cc_reducemean_negative_axes_keepdims |
0.00e+00 |
no |
no |
ReduceMean |
test_reduce_mean_default_axes_keepdims_example |
0.00e+00 |
yes |
yes |
ReduceMean |
test_reduce_mean_default_axes_keepdims_random |
4.77e-07 |
yes |
yes |
ReduceMean |
test_reduce_mean_do_not_keepdims_example |
0.00e+00 |
no |
no |
ReduceMean |
test_reduce_mean_do_not_keepdims_random |
0.00e+00 |
no |
no |
ReduceMean |
test_reduce_mean_keepdims_example |
0.00e+00 |
no |
no |
ReduceMean |
test_reduce_mean_keepdims_random |
0.00e+00 |
no |
no |
ReduceMean |
test_reduce_mean_negative_axes_keepdims_example |
0.00e+00 |
no |
no |
ReduceMean |
test_reduce_mean_negative_axes_keepdims_random |
0.00e+00 |
no |
no |
ReduceMin |
test_cc_reducemin_default_axes_keepdims |
0.00e+00 |
yes |
yes |
ReduceMin |
test_cc_reducemin_do_not_keepdims |
0.00e+00 |
no |
no |
ReduceMin |
test_cc_reducemin_empty_axes_input_noop |
0.00e+00 |
no |
no |
ReduceMin |
test_cc_reducemin_empty_set |
0.00e+00 |
no |
no |
ReduceMin |
test_cc_reducemin_empty_set_non_reduced_axis_zero |
0.00e+00 |
no |
no |
ReduceMin |
test_cc_reducemin_keepdims |
0.00e+00 |
no |
no |
ReduceMin |
test_cc_reducemin_negative_axes_keepdims |
0.00e+00 |
no |
no |
ReduceMin |
test_reduce_min_bool_inputs |
0.00e+00 |
no |
no |
ReduceMin |
test_reduce_min_default_axes_keepdims_example |
0.00e+00 |
yes |
yes |
ReduceMin |
test_reduce_min_default_axes_keepdims_random |
0.00e+00 |
yes |
yes |
ReduceMin |
test_reduce_min_do_not_keepdims_example |
0.00e+00 |
no |
no |
ReduceMin |
test_reduce_min_do_not_keepdims_random |
0.00e+00 |
no |
no |
ReduceMin |
test_reduce_min_empty_set |
0.00e+00 |
no |
no |
ReduceMin |
test_reduce_min_keepdims_example |
0.00e+00 |
no |
no |
ReduceMin |
test_reduce_min_keepdims_random |
0.00e+00 |
no |
no |
ReduceMin |
test_reduce_min_negative_axes_keepdims_example |
0.00e+00 |
no |
no |
ReduceMin |
test_reduce_min_negative_axes_keepdims_random |
0.00e+00 |
no |
no |
ReduceProd |
test_cc_reduceprod_default_axes_keepdims |
0.00e+00 |
yes |
yes |
ReduceProd |
test_cc_reduceprod_do_not_keepdims |
0.00e+00 |
no |
no |
ReduceProd |
test_cc_reduceprod_empty_axes_input_noop |
0.00e+00 |
no |
no |
ReduceProd |
test_cc_reduceprod_empty_set |
0.00e+00 |
no |
no |
ReduceProd |
test_cc_reduceprod_empty_set_non_reduced_axis_zero |
0.00e+00 |
no |
no |
ReduceProd |
test_cc_reduceprod_keepdims |
0.00e+00 |
no |
no |
ReduceProd |
test_cc_reduceprod_negative_axes_keepdims |
0.00e+00 |
no |
no |
ReduceProd |
test_reduce_prod_default_axes_keepdims_example |
0.00e+00 |
yes |
yes |
ReduceProd |
test_reduce_prod_default_axes_keepdims_random |
0.00e+00 |
yes |
yes |
ReduceProd |
test_reduce_prod_do_not_keepdims_example |
0.00e+00 |
no |
no |
ReduceProd |
test_reduce_prod_do_not_keepdims_random |
0.00e+00 |
no |
no |
ReduceProd |
test_reduce_prod_empty_set |
0.00e+00 |
no |
no |
ReduceProd |
test_reduce_prod_keepdims_example |
0.00e+00 |
no |
no |
ReduceProd |
test_reduce_prod_keepdims_random |
0.00e+00 |
no |
no |
ReduceProd |
test_reduce_prod_negative_axes_keepdims_example |
0.00e+00 |
no |
no |
ReduceProd |
test_reduce_prod_negative_axes_keepdims_random |
0.00e+00 |
no |
no |
ReduceSum |
test_cc_reducesum_default_axes_keepdims |
0.00e+00 |
yes |
yes |
ReduceSum |
test_cc_reducesum_do_not_keepdims |
0.00e+00 |
no |
no |
ReduceSum |
test_cc_reducesum_empty_axes_input_noop |
0.00e+00 |
no |
no |
ReduceSum |
test_cc_reducesum_empty_set |
0.00e+00 |
no |
no |
ReduceSum |
test_cc_reducesum_empty_set_non_reduced_axis_zero |
0.00e+00 |
no |
no |
ReduceSum |
test_cc_reducesum_keepdims |
0.00e+00 |
no |
no |
ReduceSum |
test_cc_reducesum_negative_axes_keepdims |
0.00e+00 |
no |
no |
ReduceSum |
test_reduce_sum_default_axes_keepdims_example |
0.00e+00 |
no |
no |
ReduceSum |
test_reduce_sum_default_axes_keepdims_random |
3.81e-06 |
no |
no |
ReduceSum |
test_reduce_sum_do_not_keepdims_example |
0.00e+00 |
no |
no |
ReduceSum |
test_reduce_sum_do_not_keepdims_random |
0.00e+00 |
no |
no |
ReduceSum |
test_reduce_sum_empty_axes_input_noop_example |
0.00e+00 |
no |
no |
ReduceSum |
test_reduce_sum_empty_set |
0.00e+00 |
no |
no |
ReduceSum |
test_reduce_sum_empty_set_non_reduced_axis_zero |
0.00e+00 |
no |
no |
ReduceSum |
test_reduce_sum_keepdims_example |
0.00e+00 |
no |
no |
ReduceSum |
test_reduce_sum_keepdims_random |
0.00e+00 |
no |
no |
ReduceSum |
test_reduce_sum_negative_axes_keepdims_example |
0.00e+00 |
no |
no |
ReduceSum |
test_reduce_sum_negative_axes_keepdims_random |
0.00e+00 |
no |
no |
ReduceSumSquare |
test_cc_reducesumsquare_default_axes_keepdims |
0.00e+00 |
yes |
yes |
ReduceSumSquare |
test_cc_reducesumsquare_do_not_keepdims |
0.00e+00 |
no |
no |
ReduceSumSquare |
test_cc_reducesumsquare_empty_axes_input_noop |
0.00e+00 |
no |
no |
ReduceSumSquare |
test_cc_reducesumsquare_empty_set |
0.00e+00 |
no |
no |
ReduceSumSquare |
test_cc_reducesumsquare_empty_set_non_reduced_axis_zero |
0.00e+00 |
no |
no |
ReduceSumSquare |
test_cc_reducesumsquare_keepdims |
0.00e+00 |
no |
no |
ReduceSumSquare |
test_cc_reducesumsquare_negative_axes_keepdims |
0.00e+00 |
no |
no |
ReduceSumSquare |
test_reduce_sum_square_default_axes_keepdims_example |
0.00e+00 |
yes |
yes |
ReduceSumSquare |
test_reduce_sum_square_default_axes_keepdims_random |
1.53e-05 |
yes |
yes |
ReduceSumSquare |
test_reduce_sum_square_do_not_keepdims_example |
0.00e+00 |
no |
no |
ReduceSumSquare |
test_reduce_sum_square_do_not_keepdims_random |
0.00e+00 |
no |
no |
ReduceSumSquare |
test_reduce_sum_square_empty_set |
0.00e+00 |
no |
no |
ReduceSumSquare |
test_reduce_sum_square_keepdims_example |
0.00e+00 |
no |
no |
ReduceSumSquare |
test_reduce_sum_square_keepdims_random |
0.00e+00 |
no |
no |
ReduceSumSquare |
test_reduce_sum_square_negative_axes_keepdims_example |
0.00e+00 |
no |
no |
ReduceSumSquare |
test_reduce_sum_square_negative_axes_keepdims_random |
0.00e+00 |
no |
no |
RegexFullMatch |
test_cc_regex_full_match_basic |
0.00e+00 |
yes |
yes |
RegexFullMatch |
test_cc_regex_full_match_email |
0.00e+00 |
yes |
yes |
RegexFullMatch |
test_cc_regex_full_match_email_domain |
0.00e+00 |
yes |
yes |
RegexFullMatch |
test_cc_regex_full_match_empty |
0.00e+00 |
yes |
yes |
Relu |
test_cc_relu |
0.00e+00 |
yes |
yes |
Relu |
test_cc_relu_bfloat16 |
n/a |
yes |
yes |
Relu |
test_cc_relu_double |
0.00e+00 |
yes |
yes |
Relu |
test_cc_relu_example |
0.00e+00 |
yes |
yes |
Relu |
test_cc_relu_float16 |
0.00e+00 |
yes |
yes |
Relu |
test_cc_relu_int16 |
n/a |
yes |
yes |
Relu |
test_cc_relu_int32 |
0.00e+00 |
yes |
yes |
Relu |
test_cc_relu_int64 |
n/a |
yes |
yes |
Relu |
test_cc_relu_int8 |
0.00e+00 |
yes |
yes |
Reshape |
test_cc_reshape_allowzero_literal_zero |
0.00e+00 |
yes |
yes |
Reshape |
test_cc_reshape_allowzero_reordered |
0.00e+00 |
yes |
yes |
Reshape |
test_cc_reshape_extended_dims |
0.00e+00 |
yes |
yes |
Reshape |
test_cc_reshape_negative_dim |
0.00e+00 |
yes |
yes |
Reshape |
test_cc_reshape_negative_extended_dims |
0.00e+00 |
yes |
yes |
Reshape |
test_cc_reshape_one_dim |
0.00e+00 |
yes |
yes |
Reshape |
test_cc_reshape_reduced_dims |
0.00e+00 |
yes |
yes |
Reshape |
test_cc_reshape_reordered |
0.00e+00 |
no |
no |
Reshape |
test_cc_reshape_reordered_all_dims |
0.00e+00 |
yes |
yes |
Reshape |
test_cc_reshape_reordered_last_dims |
0.00e+00 |
yes |
yes |
Reshape |
test_cc_reshape_zero_and_negative_dim |
0.00e+00 |
yes |
yes |
Reshape |
test_cc_reshape_zero_dim |
0.00e+00 |
yes |
yes |
Resize |
test_cc_resize_upsample_scales_nearest_1d |
0.00e+00 |
yes |
yes |
Resize |
test_cc_resize_upsample_scales_nearest_asymmetric |
0.00e+00 |
yes |
yes |
Resize |
test_cc_resize_upsample_sizes_nearest_asymmetric |
0.00e+00 |
yes |
yes |
Resize |
test_resize_downsample_scales_cubic |
9.54e-07 |
yes |
yes |
Resize |
test_resize_downsample_scales_cubic_A_n0p5_exclude_outside |
9.54e-07 |
yes |
yes |
Resize |
test_resize_downsample_scales_cubic_align_corners |
1.05e+00 |
yes |
yes |
Resize |
test_resize_downsample_scales_cubic_antialias |
9.54e-07 |
yes |
yes |
Resize |
test_resize_downsample_scales_linear |
0.00e+00 |
yes |
yes |
Resize |
test_resize_downsample_scales_linear_align_corners |
8.57e-01 |
yes |
yes |
Resize |
test_resize_downsample_scales_linear_antialias |
9.54e-07 |
yes |
yes |
Resize |
test_resize_downsample_scales_linear_half_pixel_symmetric |
0.00e+00 |
yes |
yes |
Resize |
test_resize_downsample_scales_nearest |
0.00e+00 |
yes |
yes |
Resize |
test_resize_downsample_sizes_cubic |
4.77e-06 |
yes |
yes |
Resize |
test_resize_downsample_sizes_cubic_antialias |
3.81e-06 |
yes |
yes |
Resize |
test_resize_downsample_sizes_linear_antialias |
1.91e-06 |
yes |
yes |
Resize |
test_resize_downsample_sizes_linear_pytorch_half_pixel |
1.19e-07 |
yes |
yes |
Resize |
test_resize_downsample_sizes_nearest |
0.00e+00 |
yes |
yes |
Resize |
test_resize_downsample_sizes_nearest_not_larger |
0.00e+00 |
yes |
yes |
Resize |
test_resize_downsample_sizes_nearest_not_smaller |
0.00e+00 |
yes |
yes |
Resize |
test_resize_tf_crop_and_resize |
9.54e-07 |
yes |
yes |
Resize |
test_resize_tf_crop_and_resize_axes_2_3 |
9.54e-07 |
yes |
yes |
Resize |
test_resize_tf_crop_and_resize_axes_3_2 |
9.54e-07 |
yes |
yes |
Resize |
test_resize_tf_crop_and_resize_extrapolation_value |
4.77e-07 |
yes |
yes |
Resize |
test_resize_upsample_scales_cubic |
0.00e+00 |
yes |
yes |
Resize |
test_resize_upsample_scales_cubic_A_n0p5_exclude_outside |
1.91e-06 |
yes |
yes |
Resize |
test_resize_upsample_scales_cubic_align_corners |
1.14e-05 |
yes |
yes |
Resize |
test_resize_upsample_scales_cubic_asymmetric |
0.00e+00 |
yes |
yes |
Resize |
test_resize_upsample_scales_linear |
0.00e+00 |
yes |
yes |
Resize |
test_resize_upsample_scales_linear_align_corners |
2.38e-07 |
yes |
yes |
Resize |
test_resize_upsample_scales_linear_half_pixel_symmetric |
2.38e-07 |
yes |
yes |
Resize |
test_resize_upsample_scales_nearest |
0.00e+00 |
yes |
yes |
Resize |
test_resize_upsample_scales_nearest_axes_2_3 |
0.00e+00 |
yes |
yes |
Resize |
test_resize_upsample_scales_nearest_axes_3_2 |
0.00e+00 |
yes |
yes |
Resize |
test_resize_upsample_sizes_cubic |
5.72e-06 |
yes |
yes |
Resize |
test_resize_upsample_sizes_nearest |
0.00e+00 |
yes |
yes |
Resize |
test_resize_upsample_sizes_nearest_axes_2_3 |
0.00e+00 |
yes |
yes |
Resize |
test_resize_upsample_sizes_nearest_axes_3_2 |
0.00e+00 |
yes |
yes |
Resize |
test_resize_upsample_sizes_nearest_ceil_half_pixel |
0.00e+00 |
yes |
yes |
Resize |
test_resize_upsample_sizes_nearest_floor_align_corners |
0.00e+00 |
yes |
yes |
Resize |
test_resize_upsample_sizes_nearest_not_larger |
0.00e+00 |
yes |
yes |
Resize |
test_resize_upsample_sizes_nearest_not_smaller |
0.00e+00 |
yes |
yes |
Resize |
test_resize_upsample_sizes_nearest_round_prefer_ceil_asymmetric |
0.00e+00 |
yes |
yes |
ReverseSequence |
test_cc_reversesequence_batch |
0.00e+00 |
yes |
yes |
ReverseSequence |
test_cc_reversesequence_default_attrs |
0.00e+00 |
yes |
yes |
ReverseSequence |
test_cc_reversesequence_time |
0.00e+00 |
yes |
yes |
ReverseSequence |
test_cc_reversesequence_with_inner_dim |
0.00e+00 |
yes |
yes |
RoiAlign |
test_cc_roialign |
0.00e+00 |
yes |
yes |
RoiAlign |
test_cc_roialign_aligned_false |
0.00e+00 |
yes |
yes |
RoiAlign |
test_cc_roialign_aligned_true |
0.00e+00 |
yes |
yes |
RoiAlign |
test_cc_roialign_max |
0.00e+00 |
yes |
yes |
RoiAlign |
test_cc_roialign_mode_max |
0.00e+00 |
yes |
yes |
RotaryEmbedding |
test_cc_rotary_embedding |
5.96e-08 |
yes |
yes |
RotaryEmbedding |
test_cc_rotary_embedding_3d_input |
5.96e-08 |
yes |
yes |
RotaryEmbedding |
test_cc_rotary_embedding_interleaved |
0.00e+00 |
yes |
yes |
RotaryEmbedding |
test_cc_rotary_embedding_no_position_ids |
1.19e-07 |
yes |
yes |
RotaryEmbedding |
test_cc_rotary_embedding_no_position_ids_interleaved |
0.00e+00 |
yes |
yes |
RotaryEmbedding |
test_cc_rotary_embedding_no_position_ids_rotary_dim |
0.00e+00 |
yes |
yes |
RotaryEmbedding |
test_cc_rotary_embedding_with_interleaved_rotary_dim |
0.00e+00 |
yes |
yes |
RotaryEmbedding |
test_cc_rotary_embedding_with_rotary_dim |
0.00e+00 |
yes |
yes |
Round |
test_cc_round |
0.00e+00 |
yes |
yes |
Round |
test_round |
0.00e+00 |
yes |
yes |
STFT |
test_cc_stft |
2.27e-06 |
no |
no |
STFT |
test_cc_stft_complex_batched |
0.00e+00 |
no |
no |
STFT |
test_cc_stft_twosided |
3.34e-06 |
no |
no |
STFT |
test_cc_stft_with_window |
2.27e-06 |
no |
no |
Scan |
test_cc_scan9_input_axis_negative |
0.00e+00 |
yes |
yes |
Scan |
test_cc_scan9_input_reverse |
0.00e+00 |
yes |
yes |
Scan |
test_cc_scan9_output_axis1 |
0.00e+00 |
yes |
yes |
Scan |
test_cc_scan9_output_reverse |
0.00e+00 |
yes |
yes |
Scan |
test_cc_scan_basic_trip_count |
0.00e+00 |
yes |
yes |
Scan |
test_cc_scan_pairwise_distance |
0.00e+00 |
yes |
yes |
Scan |
test_cc_scan_zero_trip_count |
n/a |
yes |
yes |
Scan |
test_scan9_multi_state |
0.00e+00 |
yes |
yes |
Scan |
test_scan9_scalar |
0.00e+00 |
yes |
yes |
Scan |
test_scan9_sum |
0.00e+00 |
yes |
yes |
Scan |
test_scan_sum |
0.00e+00 |
yes |
yes |
Scatter |
test_cc_scatter_with_axis |
0.00e+00 |
yes |
yes |
Scatter |
test_cc_scatter_without_axis |
0.00e+00 |
yes |
yes |
ScatterElements |
test_cc_scatter_elements_with_axis |
0.00e+00 |
yes |
yes |
ScatterElements |
test_cc_scatter_elements_with_duplicate_indices |
0.00e+00 |
yes |
yes |
ScatterElements |
test_cc_scatter_elements_with_negative_indices |
0.00e+00 |
yes |
yes |
ScatterElements |
test_cc_scatter_elements_with_reduction_max |
0.00e+00 |
yes |
yes |
ScatterElements |
test_cc_scatter_elements_with_reduction_min |
0.00e+00 |
yes |
yes |
ScatterElements |
test_cc_scatter_elements_with_reduction_mul |
0.00e+00 |
yes |
yes |
ScatterElements |
test_cc_scatter_elements_without_axis |
0.00e+00 |
yes |
yes |
ScatterND |
test_cc_scatternd |
0.00e+00 |
yes |
yes |
ScatterND |
test_cc_scatternd_add |
0.00e+00 |
yes |
yes |
ScatterND |
test_cc_scatternd_max |
0.00e+00 |
yes |
yes |
ScatterND |
test_cc_scatternd_min |
0.00e+00 |
yes |
yes |
ScatterND |
test_cc_scatternd_multiply |
0.00e+00 |
yes |
yes |
Selu |
test_cc_selu |
0.00e+00 |
yes |
yes |
Selu |
test_cc_selu_default |
1.19e-07 |
yes |
yes |
Selu |
test_cc_selu_example |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_concat_from_sequence_axis_0 |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_concat_from_sequence_axis_1 |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_concat_from_sequence_new_axis |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_identity_opt |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_identity_sequence |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_loop16_seq_none |
0.00e+00 |
no |
no |
SequenceConstruct |
test_cc_optional_get_element_optional_sequence |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_optional_get_element_sequence |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_at_neg |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_at_pos0 |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_at_pos2 |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_construct |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_construct_int64_single |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_erase_default |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_erase_neg |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_erase_pos1 |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_insert_at_back |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_insert_at_front |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_insert_default |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_insert_neg |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_insert_pos1 |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_length |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_map_add_1_sequence_1_tensor |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_map_add_2_sequences |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_map_extract_shapes |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_map_identity_1_sequence |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_map_identity_1_sequence_1_tensor |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_map_identity_2_sequences |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_map_identity_float |
0.00e+00 |
yes |
yes |
SequenceConstruct |
test_cc_sequence_map_identity_int64 |
0.00e+00 |
yes |
yes |
SequenceEmpty |
test_cc_loop13_seq |
0.00e+00 |
no |
no |
SequenceEmpty |
test_cc_sequence_empty_default |
0.00e+00 |
yes |
yes |
SequenceEmpty |
test_cc_sequence_empty_int64 |
0.00e+00 |
yes |
yes |
Shape |
test_cc_shape |
0.00e+00 |
yes |
yes |
Shape |
test_cc_shape_clip_end |
0.00e+00 |
yes |
yes |
Shape |
test_cc_shape_clip_start |
0.00e+00 |
yes |
yes |
Shape |
test_cc_shape_end_1 |
0.00e+00 |
yes |
yes |
Shape |
test_cc_shape_end_negative_1 |
0.00e+00 |
yes |
yes |
Shape |
test_cc_shape_example |
0.00e+00 |
yes |
yes |
Shape |
test_cc_shape_start_1 |
0.00e+00 |
yes |
yes |
Shape |
test_cc_shape_start_1_end_2 |
0.00e+00 |
yes |
yes |
Shape |
test_cc_shape_start_1_end_negative_1 |
0.00e+00 |
yes |
yes |
Shape |
test_cc_shape_start_greater_than_end |
0.00e+00 |
yes |
yes |
Shape |
test_cc_shape_start_negative_1 |
0.00e+00 |
yes |
yes |
Shrink |
test_cc_shrink_default |
0.00e+00 |
yes |
yes |
Shrink |
test_cc_shrink_hard |
0.00e+00 |
yes |
yes |
Shrink |
test_cc_shrink_soft |
0.00e+00 |
yes |
yes |
Sigmoid |
test_cc_sigmoid |
5.96e-08 |
yes |
yes |
Sigmoid |
test_cc_sigmoid_bfloat16 |
n/a |
yes |
yes |
Sigmoid |
test_cc_sigmoid_double |
1.39e-16 |
yes |
yes |
Sigmoid |
test_cc_sigmoid_float16 |
0.00e+00 |
yes |
yes |
Sign |
test_cc_sign |
0.00e+00 |
yes |
yes |
Sign |
test_cc_sign_bfloat16 |
n/a |
yes |
yes |
Sign |
test_cc_sign_float16 |
0.00e+00 |
yes |
yes |
Sign |
test_cc_sign_int16 |
0.00e+00 |
yes |
yes |
Sign |
test_cc_sign_int32 |
0.00e+00 |
yes |
yes |
Sign |
test_cc_sign_int64 |
0.00e+00 |
yes |
yes |
Sign |
test_cc_sign_int8 |
0.00e+00 |
yes |
yes |
Sign |
test_cc_sign_uint16 |
0.00e+00 |
yes |
yes |
Sign |
test_cc_sign_uint32 |
0.00e+00 |
yes |
yes |
Sign |
test_cc_sign_uint64 |
0.00e+00 |
yes |
yes |
Sign |
test_cc_sign_uint8 |
0.00e+00 |
yes |
yes |
Sign |
test_sign |
0.00e+00 |
yes |
yes |
Sin |
test_cc_sin |
0.00e+00 |
yes |
yes |
Sin |
test_sin |
5.96e-08 |
yes |
yes |
Sin |
test_sin_example |
0.00e+00 |
yes |
yes |
Sinh |
test_cc_sinh |
0.00e+00 |
yes |
yes |
Sinh |
test_sinh |
0.00e+00 |
yes |
yes |
Sinh |
test_sinh_example |
0.00e+00 |
yes |
yes |
Size |
test_cc_size |
0.00e+00 |
yes |
yes |
Size |
test_cc_size_empty |
0.00e+00 |
yes |
yes |
Size |
test_cc_size_example |
0.00e+00 |
yes |
yes |
Size |
test_cc_size_scalar |
0.00e+00 |
yes |
yes |
Slice |
test_cc_slice |
0.00e+00 |
yes |
yes |
Slice |
test_cc_slice_axes_steps |
0.00e+00 |
yes |
yes |
Slice |
test_cc_slice_default_axes_steps |
0.00e+00 |
yes |
yes |
Slice |
test_cc_slice_default_steps |
0.00e+00 |
yes |
yes |
Slice |
test_cc_slice_end_out_of_bounds |
0.00e+00 |
yes |
yes |
Slice |
test_cc_slice_neg |
0.00e+00 |
yes |
yes |
Slice |
test_cc_slice_neg_steps |
0.00e+00 |
yes |
yes |
Slice |
test_cc_slice_negative_axes |
0.00e+00 |
yes |
yes |
Slice |
test_cc_slice_start_out_of_bounds |
0.00e+00 |
yes |
yes |
Softmax |
test_cc_softmax |
0.00e+00 |
yes |
yes |
Softmax |
test_cc_softmax_default_axis |
4.66e-10 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_NCd1_mean_weight_negative_ii |
0.00e+00 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_NCd1_mean_weight_negative_ii_log_prob |
2.38e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_NCd1d2d3_none_no_weight_negative_ii |
2.38e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_NCd1d2d3_none_no_weight_negative_ii_log_prob |
2.38e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_NCd1d2d3_sum_weight_high_ii |
0.00e+00 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_NCd1d2d3_sum_weight_high_ii_log_prob |
2.38e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_NCd1d2d3d4d5_mean_weight |
5.96e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_NCd1d2d3d4d5_mean_weight_log_prob |
5.96e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_NCd1d2d3d4d5_none_no_weight |
0.00e+00 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_NCd1d2d3d4d5_none_no_weight_log_prob |
0.00e+00 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_mean |
1.19e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_mean_3d |
0.00e+00 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_mean_3d_log_prob |
0.00e+00 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_mean_log_prob |
2.38e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_mean_no_weight_ii |
1.19e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_mean_no_weight_ii_3d |
0.00e+00 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_mean_no_weight_ii_3d_log_prob |
0.00e+00 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_mean_no_weight_ii_4d |
0.00e+00 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_mean_no_weight_ii_4d_log_prob |
0.00e+00 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_mean_no_weight_ii_log_prob |
2.38e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_mean_weight |
1.19e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_mean_weight_ii |
1.19e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_mean_weight_ii_3d |
0.00e+00 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_mean_weight_ii_3d_log_prob |
0.00e+00 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_mean_weight_ii_4d |
0.00e+00 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_mean_weight_ii_4d_log_prob |
0.00e+00 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_mean_weight_ii_log_prob |
2.38e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_mean_weight_log_prob |
2.38e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_none |
2.38e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_none_log_prob |
2.38e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_none_weights |
1.19e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_none_weights_log_prob |
2.38e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_sum |
4.77e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_sce_sum_log_prob |
4.77e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_softmax_cross_entropy_loss_log_prob |
2.38e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_softmax_cross_entropy_loss_mean |
1.19e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_softmax_cross_entropy_loss_none |
2.38e-07 |
yes |
yes |
SoftmaxCrossEntropyLoss |
test_cc_softmax_cross_entropy_loss_weighted_sum |
1.19e-07 |
yes |
yes |
Softplus |
test_cc_softplus |
0.00e+00 |
yes |
yes |
Softplus |
test_cc_softplus_bfloat16 |
n/a |
yes |
yes |
Softplus |
test_cc_softplus_example |
0.00e+00 |
yes |
yes |
Softplus |
test_cc_softplus_float16 |
0.00e+00 |
yes |
yes |
Softsign |
test_cc_softsign |
0.00e+00 |
yes |
yes |
Softsign |
test_cc_softsign_bfloat16 |
n/a |
yes |
yes |
Softsign |
test_cc_softsign_example |
0.00e+00 |
yes |
yes |
Softsign |
test_cc_softsign_float16 |
0.00e+00 |
yes |
yes |
SpaceToDepth |
test_cc_spacetodepth |
0.00e+00 |
yes |
yes |
SpaceToDepth |
test_cc_spacetodepth_example |
0.00e+00 |
yes |
yes |
Split |
test_cc_split_1d_uneven_split_opset18 |
0.00e+00 |
yes |
yes |
Split |
test_cc_split_2d_uneven_split_opset18 |
0.00e+00 |
yes |
yes |
Split |
test_cc_split_equal_parts_1d_opset13 |
0.00e+00 |
yes |
yes |
Split |
test_cc_split_equal_parts_1d_opset18 |
0.00e+00 |
yes |
yes |
Split |
test_cc_split_equal_parts_2d |
0.00e+00 |
yes |
yes |
Split |
test_cc_split_equal_parts_2d_opset13 |
0.00e+00 |
yes |
yes |
Split |
test_cc_split_equal_parts_default_axis_opset13 |
0.00e+00 |
yes |
yes |
Split |
test_cc_split_equal_parts_default_axis_opset18 |
0.00e+00 |
yes |
yes |
Split |
test_cc_split_variable_parts_1d_opset13 |
0.00e+00 |
no |
no |
Split |
test_cc_split_variable_parts_1d_opset18 |
0.00e+00 |
no |
no |
Split |
test_cc_split_variable_parts_2d_opset13 |
0.00e+00 |
no |
no |
Split |
test_cc_split_variable_parts_2d_opset18 |
0.00e+00 |
no |
no |
Split |
test_cc_split_variable_parts_default_axis_opset13 |
0.00e+00 |
no |
no |
Split |
test_cc_split_variable_parts_default_axis_opset18 |
0.00e+00 |
no |
no |
Split |
test_cc_split_zero_size_splits_opset13 |
0.00e+00 |
no |
no |
Split |
test_cc_split_zero_size_splits_opset18 |
0.00e+00 |
no |
no |
SplitToSequence |
test_cc_split_to_sequence_1 |
0.00e+00 |
yes |
yes |
SplitToSequence |
test_cc_split_to_sequence_2 |
0.00e+00 |
yes |
yes |
SplitToSequence |
test_cc_split_to_sequence_nokeepdims |
0.00e+00 |
yes |
yes |
Sqrt |
test_cc_sqrt |
0.00e+00 |
yes |
yes |
Sqrt |
test_cc_sqrt_bfloat16 |
n/a |
yes |
yes |
Sqrt |
test_cc_sqrt_float16 |
0.00e+00 |
yes |
yes |
Sqrt |
test_sqrt |
0.00e+00 |
yes |
yes |
Sqrt |
test_sqrt_example |
0.00e+00 |
yes |
yes |
Squeeze |
test_cc_squeeze_all_singleton |
0.00e+00 |
no |
no |
Squeeze |
test_cc_squeeze_axes |
0.00e+00 |
no |
no |
Squeeze |
test_cc_squeeze_empty_axes_name |
n/a |
yes |
yes |
Squeeze |
test_cc_squeeze_no_axes_input |
0.00e+00 |
yes |
yes |
StringConcat |
test_cc_string_concat |
0.00e+00 |
yes |
yes |
StringConcat |
test_cc_string_concat_bcast |
0.00e+00 |
yes |
yes |
StringConcat |
test_cc_string_concat_broadcasting |
0.00e+00 |
yes |
yes |
StringConcat |
test_cc_string_concat_chained_3in_1out |
0.00e+00 |
yes |
yes |
StringConcat |
test_cc_string_concat_empty_string |
0.00e+00 |
yes |
yes |
StringConcat |
test_cc_string_concat_utf8 |
0.00e+00 |
yes |
yes |
StringConcat |
test_cc_string_concat_zero_dimensional |
0.00e+00 |
yes |
yes |
StringNormalizer |
test_cc_string_normalizer_all_dropped |
0.00e+00 |
yes |
yes |
StringNormalizer |
test_cc_string_normalizer_case_sensitive |
0.00e+00 |
yes |
yes |
StringNormalizer |
test_cc_string_normalizer_case_sensitive_lower |
0.00e+00 |
yes |
yes |
StringNormalizer |
test_cc_string_normalizer_lower |
0.00e+00 |
yes |
yes |
StringNormalizer |
test_cc_string_normalizer_nostopwords_nochangecase |
0.00e+00 |
yes |
yes |
StringNormalizer |
test_cc_string_normalizer_upper |
0.00e+00 |
yes |
yes |
StringNormalizer |
test_cc_strnormalizer_export_monday_casesensintive_lower |
0.00e+00 |
yes |
yes |
StringNormalizer |
test_cc_strnormalizer_export_monday_casesensintive_nochangecase |
0.00e+00 |
yes |
yes |
StringNormalizer |
test_cc_strnormalizer_export_monday_casesensintive_upper |
0.00e+00 |
yes |
yes |
StringNormalizer |
test_cc_strnormalizer_export_monday_empty_output |
0.00e+00 |
yes |
yes |
StringNormalizer |
test_cc_strnormalizer_export_monday_insensintive_upper_twodim |
0.00e+00 |
yes |
yes |
StringNormalizer |
test_cc_strnormalizer_nostopwords_nochangecase |
0.00e+00 |
yes |
yes |
StringSplit |
test_cc_string_split_basic |
0.00e+00 |
yes |
yes |
StringSplit |
test_cc_string_split_consecutive_delimiters |
0.00e+00 |
yes |
yes |
StringSplit |
test_cc_string_split_empty_string_delimiter |
0.00e+00 |
yes |
yes |
StringSplit |
test_cc_string_split_empty_tensor |
0.00e+00 |
yes |
yes |
StringSplit |
test_cc_string_split_maxsplit |
0.00e+00 |
yes |
yes |
StringSplit |
test_cc_string_split_no_delimiter |
0.00e+00 |
yes |
yes |
Sub |
test_cc_sub |
0.00e+00 |
yes |
yes |
Sub |
test_cc_sub_bcast |
0.00e+00 |
yes |
yes |
Sub |
test_cc_sub_bfloat16 |
n/a |
yes |
yes |
Sub |
test_cc_sub_double |
0.00e+00 |
yes |
yes |
Sub |
test_cc_sub_float16 |
0.00e+00 |
yes |
yes |
Sub |
test_sub |
0.00e+00 |
yes |
yes |
Sub |
test_sub_bcast |
0.00e+00 |
yes |
yes |
Sub |
test_sub_example |
0.00e+00 |
yes |
yes |
Sub |
test_sub_int16 |
0.00e+00 |
yes |
yes |
Sub |
test_sub_int32 |
0.00e+00 |
yes |
yes |
Sub |
test_sub_int64 |
0.00e+00 |
yes |
yes |
Sub |
test_sub_int8 |
0.00e+00 |
yes |
yes |
Sub |
test_sub_uint16 |
0.00e+00 |
yes |
yes |
Sub |
test_sub_uint32 |
0.00e+00 |
yes |
yes |
Sub |
test_sub_uint64 |
0.00e+00 |
yes |
yes |
Sub |
test_sub_uint8 |
0.00e+00 |
yes |
yes |
Sum |
test_cc_sum_bcast |
0.00e+00 |
yes |
yes |
Sum |
test_cc_sum_example |
0.00e+00 |
yes |
yes |
Sum |
test_cc_sum_one_input |
0.00e+00 |
yes |
yes |
Sum |
test_cc_sum_two_inputs |
0.00e+00 |
yes |
yes |
Sum |
test_sum_example |
0.00e+00 |
yes |
yes |
Swish |
test_cc_swish |
1.19e-07 |
yes |
yes |
Swish |
test_cc_swish_alpha |
4.77e-07 |
yes |
yes |
Tan |
test_cc_tan |
0.00e+00 |
yes |
yes |
Tan |
test_tan |
0.00e+00 |
yes |
yes |
Tan |
test_tan_example |
0.00e+00 |
yes |
yes |
Tanh |
test_cc_tanh |
1.19e-07 |
yes |
yes |
Tanh |
test_cc_tanh_bfloat16 |
n/a |
yes |
yes |
Tanh |
test_cc_tanh_double |
5.55e-17 |
yes |
yes |
Tanh |
test_cc_tanh_float16 |
0.00e+00 |
yes |
yes |
Tanh |
test_tanh |
1.19e-07 |
yes |
yes |
Tanh |
test_tanh_example |
0.00e+00 |
yes |
yes |
TensorScatter |
test_cc_tensorscatter |
0.00e+00 |
yes |
yes |
TensorScatter |
test_cc_tensorscatter_3d |
0.00e+00 |
yes |
yes |
TensorScatter |
test_cc_tensorscatter_circular |
0.00e+00 |
yes |
yes |
TfIdfVectorizer |
test_cc_tfidfvectorizer_tf_batch_onlybigrams_skip0 |
0.00e+00 |
yes |
yes |
TfIdfVectorizer |
test_cc_tfidfvectorizer_tf_batch_onlybigrams_skip5 |
0.00e+00 |
yes |
yes |
TfIdfVectorizer |
test_cc_tfidfvectorizer_tf_batch_uniandbigrams_skip5 |
0.00e+00 |
yes |
yes |
TfIdfVectorizer |
test_cc_tfidfvectorizer_tf_only_bigrams_skip0 |
0.00e+00 |
yes |
yes |
TfIdfVectorizer |
test_cc_tfidfvectorizer_tf_onlybigrams_levelempty |
0.00e+00 |
yes |
yes |
TfIdfVectorizer |
test_cc_tfidfvectorizer_tf_onlybigrams_skip5 |
0.00e+00 |
yes |
yes |
TfIdfVectorizer |
test_cc_tfidfvectorizer_tf_uniandbigrams_skip5 |
0.00e+00 |
yes |
yes |
ThresholdedRelu |
test_cc_thresholdedrelu |
0.00e+00 |
yes |
yes |
ThresholdedRelu |
test_cc_thresholdedrelu_default |
0.00e+00 |
yes |
yes |
ThresholdedRelu |
test_cc_thresholdedrelu_example |
0.00e+00 |
yes |
yes |
Tile |
test_cc_tile_1d |
0.00e+00 |
yes |
yes |
Tile |
test_cc_tile_precomputed |
0.00e+00 |
yes |
yes |
Tile |
test_cc_tile_repeats_one |
0.00e+00 |
yes |
yes |
TopK |
test_cc_top_k |
0.00e+00 |
yes |
yes |
TopK |
test_cc_top_k_negative_axis |
0.00e+00 |
yes |
yes |
TopK |
test_cc_top_k_same_values |
0.00e+00 |
yes |
yes |
TopK |
test_cc_top_k_same_values_2d |
0.00e+00 |
yes |
yes |
TopK |
test_cc_top_k_same_values_largest |
0.00e+00 |
yes |
yes |
TopK |
test_cc_top_k_smallest |
0.00e+00 |
yes |
yes |
TopK |
test_cc_top_k_uint64 |
n/a |
yes |
yes |
Transpose |
test_cc_transpose_all_permutations_0 |
0.00e+00 |
yes |
yes |
Transpose |
test_cc_transpose_all_permutations_1 |
0.00e+00 |
yes |
yes |
Transpose |
test_cc_transpose_all_permutations_2 |
0.00e+00 |
yes |
yes |
Transpose |
test_cc_transpose_all_permutations_3 |
0.00e+00 |
yes |
yes |
Transpose |
test_cc_transpose_all_permutations_4 |
0.00e+00 |
yes |
yes |
Transpose |
test_cc_transpose_all_permutations_5 |
0.00e+00 |
yes |
yes |
Transpose |
test_cc_transpose_default_perm |
0.00e+00 |
yes |
yes |
Transpose |
test_cc_transpose_permuted_axes |
0.00e+00 |
yes |
yes |
Transpose |
test_cc_transpose_permuted_axes_2 |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_tril_neg |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_tril_one_row_neg |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_tril_out_neg |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_tril_out_pos |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_tril_pos |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_tril_square |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_tril_square_neg |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_tril_zero |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_trilu_batched_upper |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_trilu_lower |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_trilu_lower_k_negative |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_trilu_upper_default |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_trilu_upper_k_positive |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_triu |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_triu_neg |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_triu_one_row |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_triu_out_neg_out |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_triu_out_pos |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_triu_pos |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_triu_square |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_triu_square_neg |
0.00e+00 |
yes |
yes |
Trilu |
test_cc_triu_zero |
0.00e+00 |
yes |
yes |
Unique |
test_cc_unique_length_1 |
0.00e+00 |
yes |
yes |
Unique |
test_cc_unique_not_sorted_without_axis |
0.00e+00 |
yes |
yes |
Unique |
test_cc_unique_sorted_with_axis |
0.00e+00 |
yes |
yes |
Unique |
test_cc_unique_sorted_with_axis_3d |
0.00e+00 |
yes |
yes |
Unique |
test_cc_unique_sorted_with_negative_axis |
0.00e+00 |
yes |
yes |
Unique |
test_cc_unique_sorted_without_axis |
0.00e+00 |
yes |
yes |
Unsqueeze |
test_cc_unsqueeze_axes |
0.00e+00 |
no |
no |
Unsqueeze |
test_unsqueeze_axis_0 |
0.00e+00 |
no |
no |
Unsqueeze |
test_unsqueeze_axis_1 |
0.00e+00 |
no |
no |
Unsqueeze |
test_unsqueeze_axis_2 |
0.00e+00 |
no |
no |
Unsqueeze |
test_unsqueeze_negative_axes |
0.00e+00 |
no |
no |
Unsqueeze |
test_unsqueeze_three_axes |
0.00e+00 |
no |
no |
Unsqueeze |
test_unsqueeze_two_axes |
0.00e+00 |
no |
no |
Unsqueeze |
test_unsqueeze_unsorted_axes |
0.00e+00 |
no |
no |
Upsample |
test_cc_upsample_linear |
0.00e+00 |
yes |
yes |
Upsample |
test_cc_upsample_nearest |
0.00e+00 |
yes |
yes |
Upsample |
test_cc_upsample_nearest_1d |
0.00e+00 |
yes |
yes |
Upsample |
test_cc_upsample_nearest_default_mode |
0.00e+00 |
yes |
yes |
Where |
test_cc_where_bool |
n/a |
yes |
yes |
Where |
test_cc_where_double |
0.00e+00 |
yes |
yes |
Where |
test_cc_where_int16 |
n/a |
yes |
yes |
Where |
test_cc_where_int8 |
n/a |
yes |
yes |
Where |
test_cc_where_string |
0.00e+00 |
yes |
yes |
Where |
test_cc_where_uint16 |
n/a |
yes |
yes |
Where |
test_cc_where_uint32 |
n/a |
yes |
yes |
Where |
test_cc_where_uint64 |
n/a |
yes |
yes |
Where |
test_cc_where_uint8 |
0.00e+00 |
yes |
yes |
Where |
test_where_bcast |
0.00e+00 |
yes |
yes |
Where |
test_where_example |
0.00e+00 |
yes |
yes |
Where |
test_where_long_example |
0.00e+00 |
yes |
yes |
Xor |
test_cc_xor |
0.00e+00 |
yes |
yes |
Xor |
test_cc_xor_bcast |
0.00e+00 |
yes |
yes |
Xor |
test_xor2d |
0.00e+00 |
yes |
yes |
Xor |
test_xor3d |
0.00e+00 |
yes |
yes |
Xor |
test_xor4d |
0.00e+00 |
yes |
yes |
Xor |
test_xor_bcast3v1d |
0.00e+00 |
yes |
yes |
Xor |
test_xor_bcast3v2d |
0.00e+00 |
yes |
yes |
Xor |
test_xor_bcast4v2d |
0.00e+00 |
yes |
yes |
Xor |
test_xor_bcast4v3d |
0.00e+00 |
yes |
yes |
Xor |
test_xor_bcast4v4d |
0.00e+00 |
yes |
yes |
ai.onnx.ml
test op |
test name |
discrepancies (onnxruntime CPU) |
static shape |
dynamic_shapes |
|---|---|---|---|---|
ArrayFeatureExtractor |
test_ai_onnx_ml_array_feature_extractor |
0.00e+00 |
yes |
yes |
Binarizer |
test_ai_onnx_ml_binarizer |
0.00e+00 |
yes |
yes |
Binarizer |
test_cc_binarizer_int64 |
n/a |
yes |
yes |
CastMap |
test_cc_cast_map_int64_float_dense |
n/a |
no |
no |
CastMap |
test_cc_cast_map_int64_float_sparse |
n/a |
no |
no |
CastMap |
test_cc_cast_map_int64_string_dense |
n/a |
no |
no |
CategoryMapper |
test_cc_category_mapper_int_to_string |
0.00e+00 |
yes |
yes |
CategoryMapper |
test_cc_category_mapper_string_to_int |
0.00e+00 |
yes |
yes |
DictVectorizer |
test_cc_dict_vectorizer_int64_float |
n/a |
no |
no |
DictVectorizer |
test_cc_dict_vectorizer_string_int64 |
n/a |
no |
no |
FeatureVectorizer |
test_cc_feature_vectorizer_mixed_dtypes |
n/a |
no |
no |
FeatureVectorizer |
test_cc_feature_vectorizer_two_float |
0.00e+00 |
no |
no |
Imputer |
test_cc_imputer_float |
0.00e+00 |
no |
no |
Imputer |
test_cc_imputer_float_broadcast |
0.00e+00 |
no |
no |
Imputer |
test_cc_imputer_float_nan |
0.00e+00 |
no |
no |
Imputer |
test_cc_imputer_int64 |
0.00e+00 |
no |
no |
LabelEncoder |
test_ai_onnx_ml_label_encoder_string_int |
0.00e+00 |
yes |
yes |
LabelEncoder |
test_ai_onnx_ml_label_encoder_string_int_no_default |
0.00e+00 |
yes |
yes |
LabelEncoder |
test_ai_onnx_ml_label_encoder_tensor_mapping |
0.00e+00 |
yes |
yes |
LabelEncoder |
test_ai_onnx_ml_label_encoder_tensor_value_only_mapping |
0.00e+00 |
yes |
yes |
LabelEncoder |
test_cc_label_encoder_float_to_int64 |
0.00e+00 |
yes |
yes |
LabelEncoder |
test_cc_label_encoder_int64_to_float |
0.00e+00 |
yes |
yes |
LinearClassifier |
test_cc_linearclassifier_int64_binary |
1.00e+00 |
yes |
yes |
LinearRegressor |
test_cc_linearregressor_single_target |
0.00e+00 |
no |
no |
Normalizer |
test_cc_normalizer_l1_int64 |
0.00e+00 |
no |
no |
Normalizer |
test_cc_normalizer_l2_float |
0.00e+00 |
no |
no |
Normalizer |
test_cc_normalizer_max_double |
0.00e+00 |
no |
no |
OneHotEncoder |
test_cc_one_hot_encoder_int64 |
0.00e+00 |
yes |
yes |
OneHotEncoder |
test_cc_one_hot_encoder_string |
0.00e+00 |
yes |
yes |
SVMClassifier |
test_cc_svmclassifier_int64_binary |
0.00e+00 |
no |
no |
SVMRegressor |
test_cc_svmregressor_linear |
0.00e+00 |
no |
no |
Scaler |
test_cc_scaler_float |
0.00e+00 |
no |
no |
Scaler |
test_cc_scaler_int64 |
0.00e+00 |
no |
no |
TreeEnsemble |
test_ai_onnx_ml_tree_ensemble_set_membership |
0.00e+00 |
yes |
yes |
TreeEnsemble |
test_ai_onnx_ml_tree_ensemble_single_tree |
0.00e+00 |
yes |
yes |
TreeEnsemble |
test_cc_treeensemble_single_tree_float |
0.00e+00 |
yes |
yes |
TreeEnsembleClassifier |
test_cc_treeensembleclassifier_int64_binary |
2.00e+00 |
no |
no |
TreeEnsembleRegressor |
test_cc_treeensembleregressor_sum_single_target |
0.00e+00 |
no |
no |
ai.onnx.preview
test op |
test name |
discrepancies (onnxruntime CPU) |
static shape |
dynamic_shapes |
|---|---|---|---|---|
FlexAttention |
test_cc_flexattention_basic |
n/a |
yes |
yes |
FlexAttention |
test_cc_flexattention_causal_mask |
n/a |
yes |
yes |
FlexAttention |
test_cc_flexattention_diff_head_sizes |
n/a |
yes |
yes |
FlexAttention |
test_cc_flexattention_double |
n/a |
yes |
yes |
FlexAttention |
test_cc_flexattention_fp16 |
n/a |
yes |
yes |
FlexAttention |
test_cc_flexattention_gqa |
n/a |
yes |
yes |
FlexAttention |
test_cc_flexattention_prob_mod_identity |
n/a |
yes |
yes |
FlexAttention |
test_cc_flexattention_prob_mod_scale_half |
n/a |
yes |
yes |
FlexAttention |
test_cc_flexattention_relative_positional |
n/a |
yes |
yes |
FlexAttention |
test_cc_flexattention_scaled |
n/a |
yes |
yes |
FlexAttention |
test_cc_flexattention_score_mod |
n/a |
yes |
yes |
FlexAttention |
test_cc_flexattention_soft_cap |
n/a |
yes |
yes |
ai.onnx.preview.training
test op |
test name |
discrepancies (onnxruntime CPU) |
static shape |
dynamic_shapes |
|---|---|---|---|---|
Adagrad |
test_adagrad |
n/a |
yes |
yes |
Adagrad |
test_adagrad_multiple |
n/a |
yes |
yes |
Adam |
test_adam |
n/a |
yes |
yes |
Adam |
test_adam_multiple |
n/a |
yes |
yes |
Adam |
test_cc_adam_multiple |
n/a |
yes |
yes |
Adam |
test_cc_adam_single |
n/a |
yes |
yes |
Momentum |
test_momentum |
n/a |
yes |
yes |
Momentum |
test_momentum_multiple |
n/a |
yes |
yes |
Momentum |
test_nesterov_momentum |
n/a |
yes |
yes |
ai.rt
test op |
test name |
discrepancies (onnxruntime CPU) |
static shape |
dynamic_shapes |
|---|---|---|---|---|
DelayedInitializer |
test_cc_delayedinitializer_cpu |
n/a |
no |
no |
DelayedInitializer |
test_cc_delayedinitializer_file |
n/a |
no |
no |
empty_shape
test op |
test name |
discrepancies (onnxruntime CPU) |
static shape |
dynamic_shapes |
|---|---|---|---|---|
Add |
test_cc_add_empty_shape_scalars |
0.00e+00 |
yes |
yes |
Add |
test_cc_add_empty_shape_zero_dim |
0.00e+00 |
yes |
yes |
Add |
test_cc_add_empty_shape_zero_dim_2d |
0.00e+00 |
yes |
yes |
Compress |
test_cc_compress_empty_shape_axis0_all_false |
0.00e+00 |
yes |
yes |
Compress |
test_cc_compress_empty_shape_input_zero_dim |
0.00e+00 |
yes |
yes |
Compress |
test_cc_compress_empty_shape_no_axis_all_false |
0.00e+00 |
yes |
yes |
Div |
test_cc_div_empty_shape_scalars |
0.00e+00 |
yes |
yes |
Div |
test_cc_div_empty_shape_zero_dim |
0.00e+00 |
yes |
yes |
Div |
test_cc_div_empty_shape_zero_dim_2d |
0.00e+00 |
yes |
yes |
Mul |
test_cc_mul_empty_shape_scalars |
0.00e+00 |
yes |
yes |
Mul |
test_cc_mul_empty_shape_zero_dim |
0.00e+00 |
yes |
yes |
Mul |
test_cc_mul_empty_shape_zero_dim_2d |
0.00e+00 |
yes |
yes |
PRelu |
test_cc_prelu_empty_shape_scalars |
0.00e+00 |
yes |
yes |
PRelu |
test_cc_prelu_empty_shape_zero_dim |
0.00e+00 |
yes |
yes |
PRelu |
test_cc_prelu_empty_shape_zero_dim_2d |
0.00e+00 |
yes |
yes |
Sub |
test_cc_sub_empty_shape_scalars |
0.00e+00 |
yes |
yes |
Sub |
test_cc_sub_empty_shape_zero_dim |
0.00e+00 |
yes |
yes |
Sub |
test_cc_sub_empty_shape_zero_dim_2d |
0.00e+00 |
yes |
yes |
inference
test op |
test name |
discrepancies (onnxruntime CPU) |
static shape |
dynamic_shapes |
|---|---|---|---|---|
Abs |
test_cc_shape_inference_nonzero_chain_named |
0.00e+00 |
yes |
yes |
Abs |
test_cc_shape_inference_nonzero_plus_expression |
0.00e+00 |
yes |
yes |
Add |
test_cc_shape_inference_add_concat_reshape |
0.00e+00 |
yes |
yes |
Concat |
test_cc_shape_inference_concat_split_even |
0.00e+00 |
yes |
yes |
Concat |
test_cc_shape_inference_concat_split_odd |
0.00e+00 |
yes |
yes |
Gather |
test_cc_shape_inference_tiny_llm |
0.00e+00 |
no |
no |
Gather |
test_cc_shape_inference_tiny_llm_inlined |
0.00e+00 |
yes |
yes |
If |
test_cc_shape_inference_if_symbolic_shapes |
0.00e+00 |
yes |
yes |
MaxPool |
test_cc_shape_inference_floordiv_offset_expression |
0.00e+00 |
yes |
yes |
Pad |
test_cc_shape_inference_pad_canny_average |
0.00e+00 |
yes |
yes |
Reshape |
test_cc_shape_inference_reshape_reshape |
0.00e+00 |
yes |
yes |
Resize |
test_cc_shape_inference_resize_tile |
0.00e+00 |
yes |
yes |
Scan |
test_cc_shape_inference_scan_running_sum |
0.00e+00 |
yes |
yes |
Scan |
test_cc_shape_inference_scan_topk_pairwise_distance |
0.00e+00 |
yes |
yes |
Shape |
test_cc_shape_inference_check_shape |
3.66e-04 |
yes |
yes |
Shape |
test_cc_shape_inference_gather_value_as_shape |
0.00e+00 |
yes |
yes |
Shape |
test_cc_shape_inference_loop_pairwise_distance |
0.00e+00 |
yes |
yes |
Shape |
test_cc_shape_inference_loop_topk_pairwise_distance |
0.00e+00 |
yes |
yes |
Shape |
test_cc_shape_inference_shape_identity_unsqueeze |
n/a |
yes |
yes |
Shape |
test_cc_shape_inference_unsqueeze_vas_reshape |
0.00e+00 |
yes |
yes |
Shape |
test_cc_shape_inference_value_as_shape |
0.00e+00 |
yes |
yes |
Shape |
test_cc_shape_inference_value_as_shape_builder |
2.98e-08 |
yes |
yes |
Slice |
test_cc_shape_inference_slice_symbolic_end |
0.00e+00 |
yes |
yes |
TopK |
test_cc_shape_inference_two_topk_different_k |
0.00e+00 |
yes |
yes |
TopK |
test_cc_shape_inference_two_topk_same_k |
0.00e+00 |
yes |
yes |
Unsqueeze |
test_cc_shape_inference_topk_pairwise_distance |
0.00e+00 |
yes |
yes |
func_add |
test_cc_shape_inference_local_function_add |
0.00e+00 |
yes |
yes |
func_outer_add |
test_cc_shape_inference_nested_local_function_add |
0.00e+00 |
yes |
yes |
inplace
test op |
test name |
discrepancies (onnxruntime CPU) |
static shape |
dynamic_shapes |
|---|---|---|---|---|
Abs |
test_cc_shape_inference_inplace_reuse |
0.00e+00 |
yes |
yes |
nan_inf
test op |
test name |
discrepancies (onnxruntime CPU) |
static shape |
dynamic_shapes |
|---|---|---|---|---|
Add |
test_cc_add_nan_inf |
0.00e+00 |
yes |
yes |
Add |
test_cc_add_nan_inf_bcast_inf_scalar |
0.00e+00 |
yes |
yes |
Add |
test_cc_add_nan_inf_bcast_nan_scalar |
0.00e+00 |
yes |
yes |
Div |
test_cc_div_nan_inf |
0.00e+00 |
yes |
yes |
Div |
test_cc_div_nan_inf_bcast_inf_scalar |
0.00e+00 |
yes |
yes |
Div |
test_cc_div_nan_inf_bcast_nan_scalar |
0.00e+00 |
yes |
yes |
Mul |
test_cc_mul_nan_inf |
0.00e+00 |
yes |
yes |
Mul |
test_cc_mul_nan_inf_bcast_inf_scalar |
0.00e+00 |
yes |
yes |
Mul |
test_cc_mul_nan_inf_bcast_nan_scalar |
0.00e+00 |
yes |
yes |
Sub |
test_cc_sub_nan_inf |
0.00e+00 |
yes |
yes |
Sub |
test_cc_sub_nan_inf_bcast_inf_scalar |
0.00e+00 |
yes |
yes |
Sub |
test_cc_sub_nan_inf_bcast_nan_scalar |
0.00e+00 |
yes |
yes |
TopK |
test_cc_top_k_neg_inf |
0.00e+00 |
yes |
yes |
TopK |
test_cc_top_k_pos_inf |
0.00e+00 |
yes |
yes |
TopK |
test_cc_top_k_pos_neg_inf |
0.00e+00 |
yes |
yes |
Where |
test_cc_where_nan_inf |
0.00e+00 |
yes |
yes |
Where |
test_cc_where_nan_inf_bcast |
0.00e+00 |
yes |
yes |
release
test op |
test name |
discrepancies (onnxruntime CPU) |
static shape |
dynamic_shapes |
|---|---|---|---|---|
Shape |
test_cc_release_shape_reshape |
0.00e+00 |
yes |
yes |
shape_tag
test op |
test name |
discrepancies (onnxruntime CPU) |
static shape |
dynamic_shapes |
|---|---|---|---|---|
Mul |
test_cc_shape_tag_constant_mul_concat_reshape |
0.00e+00 |
yes |
yes |
Reshape |
test_cc_shape_tag_constant_reshape_ambiguous |
0.00e+00 |
yes |
yes |
Shape |
test_cc_shape_tag_shape_reshape |
0.00e+00 |
yes |
yes |