.gitattributes
.gitignore
.gitmodules
AGENTS.md
LICENSE
MANIFEST.in
ONNX_ERRORS.md
ONNX_SUPPORT.md
README.md
SUPPORT_OPS.md
logo.png
packaging_backend.py
pyproject.toml
pytest.ini
requirements-ci.txt
.github/copilot-instructions.md
.github/dependency-review-config.yml
.github/workflows/copilot-setup-steps.yml
.github/workflows/dependency-review.yml
.github/workflows/linux-release.yml
.github/workflows/python-compatibility.yml
.github/workflows/release.yml
.github/workflows/tests.yml
.github/workflows/windows-release.yml
docs/development.md
docs/output-format.md
docs/assets/emx-onnx-cgen-logo.svg
prompts/fix_random_test.py
reports/backend_fail_but_internal_ok.md
reports/pytest_speed_report.md
src/emx_onnx_cgen/__init__.py
src/emx_onnx_cgen/__main__.py
src/emx_onnx_cgen/_build_info.py
src/emx_onnx_cgen/_version.py
src/emx_onnx_cgen/cli.py
src/emx_onnx_cgen/compiler.py
src/emx_onnx_cgen/determinism.py
src/emx_onnx_cgen/dtypes.py
src/emx_onnx_cgen/errors.py
src/emx_onnx_cgen/invariants.py
src/emx_onnx_cgen/onnx_import.py
src/emx_onnx_cgen/onnxruntime_utils.py
src/emx_onnx_cgen/ops.py
src/emx_onnx_cgen/sequence_shape_hints.py
src/emx_onnx_cgen/testbench.py
src/emx_onnx_cgen/testbench_output_format.py
src/emx_onnx_cgen/validation.py
src/emx_onnx_cgen/verification.py
src/emx_onnx_cgen.egg-info/PKG-INFO
src/emx_onnx_cgen.egg-info/SOURCES.txt
src/emx_onnx_cgen.egg-info/dependency_links.txt
src/emx_onnx_cgen.egg-info/entry_points.txt
src/emx_onnx_cgen.egg-info/requires.txt
src/emx_onnx_cgen.egg-info/top_level.txt
src/emx_onnx_cgen/codegen/__init__.py
src/emx_onnx_cgen/codegen/c_emitter.py
src/emx_onnx_cgen/codegen/emitter.py
src/emx_onnx_cgen/ir/__init__.py
src/emx_onnx_cgen/ir/context.py
src/emx_onnx_cgen/ir/model.py
src/emx_onnx_cgen/ir/op_base.py
src/emx_onnx_cgen/ir/op_context.py
src/emx_onnx_cgen/ir/ops/__init__.py
src/emx_onnx_cgen/ir/ops/elementwise.py
src/emx_onnx_cgen/ir/ops/misc.py
src/emx_onnx_cgen/ir/ops/nn.py
src/emx_onnx_cgen/ir/ops/reduce.py
src/emx_onnx_cgen/lowering/__init__.py
src/emx_onnx_cgen/lowering/adagrad.py
src/emx_onnx_cgen/lowering/adam.py
src/emx_onnx_cgen/lowering/affine_grid.py
src/emx_onnx_cgen/lowering/arg_reduce.py
src/emx_onnx_cgen/lowering/array_feature_extractor.py
src/emx_onnx_cgen/lowering/attention.py
src/emx_onnx_cgen/lowering/attn_lstm.py
src/emx_onnx_cgen/lowering/average_pool.py
src/emx_onnx_cgen/lowering/batch_normalization.py
src/emx_onnx_cgen/lowering/bernoulli.py
src/emx_onnx_cgen/lowering/bifurcation_detector.py
src/emx_onnx_cgen/lowering/bitcast.py
src/emx_onnx_cgen/lowering/blackman_window.py
src/emx_onnx_cgen/lowering/cast.py
src/emx_onnx_cgen/lowering/cdist.py
src/emx_onnx_cgen/lowering/center_crop_pad.py
src/emx_onnx_cgen/lowering/col2im.py
src/emx_onnx_cgen/lowering/common.py
src/emx_onnx_cgen/lowering/compress.py
src/emx_onnx_cgen/lowering/concat.py
src/emx_onnx_cgen/lowering/concat_from_sequence.py
src/emx_onnx_cgen/lowering/constant_of_shape.py
src/emx_onnx_cgen/lowering/conv.py
src/emx_onnx_cgen/lowering/conv_integer.py
src/emx_onnx_cgen/lowering/conv_transpose.py
src/emx_onnx_cgen/lowering/conv_transpose_with_dynamic_pads.py
src/emx_onnx_cgen/lowering/crop.py
src/emx_onnx_cgen/lowering/crop_and_resize.py
src/emx_onnx_cgen/lowering/cumsum.py
src/emx_onnx_cgen/lowering/decoder_masked_mha.py
src/emx_onnx_cgen/lowering/deform_conv.py
src/emx_onnx_cgen/lowering/depth_space.py
src/emx_onnx_cgen/lowering/dequantize_linear.py
src/emx_onnx_cgen/lowering/det.py
src/emx_onnx_cgen/lowering/dft.py
src/emx_onnx_cgen/lowering/dropout.py
src/emx_onnx_cgen/lowering/dynamic_quantize_linear.py
src/emx_onnx_cgen/lowering/dynamic_quantize_lstm.py
src/emx_onnx_cgen/lowering/dynamic_quantize_matmul.py
src/emx_onnx_cgen/lowering/dynamic_time_warping.py
src/emx_onnx_cgen/lowering/einsum.py
src/emx_onnx_cgen/lowering/elementwise.py
src/emx_onnx_cgen/lowering/embed_layer_norm.py
src/emx_onnx_cgen/lowering/expand.py
src/emx_onnx_cgen/lowering/expand_dims.py
src/emx_onnx_cgen/lowering/eye_like.py
src/emx_onnx_cgen/lowering/fast_gelu.py
src/emx_onnx_cgen/lowering/flatten.py
src/emx_onnx_cgen/lowering/fused_conv.py
src/emx_onnx_cgen/lowering/fused_matmul.py
src/emx_onnx_cgen/lowering/gather.py
src/emx_onnx_cgen/lowering/gather_block_quantized.py
src/emx_onnx_cgen/lowering/gather_elements.py
src/emx_onnx_cgen/lowering/gather_nd.py
src/emx_onnx_cgen/lowering/gemm.py
src/emx_onnx_cgen/lowering/global_max_pool.py
src/emx_onnx_cgen/lowering/grid_sample.py
src/emx_onnx_cgen/lowering/group_normalization.py
src/emx_onnx_cgen/lowering/gru.py
src/emx_onnx_cgen/lowering/hamming_window.py
src/emx_onnx_cgen/lowering/hann_window.py
src/emx_onnx_cgen/lowering/hardmax.py
src/emx_onnx_cgen/lowering/identity.py
src/emx_onnx_cgen/lowering/if_op.py
src/emx_onnx_cgen/lowering/image_scaler.py
src/emx_onnx_cgen/lowering/instance_normalization.py
src/emx_onnx_cgen/lowering/inverse.py
src/emx_onnx_cgen/lowering/label_encoder.py
src/emx_onnx_cgen/lowering/layer_normalization.py
src/emx_onnx_cgen/lowering/logsoftmax.py
src/emx_onnx_cgen/lowering/loop.py
src/emx_onnx_cgen/lowering/lp_normalization.py
src/emx_onnx_cgen/lowering/lp_pool.py
src/emx_onnx_cgen/lowering/lrn.py
src/emx_onnx_cgen/lowering/lstm.py
src/emx_onnx_cgen/lowering/matmul.py
src/emx_onnx_cgen/lowering/matmul_bnb4.py
src/emx_onnx_cgen/lowering/matmul_integer.py
src/emx_onnx_cgen/lowering/matmul_integer16.py
src/emx_onnx_cgen/lowering/matmul_integer_to_float.py
src/emx_onnx_cgen/lowering/matmul_nbits.py
src/emx_onnx_cgen/lowering/maxpool.py
src/emx_onnx_cgen/lowering/maxpool_with_mask.py
src/emx_onnx_cgen/lowering/maxunpool.py
src/emx_onnx_cgen/lowering/mean_variance_normalization.py
src/emx_onnx_cgen/lowering/mel_weight_matrix.py
src/emx_onnx_cgen/lowering/moe.py
src/emx_onnx_cgen/lowering/momentum.py
src/emx_onnx_cgen/lowering/ms_attention.py
src/emx_onnx_cgen/lowering/multihead_attention.py
src/emx_onnx_cgen/lowering/murmur_hash3.py
src/emx_onnx_cgen/lowering/negative_log_likelihood_loss.py
src/emx_onnx_cgen/lowering/ngram_repeat_block.py
src/emx_onnx_cgen/lowering/nhwc_maxpool.py
src/emx_onnx_cgen/lowering/non_max_suppression.py
src/emx_onnx_cgen/lowering/nonzero.py
src/emx_onnx_cgen/lowering/one_hot.py
src/emx_onnx_cgen/lowering/optional_get_element.py
src/emx_onnx_cgen/lowering/optional_has_element.py
src/emx_onnx_cgen/lowering/pad.py
src/emx_onnx_cgen/lowering/qattention.py
src/emx_onnx_cgen/lowering/qembed_layer_norm.py
src/emx_onnx_cgen/lowering/qgemm.py
src/emx_onnx_cgen/lowering/qlinear_add.py
src/emx_onnx_cgen/lowering/qlinear_concat.py
src/emx_onnx_cgen/lowering/qlinear_conv.py
src/emx_onnx_cgen/lowering/qlinear_matmul.py
src/emx_onnx_cgen/lowering/qlinear_mul.py
src/emx_onnx_cgen/lowering/qlinear_softmax.py
src/emx_onnx_cgen/lowering/qlinear_unary.py
src/emx_onnx_cgen/lowering/qlinear_where.py
src/emx_onnx_cgen/lowering/quantize_linear.py
src/emx_onnx_cgen/lowering/random_uniform.py
src/emx_onnx_cgen/lowering/random_uniform_like.py
src/emx_onnx_cgen/lowering/range.py
src/emx_onnx_cgen/lowering/reduce.py
src/emx_onnx_cgen/lowering/regex_full_match.py
src/emx_onnx_cgen/lowering/registry.py
src/emx_onnx_cgen/lowering/reshape.py
src/emx_onnx_cgen/lowering/resize.py
src/emx_onnx_cgen/lowering/reverse_sequence.py
src/emx_onnx_cgen/lowering/rms_normalization.py
src/emx_onnx_cgen/lowering/rnn.py
src/emx_onnx_cgen/lowering/roi_align.py
src/emx_onnx_cgen/lowering/rotary_embedding.py
src/emx_onnx_cgen/lowering/sample_op.py
src/emx_onnx_cgen/lowering/scatter.py
src/emx_onnx_cgen/lowering/scatter_elements.py
src/emx_onnx_cgen/lowering/scatter_nd.py
src/emx_onnx_cgen/lowering/sequence_at.py
src/emx_onnx_cgen/lowering/sequence_construct.py
src/emx_onnx_cgen/lowering/sequence_empty.py
src/emx_onnx_cgen/lowering/sequence_erase.py
src/emx_onnx_cgen/lowering/sequence_insert.py
src/emx_onnx_cgen/lowering/sequence_length.py
src/emx_onnx_cgen/lowering/shape.py
src/emx_onnx_cgen/lowering/size.py
src/emx_onnx_cgen/lowering/skip_layer_normalization.py
src/emx_onnx_cgen/lowering/slice.py
src/emx_onnx_cgen/lowering/softmax.py
src/emx_onnx_cgen/lowering/softmax_cross_entropy_loss.py
src/emx_onnx_cgen/lowering/split.py
src/emx_onnx_cgen/lowering/split_to_sequence.py
src/emx_onnx_cgen/lowering/squeeze.py
src/emx_onnx_cgen/lowering/stft.py
src/emx_onnx_cgen/lowering/string_concat.py
src/emx_onnx_cgen/lowering/string_normalizer.py
src/emx_onnx_cgen/lowering/string_split.py
src/emx_onnx_cgen/lowering/tensor_scatter.py
src/emx_onnx_cgen/lowering/tfidf_vectorizer.py
src/emx_onnx_cgen/lowering/tile.py
src/emx_onnx_cgen/lowering/tokenizer.py
src/emx_onnx_cgen/lowering/topk.py
src/emx_onnx_cgen/lowering/transpose.py
src/emx_onnx_cgen/lowering/tree_ensemble.py
src/emx_onnx_cgen/lowering/tree_ensemble_classifier.py
src/emx_onnx_cgen/lowering/trilu.py
src/emx_onnx_cgen/lowering/unfold_tensor.py
src/emx_onnx_cgen/lowering/unique.py
src/emx_onnx_cgen/lowering/unsqueeze.py
src/emx_onnx_cgen/lowering/upsample.py
src/emx_onnx_cgen/lowering/variadic.py
src/emx_onnx_cgen/lowering/where.py
src/emx_onnx_cgen/lowering/word_conv_embedding.py
src/emx_onnx_cgen/onnx_backend/__init__.py
src/emx_onnx_cgen/onnx_backend/__main__.py
src/emx_onnx_cgen/onnx_backend/backend.py
src/emx_onnx_cgen/onnx_backend/config.py
src/emx_onnx_cgen/onnx_backend/pytest_plugin.py
src/emx_onnx_cgen/onnx_backend/runner.py
src/emx_onnx_cgen/onnx_backend/test_suite.py
src/emx_onnx_cgen/templates/adagrad_op.c.j2
src/emx_onnx_cgen/templates/adam_op.c.j2
src/emx_onnx_cgen/templates/affine_grid_op.c.j2
src/emx_onnx_cgen/templates/arg_reduce_op.c.j2
src/emx_onnx_cgen/templates/array_feature_extractor_op.c.j2
src/emx_onnx_cgen/templates/attention_op.c.j2
src/emx_onnx_cgen/templates/attn_lstm_op.c.j2
src/emx_onnx_cgen/templates/average_pool_op.c.j2
src/emx_onnx_cgen/templates/batch_norm_op.c.j2
src/emx_onnx_cgen/templates/bernoulli_op.c.j2
src/emx_onnx_cgen/templates/bias_gelu_op.c.j2
src/emx_onnx_cgen/templates/bifurcation_detector_op.c.j2
src/emx_onnx_cgen/templates/binary_op.c.j2
src/emx_onnx_cgen/templates/bitcast_op.c.j2
src/emx_onnx_cgen/templates/blackman_window_op.c.j2
src/emx_onnx_cgen/templates/cast_op.c.j2
src/emx_onnx_cgen/templates/cdist_op.c.j2
src/emx_onnx_cgen/templates/center_crop_pad_op.c.j2
src/emx_onnx_cgen/templates/clip_op.c.j2
src/emx_onnx_cgen/templates/col2im_op.c.j2
src/emx_onnx_cgen/templates/compress_op.c.j2
src/emx_onnx_cgen/templates/concat_from_sequence_op.c.j2
src/emx_onnx_cgen/templates/concat_op.c.j2
src/emx_onnx_cgen/templates/constant_of_shape_op.c.j2
src/emx_onnx_cgen/templates/conv_integer_op.c.j2
src/emx_onnx_cgen/templates/conv_op.c.j2
src/emx_onnx_cgen/templates/conv_transpose_op.c.j2
src/emx_onnx_cgen/templates/conv_transpose_with_dynamic_pads_op.c.j2
src/emx_onnx_cgen/templates/crop_and_resize_op.c.j2
src/emx_onnx_cgen/templates/cumprod_op.c.j2
src/emx_onnx_cgen/templates/cumsum_op.c.j2
src/emx_onnx_cgen/templates/decoder_masked_mha_op.c.j2
src/emx_onnx_cgen/templates/deform_conv_op.c.j2
src/emx_onnx_cgen/templates/depth_to_space_op.c.j2
src/emx_onnx_cgen/templates/dequantize_linear_op.c.j2
src/emx_onnx_cgen/templates/det_op.c.j2
src/emx_onnx_cgen/templates/dft_op.c.j2
src/emx_onnx_cgen/templates/dropout_op.c.j2
src/emx_onnx_cgen/templates/dynamic_quantize_linear_op.c.j2
src/emx_onnx_cgen/templates/dynamic_quantize_lstm_op.c.j2
src/emx_onnx_cgen/templates/dynamic_quantize_matmul_op.c.j2
src/emx_onnx_cgen/templates/dynamic_time_warping_op.c.j2
src/emx_onnx_cgen/templates/einsum_op.c.j2
src/emx_onnx_cgen/templates/embed_layer_norm_op.c.j2
src/emx_onnx_cgen/templates/expand_op.c.j2
src/emx_onnx_cgen/templates/eye_like_op.c.j2
src/emx_onnx_cgen/templates/fast_gelu_op.c.j2
src/emx_onnx_cgen/templates/fused_conv_op.c.j2
src/emx_onnx_cgen/templates/fused_matmul_op.c.j2
src/emx_onnx_cgen/templates/gather_block_quantized_op.c.j2
src/emx_onnx_cgen/templates/gather_elements_op.c.j2
src/emx_onnx_cgen/templates/gather_nd_op.c.j2
src/emx_onnx_cgen/templates/gather_op.c.j2
src/emx_onnx_cgen/templates/gemm_op.c.j2
src/emx_onnx_cgen/templates/grid_sample_op.c.j2
src/emx_onnx_cgen/templates/group_normalization_op.c.j2
src/emx_onnx_cgen/templates/gru_op.c.j2
src/emx_onnx_cgen/templates/hamming_window_op.c.j2
src/emx_onnx_cgen/templates/hann_window_op.c.j2
src/emx_onnx_cgen/templates/hardmax_op.c.j2
src/emx_onnx_cgen/templates/identity_op.c.j2
src/emx_onnx_cgen/templates/image_scaler_op.c.j2
src/emx_onnx_cgen/templates/instance_normalization_op.c.j2
src/emx_onnx_cgen/templates/inverse_op.c.j2
src/emx_onnx_cgen/templates/label_encoder_op.c.j2
src/emx_onnx_cgen/templates/layer_normalization_op.c.j2
src/emx_onnx_cgen/templates/logsoftmax_op.c.j2
src/emx_onnx_cgen/templates/loop_range_op.c.j2
src/emx_onnx_cgen/templates/loop_sequence_insert_op.c.j2
src/emx_onnx_cgen/templates/lp_normalization_op.c.j2
src/emx_onnx_cgen/templates/lp_pool_op.c.j2
src/emx_onnx_cgen/templates/lrn_op.c.j2
src/emx_onnx_cgen/templates/lstm_op.c.j2
src/emx_onnx_cgen/templates/matmul_bnb4_op.c.j2
src/emx_onnx_cgen/templates/matmul_integer16_op.c.j2
src/emx_onnx_cgen/templates/matmul_integer_op.c.j2
src/emx_onnx_cgen/templates/matmul_integer_to_float_op.c.j2
src/emx_onnx_cgen/templates/matmul_nbits_op.c.j2
src/emx_onnx_cgen/templates/matmul_op.c.j2
src/emx_onnx_cgen/templates/maxpool_op.c.j2
src/emx_onnx_cgen/templates/maxpool_with_mask_op.c.j2
src/emx_onnx_cgen/templates/maxunpool_op.c.j2
src/emx_onnx_cgen/templates/mean_variance_normalization_op.c.j2
src/emx_onnx_cgen/templates/mel_weight_matrix_op.c.j2
src/emx_onnx_cgen/templates/moe_op.c.j2
src/emx_onnx_cgen/templates/momentum_op.c.j2
src/emx_onnx_cgen/templates/ms_attention_op.c.j2
src/emx_onnx_cgen/templates/multi_input_op.c.j2
src/emx_onnx_cgen/templates/multihead_attention_op.c.j2
src/emx_onnx_cgen/templates/murmur_hash3_op.c.j2
src/emx_onnx_cgen/templates/negative_log_likelihood_loss_op.c.j2
src/emx_onnx_cgen/templates/ngram_repeat_block_op.c.j2
src/emx_onnx_cgen/templates/nhwc_maxpool_op.c.j2
src/emx_onnx_cgen/templates/nonmax_suppression_op.c.j2
src/emx_onnx_cgen/templates/nonzero_op.c.j2
src/emx_onnx_cgen/templates/one_hot_op.c.j2
src/emx_onnx_cgen/templates/optional_get_element_op.c.j2
src/emx_onnx_cgen/templates/optional_has_element_op.c.j2
src/emx_onnx_cgen/templates/pad_op.c.j2
src/emx_onnx_cgen/templates/qattention_op.c.j2
src/emx_onnx_cgen/templates/qembed_layer_norm_op.c.j2
src/emx_onnx_cgen/templates/qgemm_op.c.j2
src/emx_onnx_cgen/templates/qlinear_add_op.c.j2
src/emx_onnx_cgen/templates/qlinear_average_pool_op.c.j2
src/emx_onnx_cgen/templates/qlinear_concat_op.c.j2
src/emx_onnx_cgen/templates/qlinear_conv_op.c.j2
src/emx_onnx_cgen/templates/qlinear_global_average_pool_op.c.j2
src/emx_onnx_cgen/templates/qlinear_matmul_op.c.j2
src/emx_onnx_cgen/templates/qlinear_mul_op.c.j2
src/emx_onnx_cgen/templates/qlinear_softmax_op.c.j2
src/emx_onnx_cgen/templates/qlinear_unary_op.c.j2
src/emx_onnx_cgen/templates/qlinear_where_op.c.j2
src/emx_onnx_cgen/templates/quantize_linear_op.c.j2
src/emx_onnx_cgen/templates/random_uniform_op.c.j2
src/emx_onnx_cgen/templates/range_op.c.j2
src/emx_onnx_cgen/templates/reduce_op.c.j2
src/emx_onnx_cgen/templates/reduce_op_dynamic.c.j2
src/emx_onnx_cgen/templates/reshape_op.c.j2
src/emx_onnx_cgen/templates/resize_op.c.j2
src/emx_onnx_cgen/templates/reverse_sequence_op.c.j2
src/emx_onnx_cgen/templates/rms_normalization_op.c.j2
src/emx_onnx_cgen/templates/rnn_op.c.j2
src/emx_onnx_cgen/templates/roi_align_op.c.j2
src/emx_onnx_cgen/templates/rotary_embedding_op.c.j2
src/emx_onnx_cgen/templates/sample_op.c.j2
src/emx_onnx_cgen/templates/scatter_elements_op.c.j2
src/emx_onnx_cgen/templates/scatter_nd_op.c.j2
src/emx_onnx_cgen/templates/scatter_op.c.j2
src/emx_onnx_cgen/templates/sequence_at_op.c.j2
src/emx_onnx_cgen/templates/sequence_construct_op.c.j2
src/emx_onnx_cgen/templates/sequence_empty_op.c.j2
src/emx_onnx_cgen/templates/sequence_erase_op.c.j2
src/emx_onnx_cgen/templates/sequence_identity_op.c.j2
src/emx_onnx_cgen/templates/sequence_insert_op.c.j2
src/emx_onnx_cgen/templates/sequence_length_op.c.j2
src/emx_onnx_cgen/templates/shape_op.c.j2
src/emx_onnx_cgen/templates/size_op.c.j2
src/emx_onnx_cgen/templates/skip_layer_normalization_op.c.j2
src/emx_onnx_cgen/templates/slice_op.c.j2
src/emx_onnx_cgen/templates/slice_op_dynamic.c.j2
src/emx_onnx_cgen/templates/softmax_cross_entropy_loss_op.c.j2
src/emx_onnx_cgen/templates/softmax_op.c.j2
src/emx_onnx_cgen/templates/space_to_depth_op.c.j2
src/emx_onnx_cgen/templates/split_op.c.j2
src/emx_onnx_cgen/templates/split_to_sequence_op.c.j2
src/emx_onnx_cgen/templates/stft_op.c.j2
src/emx_onnx_cgen/templates/string_concat_op.c.j2
src/emx_onnx_cgen/templates/string_normalizer_op.c.j2
src/emx_onnx_cgen/templates/string_split_op.c.j2
src/emx_onnx_cgen/templates/tensor_scatter_op.c.j2
src/emx_onnx_cgen/templates/testbench.c.j2
src/emx_onnx_cgen/templates/tfidf_vectorizer_op.c.j2
src/emx_onnx_cgen/templates/tile_op.c.j2
src/emx_onnx_cgen/templates/tokenizer_op.c.j2
src/emx_onnx_cgen/templates/topk_op.c.j2
src/emx_onnx_cgen/templates/transpose_op.c.j2
src/emx_onnx_cgen/templates/tree_ensemble_classifier_op.c.j2
src/emx_onnx_cgen/templates/tree_ensemble_op.c.j2
src/emx_onnx_cgen/templates/trilu_op.c.j2
src/emx_onnx_cgen/templates/unary_op.c.j2
src/emx_onnx_cgen/templates/unfold_tensor_op.c.j2
src/emx_onnx_cgen/templates/unique_op.c.j2
src/emx_onnx_cgen/templates/where_op.c.j2
src/emx_onnx_cgen/templates/word_conv_embedding_op.c.j2
src/shared/__init__.py
src/shared/fft_codegen.py
src/shared/fft_kernel_registry.py
src/shared/scalar_functions.py
src/shared/scalar_types.py
src/shared/ulp.py
tests/conftest.py
tests/golden_utils.py
tests/test_cli.py
tests/test_codegen_data_file.py
tests/test_codegen_signature.py
tests/test_compiler.py
tests/test_determinism.py
tests/test_endtoend_features.py
tests/test_float8_dtypes.py
tests/test_golden.py
tests/test_golden_ops.py
tests/test_invariants.py
tests/test_mixed_dtypes.py
tests/test_multi_output.py
tests/test_official_onnx_files.py
tests/test_official_onnx_files_docs.py
tests/test_onnx_backend.py
tests/test_onnx_backend_runner.py
tests/test_onnx_import.py
tests/test_ops.py
tests/test_shared_fft_codegen.py
tests/test_shared_fft_kernel_registry.py
tests/test_shared_ulp.py
tests/test_subbyte_dtypes.py
tests/test_testbench.py
tests/test_testbench_output_format.py
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_lstm_op_test__BidirectionLstmWithBahdanauAM2BatchShortenSeqLen_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_lstm_op_test__BidirectionLstmWithBahdanauAMShortenSeqLength_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_lstm_op_test__ForwardLstmWithBahdanauAMShortenSeqLength_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_lstm_op_test__ForwardLstmWithBahdanauAMZeroAttention_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_lstm_op_test__ForwardLstmWithBahdanauAM_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_lstm_op_test__ReverseLstmWithBahdanauAMShortenSeqLength_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__Attention3DMask_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__Attention3DMask_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionBatch1AttentionBias_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionBatch1AttentionBias_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionBatch1WithQKVAttr1_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionBatch1WithQKVAttr1_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionBatch1WithQKVAttr2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionBatch1WithQKVAttr2_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionBatch1_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionBatch1_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionBatch2AttentionBias_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionBatch2AttentionBias_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionBatch2AttentionMask_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionBatch2AttentionMask_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionBatch2LeftPaddingMaskIndex2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionBatch2LeftPaddingMaskIndex2_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionBatch2MaskIndex2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionBatch2MaskIndex2_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionBatch2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionBatch2_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionDummyMask2D_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionDummyMask2D_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionEmptyPastState_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionEmptyPastState_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionLeftPaddingMaskIndex2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionLeftPaddingMaskIndex2_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionMask1DEndNoWord_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionMask1DEndNoWord_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionMask1DNoWord_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionMask1DNoWord_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionMask2DNoWord_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionMask2DNoWord_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionMask3DNoWord_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionMask3DNoWord_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionMaskExceedSequence_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionMaskExceedSequence_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionMaskIndexOutOfRange_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionMaskIndexOutOfRange_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionMaskPartialSequence_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionMaskPartialSequence_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionNoMaskIndex_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionNoMaskIndex_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionPastStateBatch1_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionPastStateBatch1_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionPastStateBatch2WithPadding_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionPastStateBatch2WithPadding_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionPastStateBatch2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionPastStateBatch2_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionPastState_dynamic_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionPrunedModel_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionPrunedModel_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionRightPaddingMaskIndex2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionRightPaddingMaskIndex2_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionUnidirectional3DMask_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionUnidirectional3DMask_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionUnidirectionalAttentionMask_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionUnidirectionalAttentionMask_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionUnidirectional_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionUnidirectional_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionWithNormFactor_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__AttentionWithNormFactor_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__Attention_Mask1D_Fp32_B2_S64_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__Attention_Mask2D_Fp32_B2_S32_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__SharedPrepackedWeights_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__attention_op_test__SharedPrepackedWeights_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__bifurcation_detector_op_test__Test1_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__bifurcation_detector_op_test__Test2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__cdist_op_test__DoubleEuclidean_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__cdist_op_test__Euclidean_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__cdist_op_test__Sqeuclidean_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__conv_transpose_with_dynamic_pads_test__ConvTransposeWithDynamicPads_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__crop_and_resize_op_test__CropAndResize_1122_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__crop_and_resize_op_test__CropAndResize_1122_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__crop_and_resize_op_test__CropAndResize_1122_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__crop_and_resize_op_test__CropAndResize_1133_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__crop_and_resize_op_test__CropAndResize_1133_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__crop_and_resize_op_test__CropAndResize_1133_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__crop_and_resize_op_test__CropAndResize_1222_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__crop_and_resize_op_test__CropAndResize_1222_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__crop_and_resize_op_test__CropAndResize_2122_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__crop_and_resize_op_test__CropAndResize_2122_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__crop_op_test__Crop_Border_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__crop_op_test__Crop_Scale_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__decoder_masked_multihead_attention_op_test__cpu_cross_attn_fp32_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__decoder_masked_multihead_attention_op_test__cpu_self_attn_fp32_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__Int8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__Int8_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__Int8_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__Int8_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__Int8_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__Int8_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__Int8_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__Int8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__Int8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__Int8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__Int8_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__Int8_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__Int8_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__Int8_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__Int8_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__Int8_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__UInt8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__UInt8_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__UInt8_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__UInt8_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__UInt8_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__UInt8_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__UInt8_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__UInt8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__UInt8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__UInt8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__UInt8_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__UInt8_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__UInt8_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__UInt8_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__UInt8_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__UInt8_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__UInt8_test_with_empty_input_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__WithConstantBInputs_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__WithConstantBInputs_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__WithConstantBInputs_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__WithConstantBInputs_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__WithConstantBInputs_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_quantize_matmul_test__WithConstantBInputs_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_slice_op_test__dynamic_slice_ends_out_of_bounds_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_slice_op_test__dynamic_slice_full_axes_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_slice_op_test__dynamic_slice_full_axes_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_slice_op_test__dynamic_slice_varied_types_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_slice_op_test__dynamic_slice_varied_types_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_slice_op_test__dynamic_slice_varied_types_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_slice_op_test__dynamic_slice_varied_types_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_slice_op_test__dynamic_slice_varied_types_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_slice_op_test__dynamic_slice_with_axes_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_slice_op_test__dynamic_slice_with_axes_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_slice_op_test__dynamic_slice_with_negative_axes_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_slice_op_test__dynamic_slice_with_negative_axes_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__dynamic_time_warping_op_test__simple_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__element_wise_ops_test__AffineDefaultAttributes_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__element_wise_ops_test__Affine_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__element_wise_ops_test__Float_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__element_wise_ops_test__Float_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__element_wise_ops_test__Float_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__element_wise_ops_test__Float_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__element_wise_ops_test__Float_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__element_wise_ops_test__Float_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__element_wise_ops_test__Scale_Default_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__element_wise_ops_test__Scale_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__embed_layer_norm_op_test__EmbedLayerNormBatch1_EmbeddingSum_NoMaskIndex_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__embed_layer_norm_op_test__EmbedLayerNormBatch1_EmbeddingSum_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__embed_layer_norm_op_test__EmbedLayerNormBatch1_PositionIdsDiffOrder_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__embed_layer_norm_op_test__EmbedLayerNormBatch1_PositionIds_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__embed_layer_norm_op_test__EmbedLayerNormBatch1_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__embed_layer_norm_op_test__EmbedLayerNormBatch2_NoMask_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__embed_layer_norm_op_test__EmbedLayerNormBatch2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__embed_layer_norm_op_test__EmbedLayerNormBatch3_PositionIds_BroadCast_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__embed_layer_norm_op_test__EmbedLayerNormBatch_Distill_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__embed_layer_norm_op_test__EmbedLayerNormLargeBatchSmallHiddenSize_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__expand_dims_test__Basic_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__expand_dims_test__Basic_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__expand_dims_test__Basic_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__expand_dims_test__MaxAxis_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__expand_dims_test__MaxAxis_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__expand_dims_test__MinAxis_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__expand_dims_test__MinAxis_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fastgelu_op_test__FastGeluWithBiasFloat32_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fastgelu_op_test__FastGeluWithNullInput_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fastgelu_op_test__FastGeluWithoutBiasFloat32_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_conv_test__Conv2D_Bias_Relu_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_conv_test__Conv2D_HardSigmoid_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_conv_test__Conv2D_Relu_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_conv_test__Cpu_Conv2D_Bias_Z_Relu_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeNoTranspose_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeNoTranspose_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeNoTranspose_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeNoTranspose_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeNoTranspose_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeNoTranspose_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeNoTranspose_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeNoTranspose_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeNoTranspose_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeNoTranspose_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeNoTranspose_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeNoTranspose_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeScale_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeAB_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeA_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeA_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeA_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeA_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeA_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeA_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeA_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeA_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeA_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeA_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeA_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeA_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeB_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__fused_matmul_op_test__FloatTypeTransposeBatch_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_4Bits_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_4Bits_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_4Bits_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_4Bits_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_4Bits_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_4Bits_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_4Bits_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_4Bits_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_4Bits_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_4Bits_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_4Bits_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_4Bits_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_4Bits_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_4Bits_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_4Bits_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_4Bits_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_8Bits_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_8Bits_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_8Bits_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_8Bits_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_8Bits_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_8Bits_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_8Bits_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_8Bits_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0NoZeroPoints_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_4Bits_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_4Bits_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_4Bits_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_4Bits_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_4Bits_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_4Bits_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_4Bits_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_4Bits_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_8Bits_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_8Bits_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_8Bits_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_8Bits_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_8Bits_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_8Bits_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_8Bits_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_8Bits_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis0WithZeroPoints_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis1_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gather_block_quantized_op_test__GatherAxis2_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gridsample_test__gridsample_aligncorners_true_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gridsample_test__gridsample_default_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gridsample_test__gridsample_mode_bicubic_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gridsample_test__gridsample_mode_bilinear_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gridsample_test__gridsample_mode_nearest_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gridsample_test__gridsample_paddingmode_border_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gridsample_test__gridsample_paddingmode_reflection_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__gridsample_test__gridsample_paddingmode_zeros_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__inverse_test__four_by_four_batches_float_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__inverse_test__four_by_four_float_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__inverse_test__two_by_two_double_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__inverse_test__two_by_two_float16_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__inverse_test__two_by_two_float_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__BERTLayerNorm_NoBias_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__BERTLayerNorm_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm17_double_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm17_opset_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm17_opset_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_NormSize1_NoBias_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_NormSize1_Valid_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_NormSize1_WithBiasScale_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Bias_4D_OuterInnerBroadcast_Axis3_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Bias_4D_OuterInnerBroadcast_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Bias_Axis2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Bias_Broadcast_Dim0_Fp16_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Bias_Broadcast_Dim0_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Bias_Broadcast_Dim1_Fp16_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Bias_Broadcast_Dim1_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Bias_Broadcast_Fp16_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Bias_Broadcast_Fp16_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Bias_Float16InputScaleBiasOutput_Initializers_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Bias_Float16InputScaleBiasOutput_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Bias_Float16InputScaleBiasOutput_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Bias_NoBroadcast_Fp16_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Bias_NoBroadcast_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Bias_PerLastDim_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Bias_Scalar_Axis2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Bias_Scalar_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Bias_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Broadcast_Inner_Mixed_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Float16InputScaleOutput_Initializers_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Float16InputScaleOutput_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Scalar_NoBias_Axis2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_Scalar_NoBias_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_Scale_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_ValidScaleBias_Broadcast_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__layer_norm_op_test__LayerNorm_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__math__matmul_sparse_test__TestCoo_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__math__matmul_sparse_test__TestCoo_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__math__matmul_sparse_test__TestCoo_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__math__matmul_sparse_test__TestCoo_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__math__matmul_sparse_test__TestCsr_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__math__matmul_sparse_test__TestCsr_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__math__matmul_sparse_test__TestCsr_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__math__matmul_sparse_test__TestCsr_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2Bits_Asymmetric_128x128_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2Bits_Asymmetric_128x256_BlkLen128_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2Bits_Asymmetric_256x256_BlkLen64_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2Bits_Asymmetric_256x256_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2Bits_Asymmetric_Batch32_256x256_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2Bits_Symmetric_128x128_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2Bits_Symmetric_128x256_BlkLen128_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2Bits_Symmetric_256x256_BlkLen64_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2Bits_Symmetric_256x256_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2Bits_Symmetric_Batch32_128x128_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run72__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run73__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run74__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run75__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run76__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run77__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run78__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run79__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy0_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run72__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run73__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run74__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run75__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run76__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run77__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run78__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run79__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_2bits_test__Float32_2b_Accuracy4_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy0_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run100__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run101__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run102__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run103__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run104__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run105__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run106__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run107__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run108__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run109__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run110__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run111__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run112__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run113__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run114__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run115__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run116__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run117__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run118__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run119__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run72__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run73__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run74__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run75__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run76__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run77__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run78__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run79__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run80__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run81__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run82__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run83__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run84__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run85__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run86__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run87__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run88__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run89__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run90__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run91__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run92__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run93__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run94__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run95__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run96__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run97__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run98__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run99__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy2_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run100__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run101__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run102__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run103__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run104__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run105__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run106__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run107__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run108__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run109__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run110__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run111__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run112__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run113__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run114__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run115__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run116__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run117__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run118__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run119__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run120__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run121__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run122__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run123__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run124__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run125__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run126__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run127__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run128__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run129__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run130__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run131__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run132__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run133__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run134__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run135__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run136__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run137__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run138__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run139__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run72__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run73__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run74__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run75__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run76__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run77__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run78__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run79__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run80__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run81__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run82__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run83__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run84__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run85__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run86__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run87__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run88__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run89__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run90__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run91__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run92__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run93__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run94__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run95__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run96__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run97__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run98__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run99__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float16_4b_Accuracy4_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run100__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run101__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run102__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run103__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run104__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run105__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run106__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run107__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run108__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run109__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run110__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run111__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run112__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run113__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run114__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run115__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run116__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run117__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run118__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run119__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run72__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run73__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run74__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run75__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run76__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run77__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run78__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run79__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run80__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run81__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run82__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run83__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run84__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run85__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run86__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run87__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run88__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run89__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run90__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run91__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run92__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run93__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run94__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run95__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run96__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run97__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run98__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run99__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy0_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy1_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_Batch_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_Batch_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_Batch_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_Batch_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_Batch_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_Batch_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_Batch_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_Batch_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_Batch_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run100__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run101__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run102__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run103__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run104__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run105__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run106__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run107__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run108__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run109__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run110__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run111__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run112__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run113__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run114__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run115__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run116__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run117__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run118__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run119__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run120__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run121__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run122__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run123__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run124__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run72__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run73__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run74__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run75__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run76__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run77__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run78__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run79__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run80__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run81__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run82__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run83__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run84__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run85__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run86__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run87__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run88__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run89__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run90__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run91__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run92__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run93__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run94__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run95__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run96__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run97__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run98__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run99__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__Float32_4b_Accuracy4_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__LegacyShape_4b_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__LegacyShape_4b_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__LegacyShape_4b_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__LegacyShape_4b_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__LegacyShape_4b_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__LegacyShape_4b_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__LegacyShape_4b_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__LegacyShape_4b_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__LegacyShape_4b_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_4bits_test__LegacyShape_4b_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run100__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run101__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run102__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run103__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run104__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run105__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run106__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run107__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run108__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run109__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run110__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run111__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run112__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run113__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run114__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run115__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run116__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run117__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run118__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run119__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run120__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run121__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run122__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run123__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run124__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run125__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run126__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run127__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run128__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run129__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run130__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run131__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run72__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run73__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run74__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run75__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run76__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run77__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run78__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run79__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run80__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run81__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run82__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run83__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run84__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run85__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run86__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run87__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run88__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run89__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run90__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run91__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run92__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run93__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run94__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run95__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run96__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run97__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run98__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run99__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel1_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run100__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run101__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run102__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run103__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run104__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run105__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run106__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run107__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run108__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run109__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run110__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run111__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run112__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run113__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run114__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run115__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run116__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run117__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run118__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run119__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run120__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run121__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run122__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run123__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run124__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run125__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run126__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run127__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run128__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run129__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run130__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run131__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run132__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run133__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run134__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run135__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run72__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run73__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run74__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run75__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run76__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run77__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run78__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run79__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run80__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run81__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run82__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run83__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run84__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run85__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run86__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run87__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run88__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run89__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run90__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run91__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run92__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run93__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run94__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run95__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run96__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run97__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run98__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run99__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_8bits_test__Float32_8b_AccuracyLevel4_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run100__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run101__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run102__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run103__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run104__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run105__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run106__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run107__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run108__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run109__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run110__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run111__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run112__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run113__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run114__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run115__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run116__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run117__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run118__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run119__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run120__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run121__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run122__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run123__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run124__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run125__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run126__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run127__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run128__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run129__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run130__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run131__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run132__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run133__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run134__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run135__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run136__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run137__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run138__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run139__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run140__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run141__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run142__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run143__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run144__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run145__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run146__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run147__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run148__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run149__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run150__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run151__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run152__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run153__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run154__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run155__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run156__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run157__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run158__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run159__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run160__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run161__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run162__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run163__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run164__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run165__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run166__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run167__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run168__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run169__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run170__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run171__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run172__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run173__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run174__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run175__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run176__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run177__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run178__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run179__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run180__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run181__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run182__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run183__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run184__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run185__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run186__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run187__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run188__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run189__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run190__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run191__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run192__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run193__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run194__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run195__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run196__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run197__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run198__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run199__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run200__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run201__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run202__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run203__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run204__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run205__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run206__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run207__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run208__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run209__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run210__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run211__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run212__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run213__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run214__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run215__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run216__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run217__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run218__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run219__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run220__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run221__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run222__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run223__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run224__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run225__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run226__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run227__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run228__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run229__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run230__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run231__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run232__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run233__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run234__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run235__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run236__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run237__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run238__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run239__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run240__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run241__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run242__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run243__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run244__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run245__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run246__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run247__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run248__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run249__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run250__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run251__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run252__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run253__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run254__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run255__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run256__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run257__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run258__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run259__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run260__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run261__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run262__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run263__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run264__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run265__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run266__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run267__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run268__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run269__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run270__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run271__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run272__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run273__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run274__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run275__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run276__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run277__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run278__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run279__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run280__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run281__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run282__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run283__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run284__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run285__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run286__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run287__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run288__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run289__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run290__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run291__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run292__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run293__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run294__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run295__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run296__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run297__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run298__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run299__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run300__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run301__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run302__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run303__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run304__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run305__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run306__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run307__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run308__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run309__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run310__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run311__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run312__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run313__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run314__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run315__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run316__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run317__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run318__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run319__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run320__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run321__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run322__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run323__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run324__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run325__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run326__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run327__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run328__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run329__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run330__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run331__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run332__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run333__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run334__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run335__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run336__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run337__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run338__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run339__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run340__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run341__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run342__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run343__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run344__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run345__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run346__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run347__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run348__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run349__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run350__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run351__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run352__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run353__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run354__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run355__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run356__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run357__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run358__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run359__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run360__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run361__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run362__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run363__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run364__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run365__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run366__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run367__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run368__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run369__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run370__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run371__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run372__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run373__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run374__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run375__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run376__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run377__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run378__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run379__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run380__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run381__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run382__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run383__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run384__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run385__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run386__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run387__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run388__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run389__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run390__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run391__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run392__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run393__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run394__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run395__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run396__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run397__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run398__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run399__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run400__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run401__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run402__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run403__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run404__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run405__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run406__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run407__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run408__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run409__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run410__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run411__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run412__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run413__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run414__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run415__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run416__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run417__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run418__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run419__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run420__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run421__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run422__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run423__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run424__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run425__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run426__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run427__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run428__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run429__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run430__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run431__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run432__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run433__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run434__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run435__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run436__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run437__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run438__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run439__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run440__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run441__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run442__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run443__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run444__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run445__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run446__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run447__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run448__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run449__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run450__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run451__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run452__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run453__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run454__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run455__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run456__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run457__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run458__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run459__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run460__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run461__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run462__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run463__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run464__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run465__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run466__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run467__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run468__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run469__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run470__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run471__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run472__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run473__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run474__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run475__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run476__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run477__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run478__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run479__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run480__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run481__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run482__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run483__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run484__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run485__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run486__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run487__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run488__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run489__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run490__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run491__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run492__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run493__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run494__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run495__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run496__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run497__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run498__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run499__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run500__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run501__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run502__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run503__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run504__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run505__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run506__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run507__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run508__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run509__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run510__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run511__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run512__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run513__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run514__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run515__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run516__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run517__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run518__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run519__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run520__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run521__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run522__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run523__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run524__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run525__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run526__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run527__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run528__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run529__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run530__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run531__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run532__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run533__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run534__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run535__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run536__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run537__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run538__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run539__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run540__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run541__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run542__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run543__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run544__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run545__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run546__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run547__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run548__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run549__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run550__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run551__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run552__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run553__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run554__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run555__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run556__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run557__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run558__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run559__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run560__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run561__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run562__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run563__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run564__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run565__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run566__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run567__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run568__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run569__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run570__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run571__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run572__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run573__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run574__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run575__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run576__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run577__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run578__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run579__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run580__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run581__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run582__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run583__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run584__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run585__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run586__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run587__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run588__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run589__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run590__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run591__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run592__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run593__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run594__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run595__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run596__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run597__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run598__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run599__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run600__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run601__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run602__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run603__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run604__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run605__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run606__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run607__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run608__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run609__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run610__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run611__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run612__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run613__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run614__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run615__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run616__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run617__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run618__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run619__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run620__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run621__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run622__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run623__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run624__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run625__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run626__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run627__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run628__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run629__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run630__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run631__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run632__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run633__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run634__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run635__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run636__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run637__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run638__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run639__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run640__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run641__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run642__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run643__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run644__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run645__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run646__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run647__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run648__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run649__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run650__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run651__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run652__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run653__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run654__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run655__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run656__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run657__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run658__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run659__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run660__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run661__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run662__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run663__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run664__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run665__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run666__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run667__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run668__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run669__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run670__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run671__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run672__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run673__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run674__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run675__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run676__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run677__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run678__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run679__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run680__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run681__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run682__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run683__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run684__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run685__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run686__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run687__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run688__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run689__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run690__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run691__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run692__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run693__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run694__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run695__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run696__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run697__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run698__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run699__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run700__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run701__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run702__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run703__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run704__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run705__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run706__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run707__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run708__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run709__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run710__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run711__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run712__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run713__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run714__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run715__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run716__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run717__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run718__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run719__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run720__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run721__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run722__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run723__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run724__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run725__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run726__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run727__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run728__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run729__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run72__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run730__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run731__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run732__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run733__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run734__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run735__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run736__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run737__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run738__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run739__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run73__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run740__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run741__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run742__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run743__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run744__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run745__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run746__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run747__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run748__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run749__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run74__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run750__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run751__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run752__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run753__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run754__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run755__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run756__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run757__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run758__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run759__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run75__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run760__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run761__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run762__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run763__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run764__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run765__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run766__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run767__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run76__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run77__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run78__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run79__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run80__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run81__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run82__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run83__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run84__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run85__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run86__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run87__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run88__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run89__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run90__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run91__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run92__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run93__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run94__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run95__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run96__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run97__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run98__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run99__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_bnb4_test__Float32_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer16_test__MatMulInteger16_1_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer16_test__MatMulInteger16_2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer16_test__MatMulInteger16_3_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer16_test__MatMulInteger16_Empty_input_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_HasBias_test_S8S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_HasBias_test_S8S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_HasBias_test_S8S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_HasBias_test_S8S8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_HasBias_test_U8S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_HasBias_test_U8S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_HasBias_test_U8S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_HasBias_test_U8S8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_HasBias_test_U8X8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_HasBias_test_U8X8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_HasBias_test_U8X8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_HasBias_test_U8X8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_NoBias_test_S8S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_NoBias_test_S8S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_NoBias_test_S8S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_NoBias_test_S8S8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_NoBias_test_U8S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_NoBias_test_U8S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_NoBias_test_U8S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_NoBias_test_U8S8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_NoBias_test_U8U8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_NoBias_test_U8U8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_NoBias_test_U8U8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__HasZeroPoint_NoBias_test_U8U8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_HasBias_test_S8S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_HasBias_test_S8S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_HasBias_test_S8S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_HasBias_test_S8S8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_HasBias_test_U8S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_HasBias_test_U8S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_HasBias_test_U8S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_HasBias_test_U8S8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_HasBias_test_U8U8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_HasBias_test_U8U8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_HasBias_test_U8U8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_HasBias_test_U8U8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_NoBias_test_S8S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_NoBias_test_S8S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_NoBias_test_S8S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_NoBias_test_S8S8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_NoBias_test_U8S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_NoBias_test_U8S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_NoBias_test_U8S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_NoBias_test_U8S8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_NoBias_test_U8U8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_NoBias_test_U8U8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_NoBias_test_U8U8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__matmul_integer_to_float_test__NoZeroPoint_NoBias_test_U8U8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__maxpool_mask_test__MaxPoolWithMask_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__moe_test__MoECpuTest_BasicSwiGLU_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttentionWithPast_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttentionWithPast_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_Batch1_HeadSize16_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_Batch1_HeadSize16_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_Batch1_HeadSize16_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_Batch1_HeadSize16_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_Batch1_HeadSize8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_Batch1_HeadSize8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_Batch2_HeadSize16_8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_Batch2_HeadSize16_8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_Batch2_HeadSize16_8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_Batch2_HeadSize16_8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_Batch2_HeadSize40_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_Batch2_HeadSize40_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_Batch2_HeadSize40_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_Batch2_HeadSize40_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_DiffSequenceLengths_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_DiffSequenceLengths_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_DiffSequenceLengths_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_DiffSequenceLengths_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_DiffSequenceLengths_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__CrossAttention_DiffSequenceLengths_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__SelfAttention_WithPastAndPresent_NoMask_NoRelPosBias_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__SelfAttention_WithPastAndPresent_NoMask_NoRelPosBias_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__SelfAttention_WithPastAndPresent_NoMask_NoRelPosBias_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__SelfAttention_WithPastAndPresent_NoMask_NoRelPosBias_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__SelfAttention_WithPastAndPresent_NoMask_NoRelPosBias_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__multihead_attention_op_test__SelfAttention_WithPastAndPresent_NoMask_NoRelPosBias_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__murmur_hash3_test__DefaultSeed_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__murmur_hash3_test__MoreDataFloat_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__murmur_hash3_test__MoreDataInt_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__murmur_hash3_test__MultipleStringsKeyUIntResult_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__murmur_hash3_test__NonZeroSeedUIntResult_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__murmur_hash3_test__NonZeroSeed_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__murmur_hash3_test__StringKeyIntResult_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__murmur_hash3_test__StringKeyIntWithSeed42_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__murmur_hash3_test__StringKeyUIntResult_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__murmur_hash3_test__StringKeyUIntWithSeed42_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__murmur_hash3_test__ZeroSeedDoubleResult_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__murmur_hash3_test__ZeroSeedFloatResult_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__murmur_hash3_test__ZeroSeedUIntResult2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__murmur_hash3_test__ZeroSeedUIntResult3_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__murmur_hash3_test__ZeroSeedUIntResult_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__murmur_hash3_test__ZeroSeed_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__ngram_repeat_block_op_test__NGramSize_3_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run72__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run73__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run74__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run75__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run76__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run77__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run78__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run79__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run80__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run81__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run82__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run83__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run84__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run85__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run86__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run87__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run88__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run89__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run90__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run91__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run92__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_S8_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run72__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run73__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run74__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run75__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run76__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run77__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run78__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run79__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run80__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run81__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run82__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run83__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run84__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run85__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run86__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run87__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run88__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run89__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run90__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run91__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run92__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool1D_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run72__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run73__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run74__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run75__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run76__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run77__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run78__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run79__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run80__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run81__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run82__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run83__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run84__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run85__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run86__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run87__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run88__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run89__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run90__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run91__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run92__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_S8_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run72__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run73__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run74__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run75__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run76__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run77__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run78__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run79__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run80__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run81__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run82__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run83__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run84__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run85__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run86__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run87__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run88__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run89__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run90__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run91__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run92__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool2D_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run72__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run73__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run74__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run75__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run76__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run77__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run78__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run79__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run80__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run81__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run82__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run83__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run84__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run85__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run86__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run87__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run88__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run89__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run90__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run91__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run92__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_S8_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run72__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run73__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run74__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run75__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run76__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run77__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run78__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run79__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run80__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run81__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run82__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run83__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run84__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run85__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run86__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run87__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run88__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run89__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run90__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run91__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run92__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPool3D_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPoolDilations_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPoolDilations_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPoolStrides_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__nhwc_maxpool_op_test__MaxPoolStrides_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qembed_layer_norm_op_test__EmbedLayerNormBatch1_Float16_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qembed_layer_norm_op_test__EmbedLayerNormBatch1_Float16_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qembed_layer_norm_op_test__EmbedLayerNormBatch1_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qembed_layer_norm_op_test__EmbedLayerNormBatch1_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qembed_layer_norm_op_test__EmbedLayerNormBatch2_NoMask_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qembed_layer_norm_op_test__EmbedLayerNormBatch2_NoMask_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qembed_layer_norm_op_test__EmbedLayerNormBatch2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qembed_layer_norm_op_test__EmbedLayerNormBatch2_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qembed_layer_norm_op_test__EmbedLayerNormBatch_Distill_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qembed_layer_norm_op_test__EmbedLayerNormBatch_Distill_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qembed_layer_norm_op_test__EmbedLayerNormLargeBatchSmallHiddenSize_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qembed_layer_norm_op_test__EmbedLayerNormLargeBatchSmallHiddenSize_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddS8ScalarVectorBroadcast_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddS8ScalarVectorBroadcast_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddS8ScalarVectorBroadcast_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddS8ScalarVectorFull_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddS8ScalarVectorFull_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddS8ScalarVectorFull_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddS8VectorScalarBroadcast_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddS8VectorScalarBroadcast_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddS8VectorScalarBroadcast_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddS8VectorScalarFull_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddS8VectorScalarFull_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddS8VectorScalarFull_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddS8VectorVectorBroadcast_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddS8VectorVectorBroadcast_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddS8VectorVectorBroadcast_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddS8VectorVectorFull_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddS8VectorVectorFull_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddS8VectorVectorFull_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddU8ScalarVectorBroadcast_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddU8ScalarVectorBroadcast_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddU8ScalarVectorBroadcast_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddU8ScalarVectorFull_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddU8ScalarVectorFull_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddU8ScalarVectorFull_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddU8VectorScalarBroadcast_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddU8VectorScalarBroadcast_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddU8VectorScalarBroadcast_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddU8VectorScalarFull_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddU8VectorScalarFull_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddU8VectorScalarFull_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddU8VectorVectorBroadcast_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddU8VectorVectorBroadcast_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddU8VectorVectorBroadcast_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddU8VectorVectorFull_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddU8VectorVectorFull_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__AddU8VectorVectorFull_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulS8ScalarVectorBroadcast_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulS8ScalarVectorBroadcast_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulS8ScalarVectorBroadcast_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulS8ScalarVectorFull_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulS8ScalarVectorFull_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulS8ScalarVectorFull_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulS8VectorScalarBroadcast_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulS8VectorScalarBroadcast_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulS8VectorScalarBroadcast_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulS8VectorScalarFull_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulS8VectorScalarFull_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulS8VectorScalarFull_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulS8VectorVectorBroadcast_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulS8VectorVectorBroadcast_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulS8VectorVectorBroadcast_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulS8VectorVectorFull_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulS8VectorVectorFull_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulS8VectorVectorFull_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulU8ScalarVectorBroadcast_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulU8ScalarVectorBroadcast_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulU8ScalarVectorBroadcast_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulU8ScalarVectorFull_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulU8ScalarVectorFull_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulU8ScalarVectorFull_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulU8VectorScalarBroadcast_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulU8VectorScalarBroadcast_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulU8VectorScalarBroadcast_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulU8VectorScalarFull_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulU8VectorScalarFull_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulU8VectorScalarFull_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulU8VectorVectorBroadcast_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulU8VectorVectorBroadcast_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulU8VectorVectorBroadcast_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulU8VectorVectorFull_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulU8VectorVectorFull_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_binary_op_test__MulU8VectorVectorFull_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__ExpectFail_MixedConstDynamic_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__ExpectFail_MixedConstDynamic_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__ExpectFail_MixedConstDynamic_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__ExpectFail_MixedConstDynamic_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__ExpectFail_MixedConstDynamic_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__ExpectFail_MixedConstDynamic_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__ExpectFail_MixedConstDynamic_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__ExpectFail_MixedConstDynamic_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__Input3_ConstConstConst_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__Input3_ConstConstConst_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__Input3_DynamicDynamicDynamic_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__Input3_DynamicDynamicDynamic_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__Input3_MixedConstDynamic_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__Input3_MixedConstDynamic_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__Input3_MixedConstDynamic_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__Input3_MixedConstDynamic_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__Input3_MixedConstDynamic_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__Input3_MixedConstDynamic_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__Input3_MixedConstDynamic_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__Input3_MixedConstDynamic_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__InputOne_Const_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__InputOne_Const_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__InputOne_Dynamic_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_concat_test__InputOne_Dynamic_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nchw_1x32x32x1_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nchw_1x32x32x1_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nchw_1x7x7x255_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nchw_1x7x7x255_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nchw_1x7x7x256_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nchw_1x7x7x256_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nchw_1x8x8x255_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nchw_1x8x8x255_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nchw_1x8x8x256_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nchw_1x8x8x256_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nchw_3x7x7x255_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nchw_3x7x7x255_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nchw_3x7x7x256_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nchw_3x7x7x256_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nchw_3x8x8x255_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nchw_3x8x8x255_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nchw_3x8x8x256_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nchw_3x8x8x256_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nhwc_1x1x32x32_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nhwc_1x1x32x32_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nhwc_1x255x7x7_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nhwc_1x255x7x7_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nhwc_1x255x8x8_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nhwc_1x255x8x8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nhwc_1x256x7x7_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nhwc_1x256x7x7_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nhwc_1x256x8x8_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nhwc_1x256x8x8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nhwc_3x255x7x7_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nhwc_3x255x7x7_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nhwc_3x255x8x8_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nhwc_3x255x8x8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nhwc_3x256x7x7_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nhwc_3x256x7x7_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nhwc_3x256x8x8_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_global_average_pool_test__Nhwc_3x256x8x8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_lookup_table_test__QLinearLeakyRelu_Int8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_lookup_table_test__QLinearLeakyRelu_UInt8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_lookup_table_test__QLinearSigmoid_Int8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_lookup_table_test__QLinearSigmoid_UInt8_0_Y_ZP_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_lookup_table_test__QLinearSigmoid_UInt8_0_Y_ZP_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_lookup_table_test__QLinearSigmoid_UInt8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_lookup_table_test__QLinearSoftmax_Int8_v12_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_lookup_table_test__QLinearSoftmax_Int8_v12_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_lookup_table_test__QLinearSoftmax_Int8_v13_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_lookup_table_test__QLinearSoftmax_Int8_v13_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_lookup_table_test__QLinearSoftmax_UInt8_v12_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_lookup_table_test__QLinearSoftmax_UInt8_v12_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_lookup_table_test__QLinearSoftmax_UInt8_v13_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_lookup_table_test__QLinearSoftmax_UInt8_v13_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool1D_ExcludePadPixel_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool1D_ExcludePadPixel_S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool1D_ExcludePadPixel_S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool1D_ExcludePadPixel_nhwc_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool1D_ExcludePadPixel_nhwc_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool1D_ExcludePadPixel_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool1D_ExcludePadPixel_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool1D_ExcludePadPixel_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool1D_IncludePadPixel_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool1D_IncludePadPixel_S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool1D_IncludePadPixel_S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool1D_IncludePadPixel_nhwc_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool1D_IncludePadPixel_nhwc_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool1D_IncludePadPixel_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool1D_IncludePadPixel_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool1D_IncludePadPixel_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_BigImage_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_BigImage_S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_BigImage_S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_BigImage_nhwc_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_BigImage_nhwc_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_BigImage_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_BigImage_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_BigImage_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_ExcludePadPixel_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_ExcludePadPixel_S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_ExcludePadPixel_S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_ExcludePadPixel_nhwc_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_ExcludePadPixel_nhwc_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_ExcludePadPixel_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_ExcludePadPixel_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_ExcludePadPixel_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_Global_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_Global_S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_Global_S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_Global_nhwc_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_Global_nhwc_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_Global_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_Global_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_Global_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_IncludePadPixel_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_IncludePadPixel_S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_IncludePadPixel_S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_IncludePadPixel_nhwc_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_IncludePadPixel_nhwc_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_IncludePadPixel_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_IncludePadPixel_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_IncludePadPixel_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_MultiChannel_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_MultiChannel_S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_MultiChannel_S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_MultiChannel_nhwc_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_MultiChannel_nhwc_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_MultiChannel_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_MultiChannel_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool2D_MultiChannel_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool3D_ExcludePadPixel_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool3D_ExcludePadPixel_S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool3D_ExcludePadPixel_S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool3D_ExcludePadPixel_nhwc_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool3D_ExcludePadPixel_nhwc_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool3D_ExcludePadPixel_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool3D_ExcludePadPixel_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool3D_ExcludePadPixel_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool3D_IncludePadPixel_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool3D_IncludePadPixel_S8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool3D_IncludePadPixel_S8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool3D_IncludePadPixel_nhwc_S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool3D_IncludePadPixel_nhwc_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool3D_IncludePadPixel_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool3D_IncludePadPixel_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_pool_test__AveragePool3D_IncludePadPixel_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_where_test__QLinearWhereMatrixAll_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_where_test__QLinearWhereMatrixAll_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_where_test__QLinearWhereScalarAll_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_where_test__QLinearWhereScalarAll_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_where_test__QLinearWhereScalarX_VectorY_MatrixCondition_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_where_test__QLinearWhereScalarX_VectorY_MatrixCondition_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_where_test__QLinearWhereVectorAll_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_where_test__QLinearWhereVectorAll_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_where_test__QLinearWhereVectorX_VectorY_MatrixCondition_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__qlinear_where_test__QLinearWhereVectorX_VectorY_MatrixCondition_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run100__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run101__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run102__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run103__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run104__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run105__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run106__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run107__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run108__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run109__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run110__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run111__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run112__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run113__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run114__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run115__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run116__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run117__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run118__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run119__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run120__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run121__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run122__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run123__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run124__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run125__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run126__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run127__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run128__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run129__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run130__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run131__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run132__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run133__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run134__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run135__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run136__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run137__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run138__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run139__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run140__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run141__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run142__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run143__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run144__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run145__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run146__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run147__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run148__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run149__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run150__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run151__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run152__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run153__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run154__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run155__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run156__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run157__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run158__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run159__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run160__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run161__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run162__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run163__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run164__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run165__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run166__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run167__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run168__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run169__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run170__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run171__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run172__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run173__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run174__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run175__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run176__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run177__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run178__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run179__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run180__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run181__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run182__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run183__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run184__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run185__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run186__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run187__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run188__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run189__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run190__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run191__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run72__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run73__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run74__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run75__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run76__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run77__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run78__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run79__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run80__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run81__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run82__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run83__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run84__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run85__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run86__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run87__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run88__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run89__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run90__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run91__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run92__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run93__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run94__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run95__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run96__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run97__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run98__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run99__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMM_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run100__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run101__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run102__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run103__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run104__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run105__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run106__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run107__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run108__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run109__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run110__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run111__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run112__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run113__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run114__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run115__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run116__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run117__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run118__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run119__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run120__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run121__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run122__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run123__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run124__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run125__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run126__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run127__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run128__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run129__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run130__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run131__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run132__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run133__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run134__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run135__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run136__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run137__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run138__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run139__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run140__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run141__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run142__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run143__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run144__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run145__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run146__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run147__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run148__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run149__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run150__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run151__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run152__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run153__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run154__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run155__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run156__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run157__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run158__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run159__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run160__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run161__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run162__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run163__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run164__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run165__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run166__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run167__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run168__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run169__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run170__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run171__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run172__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run173__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run174__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run175__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run176__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run177__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run178__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run179__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run180__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run181__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run182__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run183__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run184__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run185__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run186__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run187__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run188__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run189__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run190__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run191__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run192__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run193__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run194__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run195__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run196__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run197__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run198__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run199__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run200__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run201__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run202__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run203__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run204__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run205__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run206__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run207__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run208__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run209__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run210__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run211__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run212__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run213__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run214__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run215__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run216__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run217__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run218__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run219__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run220__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run221__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run222__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run223__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run224__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run225__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run226__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run227__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run228__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run229__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run230__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run231__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run232__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run233__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run234__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run235__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run236__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run237__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run238__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run239__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run240__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run241__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run242__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run243__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run244__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run245__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run246__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run247__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run248__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run249__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run250__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run251__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run252__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run253__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run254__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run255__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run256__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run257__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run258__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run259__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run260__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run261__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run262__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run263__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run264__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run265__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run266__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run267__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run268__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run269__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run270__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run271__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run272__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run273__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run274__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run275__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run276__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run277__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run278__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run279__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run280__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run281__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run282__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run283__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run284__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run285__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run286__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run287__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run72__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run73__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run74__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run75__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run76__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run77__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run78__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run79__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run80__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run81__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run82__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run83__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run84__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run85__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run86__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run87__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run88__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run89__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run90__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run91__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run92__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run93__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run94__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run95__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run96__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run97__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run98__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run99__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__GEMV_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run100__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run101__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run102__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run103__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run104__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run105__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run106__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run107__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run108__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run109__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run110__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run111__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run112__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run113__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run114__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run115__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run116__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run117__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run118__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run119__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run120__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run121__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run122__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run123__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run124__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run125__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run126__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run127__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run128__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run129__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run130__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run131__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run132__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run133__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run134__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run135__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run136__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run137__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run138__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run139__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run140__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run141__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run142__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run143__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run24__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run25__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run26__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run27__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run28__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run29__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run30__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run31__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run32__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run33__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run34__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run35__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run36__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run37__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run38__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run39__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run40__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run41__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run42__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run43__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run44__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run45__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run46__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run47__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run48__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run49__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run50__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run51__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run52__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run53__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run54__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run55__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run56__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run57__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run58__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run59__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run60__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run61__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run62__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run63__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run64__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run65__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run66__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run67__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run68__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run69__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run70__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run71__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run72__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run73__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run74__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run75__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run76__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run77__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run78__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run79__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run80__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run81__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run82__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run83__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run84__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run85__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run86__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run87__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run88__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run89__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run90__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run91__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run92__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run93__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run94__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run95__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run96__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run97__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run98__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run99__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quant_gemm_test__Scalar_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionBatch1_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionBatch1_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionBatch2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionBatch2_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionMaskExceedSequence_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionMaskExceedSequence_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionMaskPartialSequence_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionMaskPartialSequence_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionNoMaskIndex_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionNoMaskIndex_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionPastState_u8s8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionPastState_u8s8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionPastState_u8s8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionPastState_u8s8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionPastState_u8u8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionPastState_u8u8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionPastState_u8u8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionPastState_u8u8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionPrunedModel_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionPrunedModel_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionUnidirectional_U8S8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__QAttentionUnidirectional_U8U8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__SharedPrepackedWeights_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_attention_op_test__SharedPrepackedWeights_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__LargeSize_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SharedPrepackedWeights_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SharedPrepackedWeights_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run10__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run11__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run12__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run13__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run14__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run15__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run16__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run17__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run18__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run19__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run20__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run21__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run22__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run23__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run4__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run5__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run6__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run7__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run8__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_lstm_op_test__SmallSize_run9__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_ops_test__DequantizeLinearOpTest_BroadcastTensorOfOne_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_ops_test__DequantizeLinear_0_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_ops_test__DequantizeLinear_1_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_ops_test__DequantizeLinear_2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_ops_test__DequantizeLinear_3_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_ops_test__DequantizeLinear_per_tensor_float_int16_cpu_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_ops_test__DequantizeLinear_per_tensor_float_int32_cpu_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_ops_test__DequantizeLinear_per_tensor_float_int8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_ops_test__DequantizeLinear_per_tensor_float_uint16_cpu_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_ops_test__DequantizeLinear_per_tensor_float_uint8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_ops_test__DequantizeLinear_per_tensor_float_uint8_use_initializer_except_x_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_ops_test__QuantizeLinear_per_channel_negative_axis_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_ops_test__QuantizeLinear_per_channel_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_ops_test__QuantizeLinear_per_tensor_float_int16_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_ops_test__QuantizeLinear_per_tensor_float_int8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_ops_test__QuantizeLinear_per_tensor_float_uint16_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__quantize_ops_test__QuantizeLinear_per_tensor_float_uint8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__rotary_embedding_op_test__RotaryEmbedding_CustomRotaryDim_SmallData_Phi_Packed_Batching_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__rotary_embedding_op_test__RotaryEmbedding_CustomRotaryDim_SmallData_Phi_Packed_Batching_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__rotary_embedding_op_test__RotaryEmbedding_CustomRotaryDim_SmallData_Phi_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__rotary_embedding_op_test__RotaryEmbedding_CustomRotaryDim_SmallData_Phi_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__rotary_embedding_op_test__RotaryEmbedding_Interleaved_LargeData_LlamaMSFT_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__rotary_embedding_op_test__RotaryEmbedding_Interleaved_LargeData_LlamaMSFT_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__rotary_embedding_op_test__RotaryEmbedding_Interleaved_SmallData_LlamaMSFT_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__rotary_embedding_op_test__RotaryEmbedding_Interleaved_SmallData_LlamaMSFT_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__rotary_embedding_op_test__RotaryEmbedding_NotInterleaved_LargeData_LlamaMSFT_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__rotary_embedding_op_test__RotaryEmbedding_NotInterleaved_LargeData_LlamaMSFT_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__rotary_embedding_op_test__RotaryEmbedding_NotInterleaved_SmallData_LlamaMSFT_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__rotary_embedding_op_test__RotaryEmbedding_NotInterleaved_SmallData_LlamaMSFT_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__sample_op_test__SampleOpFloat_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__skiplayernorm_op_test__SkipLayerNormBatch1_NoBeta_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__skiplayernorm_op_test__SkipLayerNormBatch1_NoBeta_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__skiplayernorm_op_test__SkipLayerNormBatch1_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__skiplayernorm_op_test__SkipLayerNormBatch1_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__skiplayernorm_op_test__SkipLayerNormBatch2_Bias_ProducingOptionalOutput_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__skiplayernorm_op_test__SkipLayerNormBatch2_Bias_ProducingOptionalOutput_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__skiplayernorm_op_test__SkipLayerNormBatch2_Bias_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__skiplayernorm_op_test__SkipLayerNormBatch2_Bias_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__skiplayernorm_op_test__SkipLayerNormBatch2_Skip_Broadcast_Batch_Size_1_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__skiplayernorm_op_test__SkipLayerNormBatch2_Skip_Broadcast_No_Batch_Size_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__skiplayernorm_op_test__SkipLayerNormBatch2_TokenCount_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__skiplayernorm_op_test__SkipLayerNormBatch2_TokenCount_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__skiplayernorm_op_test__SkipLayerNormBatch2_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__skiplayernorm_op_test__SkipLayerNormBatch2_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__skiplayernorm_op_test__SkipLayerNormNullInput_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__skiplayernorm_op_test__SkipLayerNormNullInput_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__skiplayernorm_op_test__SkipLayerNormPrePack_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tensor_op_test__CropBorderAndScale_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tensor_op_test__CropBorderOnly_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tensor_op_test__ImageScalerTest_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tensor_op_test__LastDim_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tensor_op_test__MeanVarianceNormalizationCPUTest_Version1_TO_8_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tensor_op_test__MeanVarianceNormalizationCPUTest_Version1_TO_8_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tensor_op_test__MeanVarianceNormalizationCPUTest_Version1_TO_8_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tensor_op_test__MeanVarianceNormalizationCPUTest_Version1_TO_8_run3__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tensor_op_test__NormalDim_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerCharLevel_CyrillicCharsWithMarkersC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerCharLevel_EmptyOutputC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerCharLevel_EmptyOutputNC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerCharLevel_LatinCharsNoMarkersC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerCharLevel_LatinCharsNoMarkersNC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerCharLevel_LatinCharsWithMarkersC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerCharLevel_LatinCharsWithMarkersNC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerCharLevel_MixedCharsWithMarkersC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerExpression_Grouping_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerExpression_RegChar_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerExpression_RegDot_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerExpression_RegEx_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerExpression_RegRep_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerWithSeparators_MixCharCommonPrefixC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerWithSeparators_MixCharsNoMarkersSeparatorsOverlapLongFirstC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerWithSeparators_MixCharsNoMarkersSeparatorsOverlapLongFirstRepeatedShortC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerWithSeparators_MixCharsNoMarkersSeparatorsOverlapShortFirstC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerWithSeparators_MixCharsNoMarkersSeparatorsOverlapingMatchC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerWithSeparators_MixCharsWithMarkersC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerWithSeparators_MixCharsWithMarkersCompleteMatchEmptyOutputC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerWithSeparators_MixCharsWithMarkersEmptyInputEmptyOutputC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerWithSeparators_MixCharsWithMarkersEmptyInputEmptyOutputNC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerWithSeparators_MixCharsWithMarkersEndMatchAtLeast4CharsC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerWithSeparators_MixCharsWithMarkersEndMatchC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__TokenizerWithSeparators_MixCharsWithMarkersStartMatchC_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__Tokenizer_EmptyInput_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__Tokenizer_EmptyInput_run1__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__tokenizer_test__Tokenizer_EmptyInput_run2__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__trilu_test__neg_k_float_lower_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__trilu_test__neg_k_float_upper_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__trilu_test__small_k_float_lower_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__trilu_test__small_k_float_upper_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__trilu_test__three_dim_float_lower_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__trilu_test__three_dim_float_upper_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__trilu_test__two_by_two_double_lower_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__trilu_test__two_by_two_double_upper_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__trilu_test__two_by_two_float_lower_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__trilu_test__two_by_two_float_upper_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__trilu_test__two_by_two_long_lower_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__trilu_test__two_by_two_long_upper_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__trilu_test__zero_dim_2_lower_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__trilu_test__zero_dim_2_upper_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__trilu_test__zero_dim_lower_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__trilu_test__zero_dim_upper_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__unique_op_test__Unique_AllUniqueElements_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__unique_op_test__Unique_Complicated_Example_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__unique_op_test__Unique_Example_SingleElement_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__unique_op_test__Unique_Spec_Example_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__word_conv_embedding_test__WordConvEmbedding_run0__model.onnx.json
tests/expected_errors/emx-ort-test-artifacts-org__artifacts__onnxruntime__test__contrib_ops__word_conv_embedding_test__WordConvEmbedding_valid_attribute_run0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__light__light_bvlc_alexnet.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__light__light_densenet121.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__light__light_inception_v1.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__light__light_inception_v2.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__light__light_resnet50.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__light__light_shufflenet.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__light__light_squeezenet.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__light__light_vgg19.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__light__light_zfnet512.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_abs__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_acos__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_acos_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_acosh__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_acosh_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_adagrad__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_adagrad_multiple__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_adam__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_adam_multiple__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_add__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_add_bcast__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_add_int16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_add_int8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_add_uint16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_add_uint32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_add_uint64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_add_uint8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_affine_grid_2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_affine_grid_2d_align_corners__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_affine_grid_2d_align_corners_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_affine_grid_2d_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_affine_grid_3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_affine_grid_3d_align_corners__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_affine_grid_3d_align_corners_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_affine_grid_3d_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_ai_onnx_ml_array_feature_extractor__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_ai_onnx_ml_binarizer__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_ai_onnx_ml_label_encoder_string_int__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_ai_onnx_ml_label_encoder_string_int_no_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_ai_onnx_ml_label_encoder_tensor_mapping__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_ai_onnx_ml_label_encoder_tensor_value_only_mapping__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_ai_onnx_ml_tree_ensemble_set_membership__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_ai_onnx_ml_tree_ensemble_single_tree__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_and2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_and3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_and4d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_and_bcast3v1d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_and_bcast3v2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_and_bcast4v2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_and_bcast4v3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_and_bcast4v4d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmax_default_axis_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmax_default_axis_example_select_last_index__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmax_default_axis_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmax_default_axis_random_select_last_index__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmax_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmax_keepdims_example_select_last_index__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmax_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmax_keepdims_random_select_last_index__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmax_negative_axis_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmax_negative_axis_keepdims_example_select_last_index__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmax_negative_axis_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmax_negative_axis_keepdims_random_select_last_index__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmax_no_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmax_no_keepdims_example_select_last_index__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmax_no_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmax_no_keepdims_random_select_last_index__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmin_default_axis_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmin_default_axis_example_select_last_index__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmin_default_axis_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmin_default_axis_random_select_last_index__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmin_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmin_keepdims_example_select_last_index__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmin_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmin_keepdims_random_select_last_index__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmin_negative_axis_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmin_negative_axis_keepdims_example_select_last_index__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmin_negative_axis_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmin_negative_axis_keepdims_random_select_last_index__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmin_no_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmin_no_keepdims_example_select_last_index__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmin_no_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_argmin_no_keepdims_random_select_last_index__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_asin__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_asin_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_asinh__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_asinh_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_atan__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_atan_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_atanh__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_atanh_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_attn_mask__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_attn_mask_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_causal__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_causal_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_diff_heads_sizes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_diff_heads_sizes_attn_mask__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_diff_heads_sizes_attn_mask_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_diff_heads_sizes_causal__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_diff_heads_sizes_causal_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_diff_heads_sizes_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_diff_heads_sizes_scaled__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_diff_heads_sizes_scaled_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_diff_heads_sizes_softcap__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_diff_heads_sizes_softcap_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_diff_heads_with_past_and_present__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_diff_heads_with_past_and_present_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_gqa__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_gqa_attn_mask__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_gqa_attn_mask_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_gqa_causal__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_gqa_causal_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_gqa_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_gqa_scaled__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_gqa_scaled_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_gqa_softcap__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_gqa_softcap_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_gqa_with_past_and_present__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_gqa_with_past_and_present_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_scaled__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_scaled_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_softcap__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_softcap_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_transpose_verification__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_transpose_verification_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_with_past_and_present__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_with_past_and_present_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_with_past_and_present_qk_matmul__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_with_past_and_present_qk_matmul_bias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_with_past_and_present_qk_matmul_bias_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_with_past_and_present_qk_matmul_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_with_past_and_present_qk_matmul_softcap__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_with_past_and_present_qk_matmul_softcap_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_with_past_and_present_qk_matmul_softmax__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_3d_with_past_and_present_qk_matmul_softmax_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_attn_mask_3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_attn_mask_3d_causal__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_attn_mask_3d_causal_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_attn_mask_3d_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_attn_mask_4d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_attn_mask_4d_causal__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_attn_mask_4d_causal_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_attn_mask_4d_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_attn_mask__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_attn_mask_bool_4d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_attn_mask_bool_4d_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_attn_mask_bool__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_attn_mask_bool_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_attn_mask_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_causal__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_causal_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_diff_heads_mask4d_padded_kv__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_diff_heads_mask4d_padded_kv_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_diff_heads_sizes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_diff_heads_sizes_attn_mask__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_diff_heads_sizes_attn_mask_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_diff_heads_sizes_causal__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_diff_heads_sizes_causal_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_diff_heads_sizes_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_diff_heads_sizes_scaled__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_diff_heads_sizes_scaled_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_diff_heads_sizes_softcap__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_diff_heads_sizes_softcap_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_diff_heads_with_past_and_present__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_diff_heads_with_past_and_present_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_diff_heads_with_past_and_present_mask3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_diff_heads_with_past_and_present_mask3d_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_diff_heads_with_past_and_present_mask4d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_diff_heads_with_past_and_present_mask4d_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_fp16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_fp16_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_gqa__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_gqa_attn_mask__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_gqa_attn_mask_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_gqa_causal__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_gqa_causal_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_gqa_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_gqa_scaled__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_gqa_scaled_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_gqa_softcap__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_gqa_softcap_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_gqa_with_past_and_present__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_gqa_with_past_and_present_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_gqa_with_past_and_present_fp16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_gqa_with_past_and_present_fp16_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_scaled__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_scaled_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_softcap__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_softcap_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_past_and_present__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_past_and_present_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_past_and_present_qk_matmul__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_past_and_present_qk_matmul_bias_3d_mask__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_past_and_present_qk_matmul_bias_3d_mask_causal__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_past_and_present_qk_matmul_bias_3d_mask_causal_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_past_and_present_qk_matmul_bias_3d_mask_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_past_and_present_qk_matmul_bias_4d_mask__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_past_and_present_qk_matmul_bias_4d_mask_causal__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_past_and_present_qk_matmul_bias_4d_mask_causal_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_past_and_present_qk_matmul_bias_4d_mask_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_past_and_present_qk_matmul_bias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_past_and_present_qk_matmul_bias_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_past_and_present_qk_matmul_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_qk_matmul__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_qk_matmul_bias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_qk_matmul_bias_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_qk_matmul_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_qk_matmul_softcap__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_qk_matmul_softcap_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_qk_matmul_softmax__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_attention_4d_with_qk_matmul_softmax_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_1d_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_2d_ceil__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_2d_ceil_last_window_starts_on_pad__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_2d_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_2d_dilations__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_2d_pads__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_2d_pads_count_include_pad__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_2d_precomputed_pads__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_2d_precomputed_pads_count_include_pad__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_2d_precomputed_same_upper__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_2d_precomputed_strides__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_2d_same_lower__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_2d_same_upper__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_2d_strides__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_3d_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_3d_dilations_large_count_include_pad_is_0_ceil_mode_is_False__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_3d_dilations_large_count_include_pad_is_0_ceil_mode_is_True__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_3d_dilations_large_count_include_pad_is_1_ceil_mode_is_False__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_3d_dilations_large_count_include_pad_is_1_ceil_mode_is_True__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_averagepool_3d_dilations_small__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_basic_conv_with_padding__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_basic_conv_without_padding__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_basic_deform_conv_with_padding__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_basic_deform_conv_without_padding__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_batchnorm_epsilon__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_batchnorm_epsilon_training_mode__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_batchnorm_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_batchnorm_example_training_mode__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bernoulli__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bernoulli_double__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bernoulli_double_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bernoulli_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bernoulli_seed__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bernoulli_seed_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitcast_2d_float32_to_int32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitcast_bool_to_uint8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitcast_float32_to_int32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitcast_float64_to_int64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitcast_int32_to_float32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitcast_int64_to_float64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitcast_int8_to_uint8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitcast_scalar_float32_to_int32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitcast_uint16_to_int16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitcast_uint32_to_int32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitshift_left_uint16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitshift_left_uint32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitshift_left_uint64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitshift_left_uint8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitshift_right_uint16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitshift_right_uint32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitshift_right_uint64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitshift_right_uint8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitwise_and_i16_3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitwise_and_i32_2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitwise_and_ui64_bcast_3v1d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitwise_and_ui8_bcast_4v3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitwise_not_2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitwise_not_3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitwise_not_4d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitwise_or_i16_4d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitwise_or_i32_2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitwise_or_ui64_bcast_3v1d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitwise_or_ui8_bcast_4v3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitwise_xor_i16_3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitwise_xor_i32_2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitwise_xor_ui64_bcast_3v1d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_bitwise_xor_ui8_bcast_4v3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_blackmanwindow__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_blackmanwindow_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_blackmanwindow_symmetric__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_blackmanwindow_symmetric_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_BFLOAT16_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_DOUBLE_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_DOUBLE_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT16_to_DOUBLE__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT16_to_FLOAT4E2M1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT16_to_FLOAT8E4M3FNUZ__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT16_to_FLOAT8E4M3FN__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT16_to_FLOAT8E5M2FNUZ__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT16_to_FLOAT8E5M2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT16_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT16_to_INT2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT16_to_INT4__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT16_to_UINT2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT16_to_UINT4__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT4E2M1_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT4E2M1_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT8E4M3FNUZ_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT8E4M3FNUZ_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT8E4M3FN_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT8E4M3FN_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT8E5M2FNUZ_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT8E5M2FNUZ_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT8E5M2_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT8E5M2_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT_to_BFLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT_to_DOUBLE__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT_to_FLOAT4E2M1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT_to_FLOAT8E4M3FNUZ__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT_to_FLOAT8E4M3FN__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT_to_FLOAT8E5M2FNUZ__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT_to_FLOAT8E5M2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT_to_INT2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT_to_INT4__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT_to_UINT2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_FLOAT_to_UINT4__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_INT2_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_INT2_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_INT2_to_INT8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_INT4_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_INT4_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_INT4_to_INT8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_UINT2_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_UINT2_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_UINT2_to_UINT8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_UINT4_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_UINT4_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_UINT4_to_UINT8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_e8m0_FLOAT16_to_FLOAT8E8M0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_e8m0_FLOAT8E8M0_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_e8m0_FLOAT8E8M0_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_e8m0_FLOAT_to_FLOAT8E8M0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_no_saturate_FLOAT16_to_FLOAT8E4M3FNUZ__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_no_saturate_FLOAT16_to_FLOAT8E4M3FN__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_no_saturate_FLOAT16_to_FLOAT8E5M2FNUZ__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_no_saturate_FLOAT16_to_FLOAT8E5M2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_no_saturate_FLOAT_to_FLOAT8E4M3FNUZ__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_no_saturate_FLOAT_to_FLOAT8E4M3FN__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_no_saturate_FLOAT_to_FLOAT8E5M2FNUZ__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cast_no_saturate_FLOAT_to_FLOAT8E5M2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_BFLOAT16_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_BFLOAT16_to_FLOAT_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_DOUBLE_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_DOUBLE_to_FLOAT16_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_DOUBLE_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_DOUBLE_to_FLOAT_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_DOUBLE__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_DOUBLE_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_FLOAT4E2M1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_FLOAT4E2M1_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_FLOAT8E4M3FNUZ__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_FLOAT8E4M3FNUZ_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_FLOAT8E4M3FN__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_FLOAT8E4M3FN_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_FLOAT8E5M2FNUZ__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_FLOAT8E5M2FNUZ_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_FLOAT8E5M2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_FLOAT8E5M2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_FLOAT_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_INT2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_INT2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_INT4__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_INT4_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_UINT2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_UINT2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_UINT4__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT16_to_UINT4_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT4E2M1_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT4E2M1_to_FLOAT16_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT4E2M1_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT4E2M1_to_FLOAT_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT8E4M3FNUZ_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT8E4M3FNUZ_to_FLOAT16_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT8E4M3FNUZ_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT8E4M3FNUZ_to_FLOAT_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT8E4M3FN_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT8E4M3FN_to_FLOAT16_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT8E4M3FN_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT8E4M3FN_to_FLOAT_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT8E5M2FNUZ_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT8E5M2FNUZ_to_FLOAT16_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT8E5M2FNUZ_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT8E5M2FNUZ_to_FLOAT_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT8E5M2_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT8E5M2_to_FLOAT16_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT8E5M2_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT8E5M2_to_FLOAT_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_BFLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_BFLOAT16_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_DOUBLE__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_DOUBLE_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_FLOAT16_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_FLOAT4E2M1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_FLOAT4E2M1_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_FLOAT8E4M3FNUZ__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_FLOAT8E4M3FNUZ_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_FLOAT8E4M3FN__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_FLOAT8E4M3FN_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_FLOAT8E5M2FNUZ__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_FLOAT8E5M2FNUZ_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_FLOAT8E5M2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_FLOAT8E5M2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_INT2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_INT2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_INT4__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_INT4_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_UINT2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_UINT2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_UINT4__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_FLOAT_to_UINT4_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_INT2_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_INT2_to_FLOAT16_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_INT2_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_INT2_to_FLOAT_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_INT2_to_INT8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_INT2_to_INT8_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_INT4_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_INT4_to_FLOAT16_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_INT4_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_INT4_to_FLOAT_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_INT4_to_INT8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_INT4_to_INT8_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_UINT2_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_UINT2_to_FLOAT16_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_UINT2_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_UINT2_to_FLOAT_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_UINT2_to_UINT8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_UINT2_to_UINT8_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_UINT4_to_FLOAT16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_UINT4_to_FLOAT16_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_UINT4_to_FLOAT__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_UINT4_to_FLOAT_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_UINT4_to_UINT8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_UINT4_to_UINT8_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_no_saturate_FLOAT16_to_FLOAT8E4M3FNUZ__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_no_saturate_FLOAT16_to_FLOAT8E4M3FNUZ_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_no_saturate_FLOAT16_to_FLOAT8E4M3FN__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_no_saturate_FLOAT16_to_FLOAT8E4M3FN_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_no_saturate_FLOAT16_to_FLOAT8E5M2FNUZ__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_no_saturate_FLOAT16_to_FLOAT8E5M2FNUZ_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_no_saturate_FLOAT16_to_FLOAT8E5M2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_no_saturate_FLOAT16_to_FLOAT8E5M2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_no_saturate_FLOAT_to_FLOAT8E4M3FNUZ__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_no_saturate_FLOAT_to_FLOAT8E4M3FNUZ_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_no_saturate_FLOAT_to_FLOAT8E4M3FN__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_no_saturate_FLOAT_to_FLOAT8E4M3FN_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_no_saturate_FLOAT_to_FLOAT8E5M2FNUZ__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_no_saturate_FLOAT_to_FLOAT8E5M2FNUZ_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_no_saturate_FLOAT_to_FLOAT8E5M2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_castlike_no_saturate_FLOAT_to_FLOAT8E5M2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_ceil__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_ceil_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_celu__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_celu_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_center_crop_pad_crop__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_center_crop_pad_crop_and_pad__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_center_crop_pad_crop_and_pad_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_center_crop_pad_crop_axes_chw__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_center_crop_pad_crop_axes_chw_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_center_crop_pad_crop_axes_hwc__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_center_crop_pad_crop_axes_hwc_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_center_crop_pad_crop_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_center_crop_pad_crop_negative_axes_hwc__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_center_crop_pad_crop_negative_axes_hwc_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_center_crop_pad_pad__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_center_crop_pad_pad_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_default_inbounds__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_default_inbounds_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_default_int8_inbounds__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_default_int8_inbounds_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_default_int8_max__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_default_int8_max_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_default_int8_min__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_default_int8_min_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_default_max__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_default_max_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_default_min__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_default_min_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_inbounds__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_inbounds_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_min_greater_than_max__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_min_greater_than_max_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_outbounds__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_outbounds_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_splitbounds__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_clip_splitbounds_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_col2im_5d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_col2im__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_col2im_dilations__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_col2im_pads__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_col2im_strides__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_compress_0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_compress_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_compress_default_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_compress_negative_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_concat_1d_axis_0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_concat_1d_axis_negative_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_concat_2d_axis_0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_concat_2d_axis_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_concat_2d_axis_negative_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_concat_2d_axis_negative_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_concat_3d_axis_0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_concat_3d_axis_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_concat_3d_axis_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_concat_3d_axis_negative_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_concat_3d_axis_negative_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_concat_3d_axis_negative_3__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_constant__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_constant_pad__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_constant_pad_axes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_constant_pad_negative_axes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_constantofshape_float_ones__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_constantofshape_int_shape_zero__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_constantofshape_int_zeros__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_conv_with_autopad_same__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_conv_with_strides_and_asymmetric_padding__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_conv_with_strides_no_padding__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_conv_with_strides_padding__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_convinteger_with_padding__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_convinteger_without_padding__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_convtranspose_1d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_convtranspose_3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_convtranspose__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_convtranspose_autopad_same__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_convtranspose_dilations__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_convtranspose_group_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_convtranspose_group_2_image_3__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_convtranspose_kernel_shape__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_convtranspose_output_shape__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_convtranspose_pad__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_convtranspose_pads__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cos__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cos_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cosh__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cosh_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cumprod_1d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cumprod_1d_exclusive__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cumprod_1d_int32_exclusive__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cumprod_1d_reverse__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cumprod_1d_reverse_exclusive__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cumprod_2d_axis_0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cumprod_2d_axis_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cumprod_2d_int32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cumprod_2d_negative_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cumsum_1d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cumsum_1d_exclusive__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cumsum_1d_int32_exclusive__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cumsum_1d_reverse__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cumsum_1d_reverse_exclusive__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cumsum_2d_axis_0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cumsum_2d_axis_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cumsum_2d_int32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_cumsum_2d_negative_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_deform_conv_with_mask_bias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_deform_conv_with_multiple_offset_groups__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_depthtospace_crd_mode_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_depthtospace_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dequantizelinear__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dequantizelinear_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dequantizelinear_blocked__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dequantizelinear_e4m3fn__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dequantizelinear_e4m3fn_float16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dequantizelinear_e4m3fn_zero_point__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dequantizelinear_e5m2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dequantizelinear_float4e2m1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dequantizelinear_int16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dequantizelinear_int2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dequantizelinear_int4__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dequantizelinear_uint16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dequantizelinear_uint2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dequantizelinear_uint4__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_det_2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_det_nd__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dft__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dft_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dft_axis_opset19__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dft_inverse__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dft_inverse_opset19__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dft_irfft__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dft_irfft_opset19__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dft_opset19__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dft_rfft__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dft_rfft_opset19__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_div__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_div_bcast__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_div_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_div_int16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_div_int32_trunc__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_div_int8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_div_uint16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_div_uint32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_div_uint64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_div_uint8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dropout_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dropout_default_mask__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dropout_default_mask_ratio__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dropout_default_old__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dropout_default_ratio__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dropout_random_old__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dynamicquantizelinear__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dynamicquantizelinear_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dynamicquantizelinear_max_adjusted__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dynamicquantizelinear_max_adjusted_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dynamicquantizelinear_min_adjusted__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_dynamicquantizelinear_min_adjusted_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_edge_pad__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_einsum_batch_diagonal__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_einsum_batch_matmul__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_einsum_inner_prod__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_einsum_scalar__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_einsum_sum__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_einsum_transpose__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_elu__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_elu_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_elu_default_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_elu_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_elu_example_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_elu_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_equal__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_equal_bcast__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_equal_int16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_equal_int8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_equal_string__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_equal_string_broadcast__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_equal_uint16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_equal_uint32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_equal_uint64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_equal_uint8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_erf__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_exp__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_exp_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_expand_dim_changed__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_expand_dim_unchanged__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_eyelike_populate_off_main_diagonal__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_eyelike_with_dtype__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_eyelike_without_dtype__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_flatten_axis0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_flatten_axis1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_flatten_axis2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_flatten_axis3__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_flatten_default_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_flatten_negative_axis1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_flatten_negative_axis2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_flatten_negative_axis3__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_flatten_negative_axis4__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_floor__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_floor_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gather_0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gather_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gather_2d_indices__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gather_elements_0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gather_elements_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gather_elements_negative_indices__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gather_negative_indices__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gathernd_example_float32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gathernd_example_int32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gathernd_example_int32_batch_dim1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gelu_default_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gelu_default_1_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gelu_default_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gelu_default_2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gelu_tanh_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gelu_tanh_1_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gelu_tanh_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gelu_tanh_2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gemm_all_attributes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gemm_alpha__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gemm_beta__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gemm_default_matrix_bias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gemm_default_no_bias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gemm_default_scalar_bias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gemm_default_single_elem_vector_bias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gemm_default_vector_bias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gemm_default_zero_bias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gemm_transposeA__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gemm_transposeB__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_globalaveragepool__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_globalaveragepool_precomputed__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_globalmaxpool__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_globalmaxpool_precomputed__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_bcast__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_equal__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_equal_bcast__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_equal_bcast_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_equal_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_equal_int16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_equal_int16_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_equal_int8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_equal_int8_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_equal_uint16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_equal_uint16_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_equal_uint32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_equal_uint32_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_equal_uint64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_equal_uint64_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_equal_uint8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_equal_uint8_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_int16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_int8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_uint16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_uint32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_uint64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_greater_uint8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gridsample__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gridsample_aligncorners_true__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gridsample_bicubic__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gridsample_bicubic_align_corners_0_additional_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gridsample_bicubic_align_corners_1_additional_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gridsample_bilinear__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gridsample_bilinear_align_corners_0_additional_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gridsample_bilinear_align_corners_1_additional_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gridsample_border_padding__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gridsample_nearest__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gridsample_nearest_align_corners_0_additional_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gridsample_nearest_align_corners_1_additional_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gridsample_reflection_padding__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gridsample_volumetric_bilinear_align_corners_0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gridsample_volumetric_bilinear_align_corners_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gridsample_volumetric_nearest_align_corners_0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gridsample_volumetric_nearest_align_corners_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gridsample_zeros_padding__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_group_normalization_epsilon__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_group_normalization_epsilon_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_group_normalization_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_group_normalization_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gru_batchwise__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gru_defaults__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gru_seq_length__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_gru_with_initial_bias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hammingwindow__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hammingwindow_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hammingwindow_symmetric__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hammingwindow_symmetric_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hannwindow__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hannwindow_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hannwindow_symmetric__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hannwindow_symmetric_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hardmax_axis_0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hardmax_axis_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hardmax_axis_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hardmax_default_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hardmax_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hardmax_negative_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hardmax_one_hot__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hardsigmoid__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hardsigmoid_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hardsigmoid_default_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hardsigmoid_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hardsigmoid_example_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hardsigmoid_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hardswish__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_hardswish_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_identity__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_identity_opt__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_identity_sequence__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_if__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_if_opt__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_if_seq__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_image_decoder_decode_bmp_rgb__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_image_decoder_decode_jpeg2k_rgb__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_image_decoder_decode_jpeg_bgr__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_image_decoder_decode_jpeg_grayscale__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_image_decoder_decode_jpeg_rgb__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_image_decoder_decode_png_rgb__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_image_decoder_decode_pnm_rgb__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_image_decoder_decode_tiff_rgb__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_image_decoder_decode_webp_rgb__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_instancenorm_epsilon__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_instancenorm_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_isinf__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_isinf_float16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_isinf_negative__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_isinf_positive__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_isnan__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_isnan_float16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_l1normalization_axis_0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_l1normalization_axis_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_l1normalization_axis_last__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_l2normalization_axis_0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_l2normalization_axis_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_2d_axis0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_2d_axis0_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_2d_axis0_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_2d_axis1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_2d_axis1_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_2d_axis1_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_2d_axis_negative_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_2d_axis_negative_1_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_2d_axis_negative_1_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_2d_axis_negative_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_2d_axis_negative_2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_2d_axis_negative_2_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_3d_axis0_epsilon__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_3d_axis0_epsilon_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_3d_axis0_epsilon_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_3d_axis1_epsilon__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_3d_axis1_epsilon_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_3d_axis1_epsilon_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_3d_axis2_epsilon__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_3d_axis2_epsilon_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_3d_axis2_epsilon_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_3d_axis_negative_1_epsilon__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_3d_axis_negative_1_epsilon_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_3d_axis_negative_1_epsilon_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_3d_axis_negative_2_epsilon__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_3d_axis_negative_2_epsilon_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_3d_axis_negative_2_epsilon_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_3d_axis_negative_3_epsilon__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_3d_axis_negative_3_epsilon_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_3d_axis_negative_3_epsilon_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis0_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis0_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis1_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis1_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis2_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis3__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis3_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis3_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis_negative_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis_negative_1_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis_negative_1_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis_negative_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis_negative_2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis_negative_2_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis_negative_3__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis_negative_3_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis_negative_3_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis_negative_4__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis_negative_4_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_4d_axis_negative_4_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_default_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_default_axis_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_layer_normalization_default_axis_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_leakyrelu__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_leakyrelu_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_leakyrelu_default_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_leakyrelu_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_leakyrelu_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_leakyrelu_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_bcast__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_equal__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_equal_bcast__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_equal_bcast_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_equal_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_equal_int16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_equal_int16_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_equal_int8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_equal_int8_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_equal_uint16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_equal_uint16_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_equal_uint32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_equal_uint32_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_equal_uint64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_equal_uint64_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_equal_uint8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_equal_uint8_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_int16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_int8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_uint16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_uint32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_uint64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_less_uint8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_log__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_log_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_axis_0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_axis_0_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_axis_0_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_axis_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_axis_1_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_axis_1_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_axis_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_axis_2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_axis_2_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_default_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_default_axis_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_default_axis_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_example_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_example_1_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_example_1_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_large_number__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_large_number_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_large_number_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_negative_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_negative_axis_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_logsoftmax_negative_axis_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_loop11__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_loop13_seq__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_loop16_seq_none__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_lpnormalization_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_lppool_1d_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_lppool_2d_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_lppool_2d_dilations__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_lppool_2d_pads__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_lppool_2d_same_lower__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_lppool_2d_same_upper__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_lppool_2d_strides__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_lppool_3d_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_lrn__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_lrn_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_lstm_batchwise__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_lstm_defaults__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_lstm_with_initial_bias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_lstm_with_peepholes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_matmul_1d_1d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_matmul_1d_3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_matmul_2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_matmul_3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_matmul_4d_1d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_matmul_4d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_matmul_bcast__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_matmulinteger__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_max_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_max_float16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_max_float32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_max_float64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_max_int16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_max_int32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_max_int64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_max_int8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_max_one_input__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_max_two_inputs__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_max_uint16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_max_uint32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_max_uint64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_max_uint8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_1d_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_2d_ceil__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_2d_ceil_output_size_reduce_by_one__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_2d_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_2d_dilations__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_2d_pads__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_2d_precomputed_pads__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_2d_precomputed_same_upper__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_2d_precomputed_strides__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_2d_same_lower__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_2d_same_upper__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_2d_strides__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_2d_uint8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_3d_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_3d_dilations__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_3d_dilations_use_ref_impl__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_3d_dilations_use_ref_impl_large__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_with_argmax_2d_precomputed_pads__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxpool_with_argmax_2d_precomputed_strides__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxunpool_export_with_output_shape__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_maxunpool_export_without_output_shape__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mean_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mean_one_input__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mean_two_inputs__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_melweightmatrix__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_min_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_min_float16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_min_float32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_min_float64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_min_int16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_min_int32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_min_int64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_min_int8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_min_one_input__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_min_two_inputs__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_min_uint16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_min_uint32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_min_uint64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_min_uint8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mish__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mish_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mod_broadcast__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mod_int64_fmod__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mod_mixed_sign_float16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mod_mixed_sign_float32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mod_mixed_sign_float64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mod_mixed_sign_int16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mod_mixed_sign_int32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mod_mixed_sign_int64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mod_mixed_sign_int8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mod_uint16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mod_uint32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mod_uint64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mod_uint8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_momentum__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_momentum_multiple__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mul__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mul_bcast__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mul_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mul_int16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mul_int8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mul_uint16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mul_uint32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mul_uint64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mul_uint8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mvn__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mvn_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_mvn_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_neg__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_neg_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nesterov_momentum__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NC__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NC_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1_ii__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1_ii_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1_mean_weight_negative_ii__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1_mean_weight_negative_ii_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1_weight__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1_weight_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1_weight_ii__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1_weight_ii_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2_no_weight_reduction_mean_ii__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2_no_weight_reduction_mean_ii_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2_reduction_mean__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2_reduction_mean_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2_reduction_sum__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2_reduction_sum_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2_with_weight__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2_with_weight_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2_with_weight_reduction_mean__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2_with_weight_reduction_mean_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2_with_weight_reduction_sum__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2_with_weight_reduction_sum_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2_with_weight_reduction_sum_ii__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2_with_weight_reduction_sum_ii_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2d3_none_no_weight_negative_ii__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2d3_none_no_weight_negative_ii_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2d3_sum_weight_high_ii__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2d3_sum_weight_high_ii_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2d3d4d5_mean_weight__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2d3d4d5_mean_weight_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2d3d4d5_none_no_weight__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nllloss_NCd1d2d3d4d5_none_no_weight_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nonmaxsuppression_center_point_box_format__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nonmaxsuppression_flipped_coordinates__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nonmaxsuppression_identical_boxes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nonmaxsuppression_iou_threshold_boundary__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nonmaxsuppression_limit_output_size__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nonmaxsuppression_single_box__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nonmaxsuppression_suppress_by_IOU__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nonmaxsuppression_suppress_by_IOU_and_scores__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nonmaxsuppression_two_batches__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nonmaxsuppression_two_classes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_nonzero_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_not_2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_not_3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_not_4d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_onehot_negative_indices__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_onehot_with_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_onehot_with_negative_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_onehot_without_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_optional_get_element_optional_sequence__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_optional_get_element_optional_tensor__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_optional_get_element_sequence__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_optional_get_element_tensor__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_optional_has_element_empty_no_input_name_optional_input__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_optional_has_element_empty_no_input_name_tensor_input__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_optional_has_element_empty_no_input_optional_input__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_optional_has_element_empty_no_input_tensor_input__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_optional_has_element_empty_optional_input__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_optional_has_element_optional_input__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_optional_has_element_tensor_input__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_or2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_or3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_or4d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_or_bcast3v1d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_or_bcast3v2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_or_bcast4v2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_or_bcast4v3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_or_bcast4v4d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_pow__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_pow_bcast_array__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_pow_bcast_scalar__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_pow_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_pow_types_float32_int32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_pow_types_float32_int64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_pow_types_float32_uint32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_pow_types_float32_uint64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_pow_types_int32_float32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_pow_types_int32_int32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_pow_types_int64_float32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_pow_types_int64_int64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_prelu_broadcast__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_prelu_broadcast_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_prelu_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_prelu_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_qlinearconv__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_qlinearmatmul_2D_int8_float16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_qlinearmatmul_2D_int8_float32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_qlinearmatmul_2D_uint8_float16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_qlinearmatmul_2D_uint8_float32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_qlinearmatmul_3D_int8_float16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_qlinearmatmul_3D_int8_float32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_qlinearmatmul_3D_uint8_float16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_qlinearmatmul_3D_uint8_float32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_quantizelinear__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_quantizelinear_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_quantizelinear_blocked_asymmetric__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_quantizelinear_blocked_symmetric__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_quantizelinear_e4m3fn__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_quantizelinear_e5m2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_quantizelinear_float4e2m1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_quantizelinear_int16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_quantizelinear_int2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_quantizelinear_int4__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_quantizelinear_uint16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_quantizelinear_uint2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_quantizelinear_uint4__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_range_float_type_positive_delta__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_range_float_type_positive_delta_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_range_int32_type_negative_delta__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_range_int32_type_negative_delta_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reciprocal__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reciprocal_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l1_default_axes_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l1_default_axes_keepdims_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l1_default_axes_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l1_default_axes_keepdims_random_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l1_do_not_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l1_do_not_keepdims_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l1_do_not_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l1_do_not_keepdims_random_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l1_empty_set__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l1_empty_set_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l1_keep_dims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l1_keep_dims_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l1_keep_dims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l1_keep_dims_random_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l1_negative_axes_keep_dims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l1_negative_axes_keep_dims_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l1_negative_axes_keep_dims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l1_negative_axes_keep_dims_random_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l2_default_axes_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l2_default_axes_keepdims_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l2_default_axes_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l2_default_axes_keepdims_random_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l2_do_not_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l2_do_not_keepdims_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l2_do_not_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l2_do_not_keepdims_random_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l2_empty_set__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l2_empty_set_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l2_keep_dims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l2_keep_dims_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l2_keep_dims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l2_keep_dims_random_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l2_negative_axes_keep_dims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l2_negative_axes_keep_dims_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l2_negative_axes_keep_dims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_l2_negative_axes_keep_dims_random_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_asc_axes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_asc_axes_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_default_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_desc_axes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_desc_axes_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_empty_set__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_empty_set_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_exp_default_axes_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_exp_default_axes_keepdims_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_exp_default_axes_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_exp_default_axes_keepdims_random_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_exp_do_not_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_exp_do_not_keepdims_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_exp_do_not_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_exp_do_not_keepdims_random_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_exp_empty_set__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_exp_empty_set_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_exp_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_exp_keepdims_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_exp_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_exp_keepdims_random_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_exp_negative_axes_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_exp_negative_axes_keepdims_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_exp_negative_axes_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_exp_negative_axes_keepdims_random_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_negative_axes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_log_sum_negative_axes_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_max_bool_inputs__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_max_default_axes_keepdim_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_max_default_axes_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_max_do_not_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_max_do_not_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_max_empty_set__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_max_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_max_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_max_negative_axes_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_max_negative_axes_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_mean_default_axes_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_mean_default_axes_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_mean_do_not_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_mean_do_not_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_mean_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_mean_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_mean_negative_axes_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_mean_negative_axes_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_min_bool_inputs__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_min_default_axes_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_min_default_axes_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_min_do_not_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_min_do_not_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_min_empty_set__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_min_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_min_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_min_negative_axes_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_min_negative_axes_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_prod_default_axes_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_prod_default_axes_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_prod_do_not_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_prod_do_not_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_prod_empty_set__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_prod_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_prod_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_prod_negative_axes_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_prod_negative_axes_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_default_axes_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_default_axes_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_do_not_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_do_not_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_empty_axes_input_noop__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_empty_axes_input_noop_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_empty_set__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_empty_set_non_reduced_axis_zero__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_negative_axes_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_negative_axes_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_square_default_axes_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_square_default_axes_keepdims_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_square_default_axes_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_square_default_axes_keepdims_random_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_square_do_not_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_square_do_not_keepdims_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_square_do_not_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_square_do_not_keepdims_random_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_square_empty_set__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_square_empty_set_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_square_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_square_keepdims_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_square_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_square_keepdims_random_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_square_negative_axes_keepdims_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_square_negative_axes_keepdims_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_square_negative_axes_keepdims_random__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reduce_sum_square_negative_axes_keepdims_random_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reflect_pad__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_regex_full_match_basic__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_regex_full_match_email_domain__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_regex_full_match_empty__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_relu__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_relu_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reshape_allowzero_reordered__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reshape_extended_dims__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reshape_negative_dim__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reshape_negative_extended_dims__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reshape_one_dim__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reshape_reduced_dims__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reshape_reordered_all_dims__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reshape_reordered_last_dims__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reshape_zero_and_negative_dim__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reshape_zero_dim__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_downsample_scales_cubic_A_n0p5_exclude_outside__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_downsample_scales_cubic__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_downsample_scales_cubic_align_corners__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_downsample_scales_cubic_antialias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_downsample_scales_linear__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_downsample_scales_linear_align_corners__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_downsample_scales_linear_antialias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_downsample_scales_linear_half_pixel_symmetric__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_downsample_scales_nearest__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_downsample_sizes_cubic__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_downsample_sizes_cubic_antialias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_downsample_sizes_linear_antialias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_downsample_sizes_linear_pytorch_half_pixel__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_downsample_sizes_nearest__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_downsample_sizes_nearest_not_larger__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_downsample_sizes_nearest_not_smaller__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_tf_crop_and_resize__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_tf_crop_and_resize_axes_2_3__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_tf_crop_and_resize_axes_3_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_tf_crop_and_resize_extrapolation_value__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_scales_cubic_A_n0p5_exclude_outside__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_scales_cubic__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_scales_cubic_align_corners__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_scales_cubic_asymmetric__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_scales_linear__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_scales_linear_align_corners__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_scales_linear_half_pixel_symmetric__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_scales_nearest__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_scales_nearest_axes_2_3__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_scales_nearest_axes_3_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_sizes_cubic__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_sizes_nearest__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_sizes_nearest_axes_2_3__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_sizes_nearest_axes_3_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_sizes_nearest_ceil_half_pixel__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_sizes_nearest_floor_align_corners__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_sizes_nearest_not_larger__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_sizes_nearest_not_smaller__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_resize_upsample_sizes_nearest_round_prefer_ceil_asymmetric__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reversesequence_batch__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_reversesequence_time__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_2d_axis0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_2d_axis0_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_2d_axis1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_2d_axis1_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_2d_axis_negative_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_2d_axis_negative_1_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_2d_axis_negative_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_2d_axis_negative_2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_3d_axis0_epsilon__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_3d_axis0_epsilon_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_3d_axis1_epsilon__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_3d_axis1_epsilon_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_3d_axis2_epsilon__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_3d_axis2_epsilon_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_3d_axis_negative_1_epsilon__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_3d_axis_negative_1_epsilon_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_3d_axis_negative_2_epsilon__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_3d_axis_negative_2_epsilon_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_3d_axis_negative_3_epsilon__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_3d_axis_negative_3_epsilon_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_4d_axis0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_4d_axis0_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_4d_axis1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_4d_axis1_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_4d_axis2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_4d_axis2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_4d_axis3__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_4d_axis3_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_4d_axis_negative_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_4d_axis_negative_1_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_4d_axis_negative_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_4d_axis_negative_2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_4d_axis_negative_3__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_4d_axis_negative_3_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_4d_axis_negative_4__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_4d_axis_negative_4_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_default_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rms_normalization_default_axis_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rnn_seq_length__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_roialign_aligned_false__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_roialign_aligned_true__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_roialign_mode_max__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rotary_embedding_3d_input__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rotary_embedding_3d_input_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rotary_embedding__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rotary_embedding_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rotary_embedding_interleaved__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rotary_embedding_interleaved_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rotary_embedding_no_position_ids__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rotary_embedding_no_position_ids_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rotary_embedding_no_position_ids_interleaved__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rotary_embedding_no_position_ids_interleaved_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rotary_embedding_no_position_ids_rotary_dim__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rotary_embedding_no_position_ids_rotary_dim_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rotary_embedding_with_interleaved_rotary_dim__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rotary_embedding_with_interleaved_rotary_dim_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rotary_embedding_with_rotary_dim__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_rotary_embedding_with_rotary_dim_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_round__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_scan9_sum__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_scan_sum__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_scatter_elements_with_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_scatter_elements_with_duplicate_indices__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_scatter_elements_with_negative_indices__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_scatter_elements_with_reduction_max__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_scatter_elements_with_reduction_min__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_scatter_elements_without_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_scatter_with_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_scatter_without_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_scatternd__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_scatternd_add__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_scatternd_max__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_scatternd_min__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_scatternd_multiply__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1_mean_weight_negative_ii__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1_mean_weight_negative_ii_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1_mean_weight_negative_ii_log_prob__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1_mean_weight_negative_ii_log_prob_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1d2d3_none_no_weight_negative_ii__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1d2d3_none_no_weight_negative_ii_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1d2d3_none_no_weight_negative_ii_log_prob__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1d2d3_none_no_weight_negative_ii_log_prob_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1d2d3_sum_weight_high_ii__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1d2d3_sum_weight_high_ii_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1d2d3_sum_weight_high_ii_log_prob__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1d2d3_sum_weight_high_ii_log_prob_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1d2d3d4d5_mean_weight__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1d2d3d4d5_mean_weight_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1d2d3d4d5_mean_weight_log_prob__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1d2d3d4d5_mean_weight_log_prob_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1d2d3d4d5_none_no_weight__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1d2d3d4d5_none_no_weight_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1d2d3d4d5_none_no_weight_log_prob__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_NCd1d2d3d4d5_none_no_weight_log_prob_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_3d_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_3d_log_prob__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_3d_log_prob_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_log_prob__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_log_prob_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_no_weight_ii_3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_no_weight_ii_3d_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_no_weight_ii_3d_log_prob__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_no_weight_ii_3d_log_prob_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_no_weight_ii_4d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_no_weight_ii_4d_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_no_weight_ii_4d_log_prob__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_no_weight_ii_4d_log_prob_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_no_weight_ii__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_no_weight_ii_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_no_weight_ii_log_prob__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_no_weight_ii_log_prob_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_weight__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_weight_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_weight_ii_3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_weight_ii_3d_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_weight_ii_3d_log_prob__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_weight_ii_3d_log_prob_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_weight_ii_4d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_weight_ii_4d_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_weight_ii_4d_log_prob__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_weight_ii_4d_log_prob_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_weight_ii__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_weight_ii_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_weight_ii_log_prob__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_weight_ii_log_prob_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_weight_log_prob__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_mean_weight_log_prob_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_none__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_none_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_none_log_prob__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_none_log_prob_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_none_weights__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_none_weights_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_none_weights_log_prob__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_none_weights_log_prob_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_sum__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_sum_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_sum_log_prob__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sce_sum_log_prob_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_selu__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_selu_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_selu_default_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_selu_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_selu_example_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_selu_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sequence_insert_at_back__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sequence_insert_at_front__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sequence_map_add_1_sequence_1_tensor__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sequence_map_add_1_sequence_1_tensor_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sequence_map_add_2_sequences__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sequence_map_add_2_sequences_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sequence_map_extract_shapes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sequence_map_extract_shapes_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sequence_map_identity_1_sequence_1_tensor__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sequence_map_identity_1_sequence_1_tensor_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sequence_map_identity_1_sequence__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sequence_map_identity_1_sequence_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sequence_map_identity_2_sequences__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sequence_map_identity_2_sequences_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_shape__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_shape_clip_end__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_shape_clip_start__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_shape_end_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_shape_end_negative_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_shape_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_shape_start_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_shape_start_1_end_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_shape_start_1_end_negative_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_shape_start_greater_than_end__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_shape_start_negative_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_shrink_hard__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_shrink_hard_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_shrink_soft__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_shrink_soft_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sigmoid__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sigmoid_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sign__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_simple_rnn_batchwise__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_simple_rnn_defaults__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_simple_rnn_with_initial_bias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sin__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sin_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sinh__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sinh_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_size__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_size_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_slice__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_slice_default_axes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_slice_default_steps__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_slice_end_out_of_bounds__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_slice_neg__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_slice_neg_steps__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_slice_negative_axes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_slice_start_out_of_bounds__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_axis_0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_axis_0_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_axis_0_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_axis_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_axis_1_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_axis_1_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_axis_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_axis_2_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_axis_2_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_default_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_default_axis_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_default_axis_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_example_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_example_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_large_number__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_large_number_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_large_number_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_negative_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_negative_axis_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softmax_negative_axis_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softplus__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softplus_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softplus_example_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softplus_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softsign__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softsign_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softsign_example_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_softsign_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_spacetodepth__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_spacetodepth_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_1d_uneven_split_opset18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_2d_uneven_split_opset18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_equal_parts_1d_opset13__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_equal_parts_1d_opset18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_equal_parts_2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_equal_parts_2d_opset13__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_equal_parts_default_axis_opset13__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_equal_parts_default_axis_opset18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_to_sequence_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_to_sequence_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_to_sequence_nokeepdims__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_variable_parts_1d_opset13__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_variable_parts_1d_opset18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_variable_parts_2d_opset13__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_variable_parts_2d_opset18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_variable_parts_default_axis_opset13__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_variable_parts_default_axis_opset18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_zero_size_splits_opset13__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_split_zero_size_splits_opset18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sqrt__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sqrt_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_squeeze__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_squeeze_negative_axes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_stft__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_stft_with_window__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_string_concat__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_string_concat_broadcasting__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_string_concat_empty_string__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_string_concat_utf8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_string_concat_zero_dimensional__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_string_split_basic__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_string_split_consecutive_delimiters__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_string_split_empty_string_delimiter__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_string_split_empty_tensor__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_string_split_maxsplit__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_string_split_no_delimiter__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_strnormalizer_export_monday_casesensintive_lower__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_strnormalizer_export_monday_casesensintive_nochangecase__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_strnormalizer_export_monday_casesensintive_upper__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_strnormalizer_export_monday_empty_output__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_strnormalizer_export_monday_insensintive_upper_twodim__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_strnormalizer_nostopwords_nochangecase__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sub__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sub_bcast__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sub_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sub_int16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sub_int8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sub_uint16__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sub_uint32__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sub_uint64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sub_uint8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sum_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sum_one_input__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_sum_two_inputs__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_swish__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_swish_expanded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tan__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tan_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tanh__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tanh_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tensorscatter_3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tensorscatter__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tensorscatter_circular__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tfidfvectorizer_tf_batch_onlybigrams_skip0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tfidfvectorizer_tf_batch_onlybigrams_skip5__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tfidfvectorizer_tf_batch_uniandbigrams_skip5__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tfidfvectorizer_tf_only_bigrams_skip0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tfidfvectorizer_tf_onlybigrams_levelempty__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tfidfvectorizer_tf_onlybigrams_skip5__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tfidfvectorizer_tf_uniandbigrams_skip5__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_thresholdedrelu__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_thresholdedrelu_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_thresholdedrelu_default_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_thresholdedrelu_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_thresholdedrelu_example_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_thresholdedrelu_expanded_ver18__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tile__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tile_precomputed__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_top_k__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_top_k_negative_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_top_k_same_values_2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_top_k_same_values__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_top_k_same_values_largest__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_top_k_smallest__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_top_k_uint64__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_training_dropout__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_training_dropout_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_training_dropout_default_mask__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_training_dropout_mask__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_training_dropout_zero_ratio__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_training_dropout_zero_ratio_mask__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_transpose_all_permutations_0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_transpose_all_permutations_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_transpose_all_permutations_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_transpose_all_permutations_3__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_transpose_all_permutations_4__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_transpose_all_permutations_5__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_transpose_default__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tril__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tril_neg__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tril_one_row_neg__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tril_out_neg__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tril_out_pos__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tril_pos__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tril_square__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tril_square_neg__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_tril_zero__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_triu__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_triu_neg__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_triu_one_row__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_triu_out_neg_out__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_triu_out_pos__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_triu_pos__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_triu_square__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_triu_square_neg__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_triu_zero__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_unique_length_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_unique_not_sorted_without_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_unique_sorted_with_axis_3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_unique_sorted_with_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_unique_sorted_with_negative_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_unique_sorted_without_axis__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_unsqueeze_axis_0__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_unsqueeze_axis_1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_unsqueeze_axis_2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_unsqueeze_negative_axes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_unsqueeze_three_axes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_unsqueeze_two_axes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_unsqueeze_unsorted_axes__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_upsample_nearest__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_where_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_where_long_example__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_wrap_pad__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_xor2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_xor3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_xor4d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_xor_bcast3v1d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_xor_bcast3v2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_xor_bcast4v2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_xor_bcast4v3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__node__test_xor_bcast4v4d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_AvgPool1d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_AvgPool1d_stride__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_AvgPool2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_AvgPool2d_stride__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_AvgPool3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_AvgPool3d_stride1_pad0_gpu_input__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_AvgPool3d_stride__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_BatchNorm1d_3d_input_eval__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_BatchNorm2d_eval__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_BatchNorm2d_momentum_eval__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_BatchNorm3d_eval__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_BatchNorm3d_momentum_eval__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_ConstantPad2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv1d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv1d_dilated__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv1d_groups__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv1d_pad1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv1d_pad1size1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv1d_pad2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv1d_pad2size1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv1d_stride__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv2d_depthwise__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv2d_depthwise_padded__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv2d_depthwise_strided__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv2d_depthwise_with_multiplier__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv2d_dilated__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv2d_groups__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv2d_groups_thnn__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv2d_no_bias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv2d_padding__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv2d_strided__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv3d_dilated__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv3d_dilated_strided__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv3d_groups__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv3d_no_bias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv3d_stride__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Conv3d_stride_padding__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_ConvTranspose2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_ConvTranspose2d_no_bias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_ELU__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Embedding__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Embedding_sparse__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_GLU__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_GLU_dim__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_LeakyReLU__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_LeakyReLU_with_negval__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Linear__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Linear_no_bias__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_LogSoftmax__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_MaxPool1d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_MaxPool1d_stride__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_MaxPool1d_stride_padding_dilation__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_MaxPool2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_MaxPool2d_stride_padding_dilation__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_MaxPool3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_MaxPool3d_stride__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_MaxPool3d_stride_padding__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_PReLU_1d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_PReLU_1d_multiparam__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_PReLU_2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_PReLU_2d_multiparam__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_PReLU_3d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_PReLU_3d_multiparam__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_PixelShuffle__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_PoissonNLLLLoss_no_reduce__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_ReLU__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_ReflectionPad2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_ReplicationPad2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_SELU__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Sigmoid__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Softmax__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Softmin__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Softplus__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Softsign__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_Tanh__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_ZeroPad2d__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_log_softmax_dim3__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_log_softmax_lastdim__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_softmax_functional_dim3__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-converted__test_softmax_lastdim__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_add_broadcast__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_add_size1_broadcast__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_add_size1_right_broadcast__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_add_size1_singleton_broadcast__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_addconstant__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_addmm__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_basic__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_chunk__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_clip__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_concat2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_conv__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_convtranspose__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_exp__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_flatten__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_index__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_max__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_maxpool__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_min__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_mm__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_non_float_params__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_pad__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_params__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_permute2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_pow__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_reduced_mean__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_reduced_mean_keepdim__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_reduced_sum__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_reduced_sum_keepdim__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_repeat__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_repeat_dim_overflow__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_selu__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_sqrt__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_symbolic_override__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_symbolic_override_nested__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__pytorch-operator__test_operator_view__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_expand_shape_model1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_expand_shape_model2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_expand_shape_model3__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_expand_shape_model4__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_gradient_of_add__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_gradient_of_add_and_mul__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_sequence_model1__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_sequence_model2__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_sequence_model3__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_sequence_model4__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_sequence_model5__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_sequence_model6__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_sequence_model7__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_sequence_model8__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_shrink__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_sign_model__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_single_relu_model__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_strnorm_model_monday_casesensintive_lower__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_strnorm_model_monday_casesensintive_nochangecase__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_strnorm_model_monday_casesensintive_upper__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_strnorm_model_monday_empty_output__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_strnorm_model_monday_insensintive_upper_twodim__model.onnx.json
tests/expected_errors/onnx-org__onnx__backend__test__data__simple__test_strnorm_model_nostopwords_nochangecase__model.onnx.json
tests/expected_errors/tests__onnx__micro_kws_m_qdq.onnx.json
tests/expected_errors/tests__onnx__micro_kws_m_qoperator_add_shape.onnx.json
tests/expected_errors/tests__onnx__micro_kws_m_qoperator_avg_pool.onnx.json
tests/expected_errors/tests__onnx__micro_kws_m_qoperator_softmax.onnx.json
tests/expected_errors/tests__onnx__micro_kws_m_static_fp32.onnx.json
tests/expected_errors/tests__onnx__micro_kws_m_static_qdq.onnx.json
tests/expected_errors/tests__onnx__micro_kws_m_static_qoperator.onnx.json
tests/golden/add_initializer_model.c
tests/golden/add_model.c
tests/golden/add_model_no_restrict.c
tests/golden/add_model_testbench.c
tests/golden/add_model_testbench_separate.c
tests/golden/add_model_testbench_txt.c
tests/golden/add_model_testbench_txt_emmtrix.c
tests/golden/cast_f8e4m3fn_to_float.c
tests/golden/cast_float_to_f8e4m3fn.c
tests/golden/constant_string_model.c
tests/golden/dynamic_dims_model.c
tests/golden/identity_string_model.c
tests/golden/large_temp_static_model.c
tests/golden/large_weight_model_testbench.c
tests/golden/loop_range_float_model.c
tests/golden/matmul_model.c
tests/golden/mul_add_model.c
tests/golden/mul_add_relu_model.c
tests/golden/mul_model.c
tests/golden/op_affinegrid_affine_grid.c
tests/golden/op_argreduce_arg_max.c
tests/golden/op_attention_attention.c
tests/golden/op_averagepool_average_pool.c
tests/golden/op_batchnorm_batch_normalization.c
tests/golden/op_binarizer_binarizer.c
tests/golden/op_binary_mul.c
tests/golden/op_cast_cast.c
tests/golden/op_clip_clip.c
tests/golden/op_concat_concat.c
tests/golden/op_constantofshape_constant_of_shape.c
tests/golden/op_conv_conv.c
tests/golden/op_conv_conv_simple.c
tests/golden/op_cumprod_cumprod.c
tests/golden/op_cumsum_cumsum.c
tests/golden/op_deformconv_deform_conv.c
tests/golden/op_depthtospace_depth_to_space.c
tests/golden/op_dft_dft_stockham.c
tests/golden/op_expand_expand.c
tests/golden/op_eyelike_eye_like.c
tests/golden/op_gather_gather.c
tests/golden/op_gatherelements_gather_elements.c
tests/golden/op_gemm_gemm.c
tests/golden/op_globalmaxpool_global_max_pool.c
tests/golden/op_gridsample_grid_sample.c
tests/golden/op_groupnormalization_group_normalization.c
tests/golden/op_hardmax_hardmax.c
tests/golden/op_identity_identity.c
tests/golden/op_instancenormalization_instance_normalization.c
tests/golden/op_layernormalization_layer_normalization.c
tests/golden/op_logsoftmax_logsoftmax.c
tests/golden/op_lpnormalization_lp_normalization.c
tests/golden/op_lrn_lrn.c
tests/golden/op_lstm_lstm.c
tests/golden/op_matmul_matmul.c
tests/golden/op_matmul_matmul_fp64.c
tests/golden/op_matmulinteger_matmul_integer.c
tests/golden/op_maxpool_maxpool.c
tests/golden/op_meanvariancenormalization_mean_variance_normalization.c
tests/golden/op_mish_mish.c
tests/golden/op_ms_attention_ms_attention.c
tests/golden/op_multihead_attention_multihead_attention.c
tests/golden/op_multiinputbinary_sum.c
tests/golden/op_negativeloglikelihoodloss_negative_log_likelihood_loss.c
tests/golden/op_optionalgetelement_optional_get_element.c
tests/golden/op_optionalgetelement_optional_get_element_optional_sequence.c
tests/golden/op_optionalgetelement_optional_get_element_sequence.c
tests/golden/op_optionalgetelement_optional_get_element_tensor.c
tests/golden/op_optionalhaselement_optional_has_element.c
tests/golden/op_optionalhaselement_optional_has_element_no_input.c
tests/golden/op_pad_pad.c
tests/golden/op_range_range.c
tests/golden/op_reduce_reduce_mean.c
tests/golden/op_regexfullmatch_regex_full_match.c
tests/golden/op_reshape_reshape.c
tests/golden/op_resize_resize.c
tests/golden/op_rmsnormalization_rms_normalization.c
tests/golden/op_rnn_rnn.c
tests/golden/op_scatter_scatter.c
tests/golden/op_shape_shape.c
tests/golden/op_size_size.c
tests/golden/op_slice_slice.c
tests/golden/op_softmax_softmax.c
tests/golden/op_softmaxcrossentropyloss_softmax_cross_entropy_loss.c
tests/golden/op_spacetodepth_space_to_depth.c
tests/golden/op_split_split.c
tests/golden/op_tile_tile.c
tests/golden/op_transpose_transpose.c
tests/golden/op_unary_tanh.c
tests/golden/op_where_where.c
tests/golden/ragged_sequence_identity_model.c
tests/golden/relu_model.c
tests/golden/sequence_io_model.c
tests/golden/string_concat_model.c
tests/golden/string_normalizer_model.c
tests/golden/tanh_model.c
tests/onnx/micro_kws_m_qdq.onnx
tests/onnx/micro_kws_m_qoperator_add_shape.onnx
tests/onnx/micro_kws_m_qoperator_avg_pool.onnx
tests/onnx/micro_kws_m_qoperator_softmax.onnx
tests/onnx/micro_kws_m_static_fp32.onnx
tests/onnx/micro_kws_m_static_qdq.onnx
tests/onnx/micro_kws_m_static_qoperator.onnx
tools/local_release_linux.sh
tools/local_release_windows.ps1
tools/pyinstaller_build.py
tools/pyinstaller_entrypoint.py
tools/pyinstaller_test.sh
tools/pytest_speed_report.py