Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 10, 2020 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/e69b38c3ca7d5fb4ff1d1431aba27c72 to your computer and use it in GitHub Desktop.
Save r-ryantm/e69b38c3ca7d5fb4ff1d1431aba27c72 to your computer and use it in GitHub Desktop.
/nix/store/m4f507c84yqvl9h7g06nzxq2s3bpsgvs-python3.7-onnx-1.8.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── onnx
│   │   ├── backend
│   │   │   ├── base.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── sample
│   │   │   │   ├── __init__.py
│   │   │   │   ├── ops
│   │   │   │   │   ├── abs.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── abs.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── test
│   │   │   ├── case
│   │   │   │   ├── base.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── model
│   │   │   │   │   ├── expand.py
│   │   │   │   │   ├── gradient.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── expand.cpython-37.pyc
│   │   │   │   │   │   ├── gradient.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── sequence.cpython-37.pyc
│   │   │   │   │   │   ├── shrink.cpython-37.pyc
│   │   │   │   │   │   ├── sign.cpython-37.pyc
│   │   │   │   │   │   ├── single-relu.cpython-37.pyc
│   │   │   │   │   │   └── stringnormalizer.cpython-37.pyc
│   │   │   │   │   ├── sequence.py
│   │   │   │   │   ├── shrink.py
│   │   │   │   │   ├── sign.py
│   │   │   │   │   ├── single-relu.py
│   │   │   │   │   └── stringnormalizer.py
│   │   │   │   ├── node
│   │   │   │   │   ├── abs.py
│   │   │   │   │   ├── acosh.py
│   │   │   │   │   ├── acos.py
│   │   │   │   │   ├── adagrad.py
│   │   │   │   │   ├── adam.py
│   │   │   │   │   ├── add.py
│   │   │   │   │   ├── and.py
│   │   │   │   │   ├── argmax.py
│   │   │   │   │   ├── argmin.py
│   │   │   │   │   ├── asinh.py
│   │   │   │   │   ├── asin.py
│   │   │   │   │   ├── atanh.py
│   │   │   │   │   ├── atan.py
│   │   │   │   │   ├── averagepool.py
│   │   │   │   │   ├── batchnorm.py
│   │   │   │   │   ├── bitshift.py
│   │   │   │   │   ├── cast.py
│   │   │   │   │   ├── ceil.py
│   │   │   │   │   ├── celu.py
│   │   │   │   │   ├── clip.py
│   │   │   │   │   ├── compress.py
│   │   │   │   │   ├── concat.py
│   │   │   │   │   ├── constantofshape.py
│   │   │   │   │   ├── constant.py
│   │   │   │   │   ├── convinteger.py
│   │   │   │   │   ├── conv.py
│   │   │   │   │   ├── convtranspose.py
│   │   │   │   │   ├── cosh.py
│   │   │   │   │   ├── cos.py
│   │   │   │   │   ├── cumsum.py
│   │   │   │   │   ├── depthtospace.py
│   │   │   │   │   ├── dequantizelinear.py
│   │   │   │   │   ├── det.py
│   │   │   │   │   ├── div.py
│   │   │   │   │   ├── dropout.py
│   │   │   │   │   ├── dynamicquantizelinear.py
│   │   │   │   │   ├── einsum.py
│   │   │   │   │   ├── elu.py
│   │   │   │   │   ├── equal.py
│   │   │   │   │   ├── erf.py
│   │   │   │   │   ├── expand.py
│   │   │   │   │   ├── exp.py
│   │   │   │   │   ├── eyelike.py
│   │   │   │   │   ├── flatten.py
│   │   │   │   │   ├── floor.py
│   │   │   │   │   ├── gatherelements.py
│   │   │   │   │   ├── gathernd.py
│   │   │   │   │   ├── gather.py
│   │   │   │   │   ├── gemm.py
│   │   │   │   │   ├── globalaveragepool.py
│   │   │   │   │   ├── globalmaxpool.py
│   │   │   │   │   ├── greater_equal.py
│   │   │   │   │   ├── greater.py
│   │   │   │   │   ├── gru.py
│   │   │   │   │   ├── hardmax.py
│   │   │   │   │   ├── hardsigmoid.py
│   │   │   │   │   ├── identity.py
│   │   │   │   │   ├── if.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── instancenorm.py
│   │   │   │   │   ├── isinf.py
│   │   │   │   │   ├── isnan.py
│   │   │   │   │   ├── leakyrelu.py
│   │   │   │   │   ├── less_equal.py
│   │   │   │   │   ├── less.py
│   │   │   │   │   ├── log.py
│   │   │   │   │   ├── logsoftmax.py
│   │   │   │   │   ├── loop.py
│   │   │   │   │   ├── lrn.py
│   │   │   │   │   ├── lstm.py
│   │   │   │   │   ├── matmulinteger.py
│   │   │   │   │   ├── matmul.py
│   │   │   │   │   ├── maxpool.py
│   │   │   │   │   ├── max.py
│   │   │   │   │   ├── maxunpool.py
│   │   │   │   │   ├── mean.py
│   │   │   │   │   ├── meanvariancenormalization.py
│   │   │   │   │   ├── min.py
│   │   │   │   │   ├── mod.py
│   │   │   │   │   ├── momentum.py
│   │   │   │   │   ├── mul.py
│   │   │   │   │   ├── negativeloglikelihoodloss.py
│   │   │   │   │   ├── neg.py
│   │   │   │   │   ├── nonmaxsuppression.py
│   │   │   │   │   ├── nonzero.py
│   │   │   │   │   ├── not.py
│   │   │   │   │   ├── onehot.py
│   │   │   │   │   ├── or.py
│   │   │   │   │   ├── pad.py
│   │   │   │   │   ├── pool_op_common.py
│   │   │   │   │   ├── pow.py
│   │   │   │   │   ├── prelu.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── abs.cpython-37.pyc
│   │   │   │   │   │   ├── acos.cpython-37.pyc
│   │   │   │   │   │   ├── acosh.cpython-37.pyc
│   │   │   │   │   │   ├── adagrad.cpython-37.pyc
│   │   │   │   │   │   ├── adam.cpython-37.pyc
│   │   │   │   │   │   ├── add.cpython-37.pyc
│   │   │   │   │   │   ├── and.cpython-37.pyc
│   │   │   │   │   │   ├── argmax.cpython-37.pyc
│   │   │   │   │   │   ├── argmin.cpython-37.pyc
│   │   │   │   │   │   ├── asin.cpython-37.pyc
│   │   │   │   │   │   ├── asinh.cpython-37.pyc
│   │   │   │   │   │   ├── atan.cpython-37.pyc
│   │   │   │   │   │   ├── atanh.cpython-37.pyc
│   │   │   │   │   │   ├── averagepool.cpython-37.pyc
│   │   │   │   │   │   ├── batchnorm.cpython-37.pyc
│   │   │   │   │   │   ├── bitshift.cpython-37.pyc
│   │   │   │   │   │   ├── cast.cpython-37.pyc
│   │   │   │   │   │   ├── ceil.cpython-37.pyc
│   │   │   │   │   │   ├── celu.cpython-37.pyc
│   │   │   │   │   │   ├── clip.cpython-37.pyc
│   │   │   │   │   │   ├── compress.cpython-37.pyc
│   │   │   │   │   │   ├── concat.cpython-37.pyc
│   │   │   │   │   │   ├── constant.cpython-37.pyc
│   │   │   │   │   │   ├── constantofshape.cpython-37.pyc
│   │   │   │   │   │   ├── conv.cpython-37.pyc
│   │   │   │   │   │   ├── convinteger.cpython-37.pyc
│   │   │   │   │   │   ├── convtranspose.cpython-37.pyc
│   │   │   │   │   │   ├── cos.cpython-37.pyc
│   │   │   │   │   │   ├── cosh.cpython-37.pyc
│   │   │   │   │   │   ├── cumsum.cpython-37.pyc
│   │   │   │   │   │   ├── depthtospace.cpython-37.pyc
│   │   │   │   │   │   ├── dequantizelinear.cpython-37.pyc
│   │   │   │   │   │   ├── det.cpython-37.pyc
│   │   │   │   │   │   ├── div.cpython-37.pyc
│   │   │   │   │   │   ├── dropout.cpython-37.pyc
│   │   │   │   │   │   ├── dynamicquantizelinear.cpython-37.pyc
│   │   │   │   │   │   ├── einsum.cpython-37.pyc
│   │   │   │   │   │   ├── elu.cpython-37.pyc
│   │   │   │   │   │   ├── equal.cpython-37.pyc
│   │   │   │   │   │   ├── erf.cpython-37.pyc
│   │   │   │   │   │   ├── expand.cpython-37.pyc
│   │   │   │   │   │   ├── exp.cpython-37.pyc
│   │   │   │   │   │   ├── eyelike.cpython-37.pyc
│   │   │   │   │   │   ├── flatten.cpython-37.pyc
│   │   │   │   │   │   ├── floor.cpython-37.pyc
│   │   │   │   │   │   ├── gather.cpython-37.pyc
│   │   │   │   │   │   ├── gatherelements.cpython-37.pyc
│   │   │   │   │   │   ├── gathernd.cpython-37.pyc
│   │   │   │   │   │   ├── gemm.cpython-37.pyc
│   │   │   │   │   │   ├── globalaveragepool.cpython-37.pyc
│   │   │   │   │   │   ├── globalmaxpool.cpython-37.pyc
│   │   │   │   │   │   ├── greater.cpython-37.pyc
│   │   │   │   │   │   ├── greater_equal.cpython-37.pyc
│   │   │   │   │   │   ├── gru.cpython-37.pyc
│   │   │   │   │   │   ├── hardmax.cpython-37.pyc
│   │   │   │   │   │   ├── hardsigmoid.cpython-37.pyc
│   │   │   │   │   │   ├── identity.cpython-37.pyc
│   │   │   │   │   │   ├── if.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── instancenorm.cpython-37.pyc
│   │   │   │   │   │   ├── isinf.cpython-37.pyc
│   │   │   │   │   │   ├── isnan.cpython-37.pyc
│   │   │   │   │   │   ├── leakyrelu.cpython-37.pyc
│   │   │   │   │   │   ├── less.cpython-37.pyc
│   │   │   │   │   │   ├── less_equal.cpython-37.pyc
│   │   │   │   │   │   ├── log.cpython-37.pyc
│   │   │   │   │   │   ├── logsoftmax.cpython-37.pyc
│   │   │   │   │   │   ├── loop.cpython-37.pyc
│   │   │   │   │   │   ├── lrn.cpython-37.pyc
│   │   │   │   │   │   ├── lstm.cpython-37.pyc
│   │   │   │   │   │   ├── matmul.cpython-37.pyc
│   │   │   │   │   │   ├── matmulinteger.cpython-37.pyc
│   │   │   │   │   │   ├── max.cpython-37.pyc
│   │   │   │   │   │   ├── maxpool.cpython-37.pyc
│   │   │   │   │   │   ├── maxunpool.cpython-37.pyc
│   │   │   │   │   │   ├── mean.cpython-37.pyc
│   │   │   │   │   │   ├── meanvariancenormalization.cpython-37.pyc
│   │   │   │   │   │   ├── min.cpython-37.pyc
│   │   │   │   │   │   ├── mod.cpython-37.pyc
│   │   │   │   │   │   ├── momentum.cpython-37.pyc
│   │   │   │   │   │   ├── mul.cpython-37.pyc
│   │   │   │   │   │   ├── negativeloglikelihoodloss.cpython-37.pyc
│   │   │   │   │   │   ├── neg.cpython-37.pyc
│   │   │   │   │   │   ├── nonmaxsuppression.cpython-37.pyc
│   │   │   │   │   │   ├── nonzero.cpython-37.pyc
│   │   │   │   │   │   ├── not.cpython-37.pyc
│   │   │   │   │   │   ├── onehot.cpython-37.pyc
│   │   │   │   │   │   ├── or.cpython-37.pyc
│   │   │   │   │   │   ├── pad.cpython-37.pyc
│   │   │   │   │   │   ├── pool_op_common.cpython-37.pyc
│   │   │   │   │   │   ├── pow.cpython-37.pyc
│   │   │   │   │   │   ├── prelu.cpython-37.pyc
│   │   │   │   │   │   ├── qlinearconv.cpython-37.pyc
│   │   │   │   │   │   ├── qlinearmatmul.cpython-37.pyc
│   │   │   │   │   │   ├── quantizelinear.cpython-37.pyc
│   │   │   │   │   │   ├── rangeop.cpython-37.pyc
│   │   │   │   │   │   ├── reciprocal.cpython-37.pyc
│   │   │   │   │   │   ├── reducel1.cpython-37.pyc
│   │   │   │   │   │   ├── reducel2.cpython-37.pyc
│   │   │   │   │   │   ├── reduce_log_sum.cpython-37.pyc
│   │   │   │   │   │   ├── reduce_log_sum_exp.cpython-37.pyc
│   │   │   │   │   │   ├── reducemax.cpython-37.pyc
│   │   │   │   │   │   ├── reducemean.cpython-37.pyc
│   │   │   │   │   │   ├── reducemin.cpython-37.pyc
│   │   │   │   │   │   ├── reduceprod.cpython-37.pyc
│   │   │   │   │   │   ├── reducesum.cpython-37.pyc
│   │   │   │   │   │   ├── reducesumsquare.cpython-37.pyc
│   │   │   │   │   │   ├── relu.cpython-37.pyc
│   │   │   │   │   │   ├── reshape.cpython-37.pyc
│   │   │   │   │   │   ├── resize.cpython-37.pyc
│   │   │   │   │   │   ├── reversesequence.cpython-37.pyc
│   │   │   │   │   │   ├── rnn.cpython-37.pyc
│   │   │   │   │   │   ├── roialign.cpython-37.pyc
│   │   │   │   │   │   ├── round.cpython-37.pyc
│   │   │   │   │   │   ├── scan.cpython-37.pyc
│   │   │   │   │   │   ├── scatter.cpython-37.pyc
│   │   │   │   │   │   ├── scatterelements.cpython-37.pyc
│   │   │   │   │   │   ├── scatternd.cpython-37.pyc
│   │   │   │   │   │   ├── selu.cpython-37.pyc
│   │   │   │   │   │   ├── sequenceinsert.cpython-37.pyc
│   │   │   │   │   │   ├── shape.cpython-37.pyc
│   │   │   │   │   │   ├── shrink.cpython-37.pyc
│   │   │   │   │   │   ├── sigmoid.cpython-37.pyc
│   │   │   │   │   │   ├── sign.cpython-37.pyc
│   │   │   │   │   │   ├── sin.cpython-37.pyc
│   │   │   │   │   │   ├── sinh.cpython-37.pyc
│   │   │   │   │   │   ├── size.cpython-37.pyc
│   │   │   │   │   │   ├── slice.cpython-37.pyc
│   │   │   │   │   │   ├── softmax.cpython-37.pyc
│   │   │   │   │   │   ├── softmaxcrossentropy.cpython-37.pyc
│   │   │   │   │   │   ├── softplus.cpython-37.pyc
│   │   │   │   │   │   ├── softsign.cpython-37.pyc
│   │   │   │   │   │   ├── split.cpython-37.pyc
│   │   │   │   │   │   ├── sqrt.cpython-37.pyc
│   │   │   │   │   │   ├── squeeze.cpython-37.pyc
│   │   │   │   │   │   ├── stringnormalizer.cpython-37.pyc
│   │   │   │   │   │   ├── sub.cpython-37.pyc
│   │   │   │   │   │   ├── sum.cpython-37.pyc
│   │   │   │   │   │   ├── tan.cpython-37.pyc
│   │   │   │   │   │   ├── tanh.cpython-37.pyc
│   │   │   │   │   │   ├── tfidfvectorizer.cpython-37.pyc
│   │   │   │   │   │   ├── thresholdedrelu.cpython-37.pyc
│   │   │   │   │   │   ├── tile.cpython-37.pyc
│   │   │   │   │   │   ├── topk.cpython-37.pyc
│   │   │   │   │   │   ├── transpose.cpython-37.pyc
│   │   │   │   │   │   ├── unique.cpython-37.pyc
│   │   │   │   │   │   ├── unsqueeze.cpython-37.pyc
│   │   │   │   │   │   ├── upsample.cpython-37.pyc
│   │   │   │   │   │   ├── where.cpython-37.pyc
│   │   │   │   │   │   └── xor.cpython-37.pyc
│   │   │   │   │   ├── qlinearconv.py
│   │   │   │   │   ├── qlinearmatmul.py
│   │   │   │   │   ├── quantizelinear.py
│   │   │   │   │   ├── rangeop.py
│   │   │   │   │   ├── reciprocal.py
│   │   │   │   │   ├── reducel1.py
│   │   │   │   │   ├── reducel2.py
│   │   │   │   │   ├── reduce_log_sum_exp.py
│   │   │   │   │   ├── reduce_log_sum.py
│   │   │   │   │   ├── reducemax.py
│   │   │   │   │   ├── reducemean.py
│   │   │   │   │   ├── reducemin.py
│   │   │   │   │   ├── reduceprod.py
│   │   │   │   │   ├── reducesum.py
│   │   │   │   │   ├── reducesumsquare.py
│   │   │   │   │   ├── relu.py
│   │   │   │   │   ├── reshape.py
│   │   │   │   │   ├── resize.py
│   │   │   │   │   ├── reversesequence.py
│   │   │   │   │   ├── rnn.py
│   │   │   │   │   ├── roialign.py
│   │   │   │   │   ├── round.py
│   │   │   │   │   ├── scan.py
│   │   │   │   │   ├── scatterelements.py
│   │   │   │   │   ├── scatternd.py
│   │   │   │   │   ├── scatter.py
│   │   │   │   │   ├── selu.py
│   │   │   │   │   ├── sequenceinsert.py
│   │   │   │   │   ├── shape.py
│   │   │   │   │   ├── shrink.py
│   │   │   │   │   ├── sigmoid.py
│   │   │   │   │   ├── sign.py
│   │   │   │   │   ├── sinh.py
│   │   │   │   │   ├── sin.py
│   │   │   │   │   ├── size.py
│   │   │   │   │   ├── slice.py
│   │   │   │   │   ├── softmaxcrossentropy.py
│   │   │   │   │   ├── softmax.py
│   │   │   │   │   ├── softplus.py
│   │   │   │   │   ├── softsign.py
│   │   │   │   │   ├── split.py
│   │   │   │   │   ├── sqrt.py
│   │   │   │   │   ├── squeeze.py
│   │   │   │   │   ├── stringnormalizer.py
│   │   │   │   │   ├── sub.py
│   │   │   │   │   ├── sum.py
│   │   │   │   │   ├── tanh.py
│   │   │   │   │   ├── tan.py
│   │   │   │   │   ├── tfidfvectorizer.py
│   │   │   │   │   ├── thresholdedrelu.py
│   │   │   │   │   ├── tile.py
│   │   │   │   │   ├── topk.py
│   │   │   │   │   ├── transpose.py
│   │   │   │   │   ├── unique.py
│   │   │   │   │   ├── unsqueeze.py
│   │   │   │   │   ├── upsample.py
│   │   │   │   │   ├── where.py
│   │   │   │   │   └── xor.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_case.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── test_case.py
│   │   │   │   └── utils.py
│   │   │   ├── cmd_tools.py
│   │   │   ├── cpp
│   │   │   │   ├── driver
│   │   │   │   │   ├── test_driver.cc
│   │   │   │   │   └── test_driver.h
│   │   │   │   ├── driver_test.cc
│   │   │   │   ├── gtest_utils.cc
│   │   │   │   ├── gtest_utils.h
│   │   │   │   └── test_main.cc
│   │   │   ├── data
│   │   │   │   ├── node
│   │   │   │   │   ├── test_abs
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_acos
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_acos_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_acosh
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_acosh_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_adagrad
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_adagrad_multiple
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   ├── input_5.pb
│   │   │   │   │   │   ├── input_6.pb
│   │   │   │   │   │   ├── input_7.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   ├── output_2.pb
│   │   │   │   │   │   └── output_3.pb
│   │   │   │   │   ├── test_adam
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   ├── input_5.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   └── output_2.pb
│   │   │   │   │   ├── test_adam_multiple
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   ├── input_5.pb
│   │   │   │   │   │   ├── input_6.pb
│   │   │   │   │   │   ├── input_7.pb
│   │   │   │   │   │   ├── input_8.pb
│   │   │   │   │   │   ├── input_9.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   ├── output_2.pb
│   │   │   │   │   │   ├── output_3.pb
│   │   │   │   │   │   ├── output_4.pb
│   │   │   │   │   │   └── output_5.pb
│   │   │   │   │   ├── test_add
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_add_bcast
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_and2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_and3d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_and4d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_and_bcast3v1d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_and_bcast3v2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_and_bcast4v2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_and_bcast4v3d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_and_bcast4v4d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmax_default_axis_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmax_default_axis_example_select_last_index
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmax_default_axis_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmax_default_axis_random_select_last_index
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmax_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmax_keepdims_example_select_last_index
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmax_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmax_keepdims_random_select_last_index
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmax_negative_axis_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmax_negative_axis_keepdims_example_select_last_index
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmax_negative_axis_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmax_negative_axis_keepdims_random_select_last_index
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmax_no_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmax_no_keepdims_example_select_last_index
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmax_no_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmax_no_keepdims_random_select_last_index
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmin_default_axis_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmin_default_axis_example_select_last_index
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmin_default_axis_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmin_default_axis_random_select_last_index
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmin_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmin_keepdims_example_select_last_index
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmin_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmin_keepdims_random_select_last_index
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmin_negative_axis_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmin_negative_axis_keepdims_example_select_last_index
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmin_negative_axis_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmin_negative_axis_keepdims_random_select_last_index
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmin_no_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmin_no_keepdims_example_select_last_index
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmin_no_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_argmin_no_keepdims_random_select_last_index
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_asin
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_asin_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_asinh
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_asinh_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_atan
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_atan_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_atanh
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_atanh_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_averagepool_1d_default
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_averagepool_2d_ceil
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_averagepool_2d_default
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_averagepool_2d_pads
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_averagepool_2d_pads_count_include_pad
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_averagepool_2d_precomputed_pads
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_averagepool_2d_precomputed_pads_count_include_pad
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_averagepool_2d_precomputed_same_upper
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_averagepool_2d_precomputed_strides
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_averagepool_2d_same_lower
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_averagepool_2d_same_upper
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_averagepool_2d_strides
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_averagepool_3d_default
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_basic_convinteger
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_basic_conv_without_padding
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_basic_conv_with_padding
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_batchnorm_epsilon
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_batchnorm_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_bitshift_left_uint16
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_bitshift_left_uint32
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_bitshift_left_uint64
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_bitshift_left_uint8
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_bitshift_right_uint16
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_bitshift_right_uint32
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_bitshift_right_uint64
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_bitshift_right_uint8
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cast_BFLOAT16_to_FLOAT
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cast_DOUBLE_to_FLOAT
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cast_DOUBLE_to_FLOAT16
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cast_FLOAT16_to_DOUBLE
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cast_FLOAT16_to_FLOAT
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cast_FLOAT_to_BFLOAT16
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cast_FLOAT_to_DOUBLE
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cast_FLOAT_to_FLOAT16
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cast_FLOAT_to_STRING
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cast_STRING_to_FLOAT
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_ceil
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_ceil_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_celu
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_celu_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_clip
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_clip_default_inbounds
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_clip_default_int8_inbounds
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_clip_default_int8_max
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_clip_default_int8_min
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_clip_default_max
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_clip_default_min
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_clip_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_clip_inbounds
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_clip_outbounds
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_clip_splitbounds
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_compress_0
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_compress_1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_compress_default_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_compress_negative_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_concat_1d_axis_0
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_concat_1d_axis_negative_1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_concat_2d_axis_0
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_concat_2d_axis_1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_concat_2d_axis_negative_1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_concat_2d_axis_negative_2
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_concat_3d_axis_0
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_concat_3d_axis_1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_concat_3d_axis_2
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_concat_3d_axis_negative_1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_concat_3d_axis_negative_2
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_concat_3d_axis_negative_3
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_constant
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_constantofshape_float_ones
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_constantofshape_int_shape_zero
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_constantofshape_int_zeros
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_constant_pad
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_convinteger_with_padding
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_convtranspose
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_convtranspose_1d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_convtranspose_3d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_convtranspose_dilations
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_convtranspose_kernel_shape
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_convtranspose_output_shape
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_convtranspose_pad
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_convtranspose_pads
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_convtranspose_with_kernel
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_conv_with_strides_and_asymmetric_padding
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_conv_with_strides_no_padding
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_conv_with_strides_padding
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cos
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cos_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cosh
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cosh_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cumsum_1d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cumsum_1d_exclusive
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cumsum_1d_reverse
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cumsum_1d_reverse_exclusive
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cumsum_2d_axis_0
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cumsum_2d_axis_1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_cumsum_2d_negative_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_depthtospace_crd_mode
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_depthtospace_crd_mode_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_depthtospace_dcr_mode
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_depthtospace_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_dequantizelinear
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_dequantizelinear_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_det_2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_det_nd
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_div
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_div_bcast
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_div_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_dropout_default
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_dropout_default_mask
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_dropout_default_mask_ratio
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_dropout_default_old
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_dropout_default_ratio
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_dropout_random_old
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_dynamicquantizelinear
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   └── output_2.pb
│   │   │   │   │   ├── test_dynamicquantizelinear_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   └── output_2.pb
│   │   │   │   │   ├── test_dynamicquantizelinear_max_adjusted
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   └── output_2.pb
│   │   │   │   │   ├── test_dynamicquantizelinear_max_adjusted_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   └── output_2.pb
│   │   │   │   │   ├── test_dynamicquantizelinear_min_adjusted
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   └── output_2.pb
│   │   │   │   │   ├── test_dynamicquantizelinear_min_adjusted_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   └── output_2.pb
│   │   │   │   │   ├── test_edge_pad
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_einsum_batch_diagonal
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_einsum_batch_matmul
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_einsum_inner_prod
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_einsum_sum
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_einsum_transpose
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_elu
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_elu_default
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_elu_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_equal
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_equal_bcast
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_erf
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_exp
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_expand_dim_changed
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_expand_dim_unchanged
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_exp_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_eyelike_populate_off_main_diagonal
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_eyelike_with_dtype
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_eyelike_without_dtype
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_flatten_axis0
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_flatten_axis1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_flatten_axis2
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_flatten_axis3
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_flatten_default_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_flatten_negative_axis1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_flatten_negative_axis2
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_flatten_negative_axis3
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_flatten_negative_axis4
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_floor
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_floor_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gather_0
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gather_1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gather_2d_indices
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gather_elements_0
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gather_elements_1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gather_elements_negative_indices
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gathernd_example_float32
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gathernd_example_int32
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gathernd_example_int32_batch_dim1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gather_negative_indices
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gemm_all_attributes
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gemm_alpha
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gemm_beta
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gemm_default_matrix_bias
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gemm_default_no_bias
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gemm_default_scalar_bias
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gemm_default_single_elem_vector_bias
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gemm_default_vector_bias
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gemm_default_zero_bias
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gemm_transposeA
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gemm_transposeB
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_globalaveragepool
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_globalaveragepool_precomputed
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_globalmaxpool
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_globalmaxpool_precomputed
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_greater
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_greater_bcast
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_greater_equal
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_greater_equal_bcast
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_greater_equal_bcast_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_greater_equal_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gru_defaults
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gru_seq_length
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_gru_with_initial_bias
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_hardmax_axis_0
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_hardmax_axis_1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_hardmax_axis_2
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_hardmax_default_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_hardmax_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_hardmax_negative_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_hardmax_one_hot
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_hardsigmoid
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_hardsigmoid_default
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_hardsigmoid_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_identity
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_if
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_if_seq
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_instancenorm_epsilon
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_instancenorm_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_isinf
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_isinf_negative
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_isinf_positive
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_isnan
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_leakyrelu
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_leakyrelu_default
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_leakyrelu_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_less
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_less_bcast
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_less_equal
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_less_equal_bcast
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_less_equal_bcast_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_less_equal_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_log
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_log_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_logsoftmax_axis_0
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_logsoftmax_axis_0_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_logsoftmax_axis_1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_logsoftmax_axis_1_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_logsoftmax_axis_2
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_logsoftmax_axis_2_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_logsoftmax_default_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_logsoftmax_default_axis_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_logsoftmax_example_1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_logsoftmax_example_1_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_logsoftmax_large_number
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_logsoftmax_large_number_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_logsoftmax_negative_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_logsoftmax_negative_axis_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_loop11
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_loop13_seq
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_lrn
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_lrn_default
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_lstm_defaults
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_lstm_with_initial_bias
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_lstm_with_peepholes
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   ├── input_5.pb
│   │   │   │   │   │   ├── input_6.pb
│   │   │   │   │   │   ├── input_7.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_matmul_2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_matmul_3d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_matmul_4d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_matmulinteger
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_max_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_max_float16
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_max_float32
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_max_float64
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_max_int16
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_max_int32
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_max_int64
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_max_int8
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_max_one_input
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_maxpool_1d_default
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_maxpool_2d_ceil
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_maxpool_2d_default
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_maxpool_2d_dilations
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_maxpool_2d_pads
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_maxpool_2d_precomputed_pads
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_maxpool_2d_precomputed_same_upper
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_maxpool_2d_precomputed_strides
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_maxpool_2d_same_lower
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_maxpool_2d_same_upper
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_maxpool_2d_strides
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_maxpool_2d_uint8
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_maxpool_3d_default
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_maxpool_with_argmax_2d_precomputed_pads
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_maxpool_with_argmax_2d_precomputed_strides
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_max_two_inputs
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_max_uint16
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_max_uint32
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_max_uint64
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_max_uint8
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_maxunpool_export_without_output_shape
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_maxunpool_export_with_output_shape
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mean_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mean_one_input
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mean_two_inputs
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_min_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_min_float16
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_min_float32
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_min_float64
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_min_int16
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_min_int32
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_min_int64
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_min_int8
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_min_one_input
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_min_two_inputs
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_min_uint16
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_min_uint32
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_min_uint64
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_min_uint8
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mod_broadcast
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mod_int64_fmod
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mod_mixed_sign_float16
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mod_mixed_sign_float32
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mod_mixed_sign_float64
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mod_mixed_sign_int16
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mod_mixed_sign_int32
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mod_mixed_sign_int64
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mod_mixed_sign_int8
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mod_uint16
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mod_uint32
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mod_uint64
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mod_uint8
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_momentum
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_momentum_multiple
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   ├── input_5.pb
│   │   │   │   │   │   ├── input_6.pb
│   │   │   │   │   │   ├── input_7.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   ├── output_2.pb
│   │   │   │   │   │   └── output_3.pb
│   │   │   │   │   ├── test_mul
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mul_bcast
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mul_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mvn
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_mvn_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_neg
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_neg_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nesterov_momentum
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_nllloss_NC
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2d3d4d5_mean_weight
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2d3d4d5_mean_weight_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2d3d4d5_none_no_weight
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2d3d4d5_none_no_weight_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2d3_none_no_weight_negative_ii
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2d3_none_no_weight_negative_ii_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2d3_sum_weight_high_ii
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2d3_sum_weight_high_ii_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2_no_weight_reduction_mean_ii
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2_no_weight_reduction_mean_ii_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2_reduction_mean
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2_reduction_mean_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2_reduction_sum
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2_reduction_sum_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2_with_weight
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2_with_weight_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2_with_weight_reduction_mean
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2_with_weight_reduction_mean_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2_with_weight_reduction_sum
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2_with_weight_reduction_sum_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2_with_weight_reduction_sum_ii
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1d2_with_weight_reduction_sum_ii_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1_ii
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1_ii_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1_mean_weight_negative_ii
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1_mean_weight_negative_ii_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1_weight
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1_weight_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1_weight_ii
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NCd1_weight_ii_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nllloss_NC_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nonmaxsuppression_center_point_box_format
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nonmaxsuppression_flipped_coordinates
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nonmaxsuppression_identical_boxes
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nonmaxsuppression_limit_output_size
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nonmaxsuppression_single_box
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nonmaxsuppression_suppress_by_IOU
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nonmaxsuppression_suppress_by_IOU_and_scores
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nonmaxsuppression_two_batches
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nonmaxsuppression_two_classes
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_nonzero_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_not_2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_not_3d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_not_4d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_onehot_negative_indices
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_onehot_with_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_onehot_with_negative_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_onehot_without_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_or2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_or3d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_or4d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_or_bcast3v1d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_or_bcast3v2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_or_bcast4v2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_or_bcast4v3d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_or_bcast4v4d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_pow
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_pow_bcast_array
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_pow_bcast_scalar
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_pow_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_pow_types_float
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_pow_types_float32_int32
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_pow_types_float32_int64
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_pow_types_float32_uint32
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_pow_types_float32_uint64
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_pow_types_int
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_pow_types_int32_float32
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_pow_types_int32_int32
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_pow_types_int64_float32
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_pow_types_int64_int64
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_prelu_broadcast
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_prelu_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_qlinearconv
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   ├── input_5.pb
│   │   │   │   │   │   ├── input_6.pb
│   │   │   │   │   │   ├── input_7.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_qlinearmatmul_2D
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   ├── input_5.pb
│   │   │   │   │   │   ├── input_6.pb
│   │   │   │   │   │   ├── input_7.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_qlinearmatmul_3D
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   ├── input_5.pb
│   │   │   │   │   │   ├── input_6.pb
│   │   │   │   │   │   ├── input_7.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_quantizelinear
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_quantizelinear_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_range_float_type_positive_delta
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_range_float_type_positive_delta_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_range_int32_type_negative_delta
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_range_int32_type_negative_delta_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reciprocal
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reciprocal_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_l1_default_axes_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_l1_default_axes_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_l1_do_not_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_l1_do_not_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_l1_keep_dims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_l1_keep_dims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_l1_negative_axes_keep_dims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_l1_negative_axes_keep_dims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_l2_default_axes_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_l2_default_axes_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_l2_do_not_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_l2_do_not_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_l2_keep_dims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_l2_keep_dims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_l2_negative_axes_keep_dims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_l2_negative_axes_keep_dims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_log_sum
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_log_sum_asc_axes
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_log_sum_default
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_log_sum_desc_axes
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_log_sum_exp_default_axes_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_log_sum_exp_default_axes_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_log_sum_exp_do_not_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_log_sum_exp_do_not_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_log_sum_exp_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_log_sum_exp_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_log_sum_exp_negative_axes_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_log_sum_exp_negative_axes_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_log_sum_negative_axes
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_max_default_axes_keepdim_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_max_default_axes_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_max_do_not_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_max_do_not_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_max_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_max_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_max_negative_axes_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_max_negative_axes_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_mean_default_axes_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_mean_default_axes_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_mean_do_not_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_mean_do_not_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_mean_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_mean_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_mean_negative_axes_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_mean_negative_axes_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_min_default_axes_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_min_default_axes_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_min_do_not_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_min_do_not_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_min_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_min_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_min_negative_axes_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_min_negative_axes_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_prod_default_axes_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_prod_default_axes_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_prod_do_not_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_prod_do_not_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_prod_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_prod_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_prod_negative_axes_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_prod_negative_axes_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_sum_default_axes_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_sum_default_axes_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_sum_do_not_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_sum_do_not_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_sum_empty_axes_input_noop_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_sum_empty_axes_input_noop_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_sum_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_sum_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_sum_negative_axes_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_sum_negative_axes_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_sum_square_default_axes_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_sum_square_default_axes_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_sum_square_do_not_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_sum_square_do_not_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_sum_square_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_sum_square_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_sum_square_negative_axes_keepdims_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reduce_sum_square_negative_axes_keepdims_random
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reflect_pad
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_relu
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reshape_extended_dims
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reshape_negative_dim
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reshape_negative_extended_dims
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reshape_one_dim
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reshape_reduced_dims
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reshape_reordered_all_dims
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reshape_reordered_last_dims
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reshape_zero_and_negative_dim
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reshape_zero_dim
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_downsample_scales_cubic
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_downsample_scales_cubic_align_corners
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_downsample_scales_cubic_A_n0p5_exclude_outside
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_downsample_scales_linear
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_downsample_scales_linear_align_corners
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_downsample_scales_nearest
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_downsample_sizes_cubic
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_downsample_sizes_linear_pytorch_half_pixel
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_downsample_sizes_nearest
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_downsample_sizes_nearest_tf_half_pixel_for_nn
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_tf_crop_and_resize
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_upsample_scales_cubic
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_upsample_scales_cubic_align_corners
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_upsample_scales_cubic_A_n0p5_exclude_outside
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_upsample_scales_cubic_asymmetric
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_upsample_scales_linear
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_upsample_scales_linear_align_corners
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_upsample_scales_nearest
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_upsample_sizes_cubic
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_upsample_sizes_nearest
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_upsample_sizes_nearest_ceil_half_pixel
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_upsample_sizes_nearest_floor_align_corners
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_resize_upsample_sizes_nearest_round_prefer_ceil_asymmetric
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reversesequence_batch
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_reversesequence_time
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_rnn_seq_length
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_roialign
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_round
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_scan9_sum
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_scan_sum
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_scatter_elements_with_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_scatter_elements_with_negative_indices
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_scatter_elements_without_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_scatternd
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_scatter_with_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_scatter_without_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean_3d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean_3d_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean_3d_log_prob
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_mean_3d_log_prob_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_mean_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean_log_prob
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_mean_log_prob_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_mean_no_weight_ii
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean_no_weight_ii_3d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean_no_weight_ii_3d_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean_no_weight_ii_3d_log_prob
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_mean_no_weight_ii_3d_log_prob_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_mean_no_weight_ii_4d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean_no_weight_ii_4d_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean_no_weight_ii_4d_log_prob
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_mean_no_weight_ii_4d_log_prob_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_mean_no_weight_ii_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean_no_weight_ii_log_prob
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_mean_no_weight_ii_log_prob_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_mean_weight
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean_weight_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean_weight_ii
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean_weight_ii_3d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean_weight_ii_3d_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean_weight_ii_3d_log_prob
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_mean_weight_ii_3d_log_prob_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_mean_weight_ii_4d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean_weight_ii_4d_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean_weight_ii_4d_log_prob
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_mean_weight_ii_4d_log_prob_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_mean_weight_ii_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_mean_weight_ii_log_prob
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_mean_weight_ii_log_prob_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_mean_weight_log_prob
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_mean_weight_log_prob_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_NCd1d2d3d4d5_mean_weight
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_NCd1d2d3d4d5_mean_weight_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_NCd1d2d3d4d5_mean_weight_log_prob
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_NCd1d2d3d4d5_mean_weight_log_prob_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_NCd1d2d3d4d5_none_no_weight
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_NCd1d2d3d4d5_none_no_weight_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_NCd1d2d3d4d5_none_no_weight_log_prob
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_NCd1d2d3d4d5_none_no_weight_log_prob_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_NCd1d2d3_none_no_weight_negative_ii
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_NCd1d2d3_none_no_weight_negative_ii_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_NCd1d2d3_none_no_weight_negative_ii_log_prob
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_NCd1d2d3_none_no_weight_negative_ii_log_prob_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_NCd1d2d3_sum_weight_high_ii
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_NCd1d2d3_sum_weight_high_ii_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_NCd1d2d3_sum_weight_high_ii_log_prob
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_NCd1d2d3_sum_weight_high_ii_log_prob_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_NCd1_mean_weight_negative_ii
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_NCd1_mean_weight_negative_ii_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_NCd1_mean_weight_negative_ii_log_prob
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_NCd1_mean_weight_negative_ii_log_prob_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_none
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_none_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_none_log_prob
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_none_log_prob_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_none_weights
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_none_weights_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_none_weights_log_prob
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_none_weights_log_prob_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_sum
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_sum_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sce_sum_log_prob
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_sce_sum_log_prob_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_selu
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_selu_default
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_selu_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sequence_insert_at_back
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sequence_insert_at_front
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_shape
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_shape_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_shrink_hard
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_shrink_soft
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sigmoid
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sigmoid_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sign
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_simple_rnn_defaults
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_simple_rnn_with_initial_bias
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sin
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sin_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sinh
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sinh_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_size
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_size_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_slice
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_slice_default_axes
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_slice_default_steps
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_slice_end_out_of_bounds
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_slice_neg
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_slice_negative_axes
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_slice_neg_steps
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_slice_start_out_of_bounds
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── input_3.pb
│   │   │   │   │   │   ├── input_4.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softmax_axis_0
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softmax_axis_0_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softmax_axis_1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softmax_axis_1_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softmax_axis_2
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softmax_axis_2_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softmax_default_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softmax_default_axis_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softmax_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softmax_example_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softmax_large_number
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softmax_large_number_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softmax_negative_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softmax_negative_axis_expanded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softplus
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softplus_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softsign
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softsign_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_split_equal_parts_1d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   └── output_2.pb
│   │   │   │   │   ├── test_split_equal_parts_2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_split_equal_parts_default_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   └── output_2.pb
│   │   │   │   │   ├── test_split_variable_parts_1d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_split_variable_parts_2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_split_variable_parts_default_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_split_zero_size_splits
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   └── output_2.pb
│   │   │   │   │   ├── test_sqrt
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sqrt_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_squeeze
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_squeeze_negative_axes
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_strnormalizer_export_monday_casesensintive_lower
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_strnormalizer_export_monday_casesensintive_nochangecase
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_strnormalizer_export_monday_casesensintive_upper
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_strnormalizer_export_monday_empty_output
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_strnormalizer_export_monday_insensintive_upper_twodim
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_strnormalizer_nostopwords_nochangecase
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sub
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sub_bcast
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sub_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sum_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sum_one_input
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_sum_two_inputs
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_tan
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_tan_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_tanh
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_tanh_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_tfidfvectorizer_tf_batch_onlybigrams_skip0
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_tfidfvectorizer_tf_batch_onlybigrams_skip5
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_tfidfvectorizer_tf_batch_uniandbigrams_skip5
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_tfidfvectorizer_tf_onlybigrams_levelempty
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_tfidfvectorizer_tf_only_bigrams_skip0
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_tfidfvectorizer_tf_onlybigrams_skip5
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_tfidfvectorizer_tf_uniandbigrams_skip5
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_thresholdedrelu
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_thresholdedrelu_default
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_thresholdedrelu_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_tile
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_tile_precomputed
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_top_k
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_top_k_negative_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_top_k_smallest
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_training_dropout
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_training_dropout_default
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_training_dropout_default_mask
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_training_dropout_mask
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_training_dropout_zero_ratio
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_training_dropout_zero_ratio_mask
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_transpose_all_permutations_0
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_transpose_all_permutations_1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_transpose_all_permutations_2
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_transpose_all_permutations_3
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_transpose_all_permutations_4
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_transpose_all_permutations_5
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_transpose_default
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_unique_not_sorted_without_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   ├── output_2.pb
│   │   │   │   │   │   └── output_3.pb
│   │   │   │   │   ├── test_unique_sorted_with_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   ├── output_2.pb
│   │   │   │   │   │   └── output_3.pb
│   │   │   │   │   ├── test_unique_sorted_with_axis_3d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   ├── output_2.pb
│   │   │   │   │   │   └── output_3.pb
│   │   │   │   │   ├── test_unique_sorted_with_negative_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   ├── output_2.pb
│   │   │   │   │   │   └── output_3.pb
│   │   │   │   │   ├── test_unique_sorted_without_axis
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   ├── output_2.pb
│   │   │   │   │   │   └── output_3.pb
│   │   │   │   │   ├── test_unsqueeze_axis_0
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_unsqueeze_axis_1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_unsqueeze_axis_2
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_unsqueeze_axis_3
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_unsqueeze_negative_axes
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_unsqueeze_three_axes
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_unsqueeze_two_axes
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_unsqueeze_unsorted_axes
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_upsample_nearest
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_where_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_where_long_example
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_xor2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_xor3d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_xor4d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_xor_bcast3v1d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_xor_bcast3v2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_xor_bcast4v2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_xor_bcast4v3d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   └── test_xor_bcast4v4d
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   ├── input_1.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── pytorch-converted
│   │   │   │   │   ├── test_AvgPool1d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_AvgPool1d_stride
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_AvgPool2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_AvgPool2d_stride
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_AvgPool3d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_AvgPool3d_stride
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_AvgPool3d_stride1_pad0_gpu_input
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_BatchNorm1d_3d_input_eval
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_BatchNorm2d_eval
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_BatchNorm2d_momentum_eval
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_BatchNorm3d_eval
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_BatchNorm3d_momentum_eval
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_ConstantPad2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv1d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv1d_dilated
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv1d_groups
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv1d_pad1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv1d_pad1size1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv1d_pad2
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv1d_pad2size1
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv1d_stride
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv2d_depthwise
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv2d_depthwise_padded
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv2d_depthwise_strided
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv2d_depthwise_with_multiplier
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv2d_dilated
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv2d_groups
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv2d_groups_thnn
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv2d_no_bias
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv2d_padding
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv2d_strided
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv3d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv3d_dilated
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv3d_dilated_strided
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv3d_groups
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv3d_no_bias
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv3d_stride
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Conv3d_stride_padding
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_ConvTranspose2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_ConvTranspose2d_no_bias
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_ELU
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Embedding
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Embedding_sparse
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_GLU
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_GLU_dim
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_LeakyReLU
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_LeakyReLU_with_negval
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Linear
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Linear_no_bias
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_LogSoftmax
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_log_softmax_dim3
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_log_softmax_lastdim
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_MaxPool1d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_MaxPool1d_stride
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_MaxPool2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_MaxPool3d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_MaxPool3d_stride
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_MaxPool3d_stride_padding
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_PixelShuffle
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_PoissonNLLLLoss_no_reduce
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_PReLU_1d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_PReLU_1d_multiparam
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_PReLU_2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_PReLU_2d_multiparam
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_PReLU_3d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_PReLU_3d_multiparam
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_ReflectionPad2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_ReLU
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_ReplicationPad2d
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_SELU
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Sigmoid
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Softmax
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softmax_functional_dim3
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_softmax_lastdim
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Softmin
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Softplus
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Softsign
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_Tanh
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   └── test_ZeroPad2d
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── pytorch-operator
│   │   │   │   │   ├── test_operator_add_broadcast
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_addconstant
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_addmm
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_add_size1_broadcast
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_add_size1_right_broadcast
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_add_size1_singleton_broadcast
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_basic
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_chunk
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   └── output_1.pb
│   │   │   │   │   ├── test_operator_clip
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_concat2
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_conv
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_convtranspose
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_exp
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_flatten
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_index
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_max
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_maxpool
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_min
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_mm
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_non_float_params
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_pad
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_params
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_permute2
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_pow
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_reduced_mean
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_reduced_mean_keepdim
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_reduced_sum
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_reduced_sum_keepdim
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_repeat
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_repeat_dim_overflow
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_selu
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_sqrt
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_symbolic_override
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   └── output_0.pb
│   │   │   │   │   ├── test_operator_symbolic_override_nested
│   │   │   │   │   │   ├── model.onnx
│   │   │   │   │   │   └── test_data_set_0
│   │   │   │   │   │   ├── input_0.pb
│   │   │   │   │   │   ├── input_1.pb
│   │   │   │   │   │   ├── input_2.pb
│   │   │   │   │   │   ├── output_0.pb
│   │   │   │   │   │   ├── output_1.pb
│   │   │   │   │   │   └── output_2.pb
│   │   │   │   │   └── test_operator_view
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── real
│   │   │   │   │   ├── test_bvlc_alexnet
│   │   │   │   │   │   └── data.json
│   │   │   │   │   ├── test_densenet121
│   │   │   │   │   │   └── data.json
│   │   │   │   │   ├── test_inception_v1
│   │   │   │   │   │   └── data.json
│   │   │   │   │   ├── test_inception_v2
│   │   │   │   │   │   └── data.json
│   │   │   │   │   ├── test_resnet50
│   │   │   │   │   │   └── data.json
│   │   │   │   │   ├── test_shufflenet
│   │   │   │   │   │   └── data.json
│   │   │   │   │   ├── test_squeezenet
│   │   │   │   │   │   └── data.json
│   │   │   │   │   ├── test_vgg19
│   │   │   │   │   │   └── data.json
│   │   │   │   │   └── test_zfnet512
│   │   │   │   │   └── data.json
│   │   │   │   └── simple
│   │   │   │   ├── test_expand_shape_model1
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   ├── input_1.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_expand_shape_model2
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   ├── input_1.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_expand_shape_model3
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   ├── input_1.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_expand_shape_model4
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   ├── input_1.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_gradient_of_add
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   ├── input_1.pb
│   │   │   │   │   ├── output_0.pb
│   │   │   │   │   ├── output_1.pb
│   │   │   │   │   └── output_2.pb
│   │   │   │   ├── test_gradient_of_add_and_mul
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   ├── input_1.pb
│   │   │   │   │   ├── output_0.pb
│   │   │   │   │   ├── output_1.pb
│   │   │   │   │   └── output_2.pb
│   │   │   │   ├── test_sequence_model1
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   ├── input_1.pb
│   │   │   │   │   ├── input_2.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_sequence_model2
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   ├── input_1.pb
│   │   │   │   │   ├── input_2.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_sequence_model3
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   ├── input_1.pb
│   │   │   │   │   ├── input_2.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_sequence_model4
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   ├── input_1.pb
│   │   │   │   │   ├── input_2.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_sequence_model5
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   ├── input_1.pb
│   │   │   │   │   ├── input_2.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_sequence_model6
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_sequence_model7
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_sequence_model8
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   ├── input_1.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_shrink
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_sign_model
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_single_relu_model
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_strnorm_model_monday_casesensintive_lower
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_strnorm_model_monday_casesensintive_nochangecase
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_strnorm_model_monday_casesensintive_upper
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_strnorm_model_monday_empty_output
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   ├── test_strnorm_model_monday_insensintive_upper_twodim
│   │   │   │   │   ├── model.onnx
│   │   │   │   │   └── test_data_set_0
│   │   │   │   │   ├── input_0.pb
│   │   │   │   │   └── output_0.pb
│   │   │   │   └── test_strnorm_model_nostopwords_nochangecase
│   │   │   │   ├── model.onnx
│   │   │   │   └── test_data_set_0
│   │   │   │   ├── input_0.pb
│   │   │   │   └── output_0.pb
│   │   │   ├── __init__.py
│   │   │   ├── loader
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── cmd_tools.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── stat_coverage.cpython-37.pyc
│   │   │   ├── report
│   │   │   │   ├── base.py
│   │   │   │   ├── coverage.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── coverage.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── runner
│   │   │   │   ├── __init__.py
│   │   │   │   ├── item.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── item.cpython-37.pyc
│   │   │   └── stat_coverage.py
│   │   ├── bin
│   │   │   ├── checker.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── checker.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── checker.cc
│   │   ├── checker.h
│   │   ├── checker.py
│   │   ├── common
│   │   │   ├── array_ref.h
│   │   │   ├── assertions.cc
│   │   │   ├── assertions.h
│   │   │   ├── common.h
│   │   │   ├── constants.h
│   │   │   ├── graph_node_list.h
│   │   │   ├── interned_strings.cc
│   │   │   ├── interned_strings.h
│   │   │   ├── ir.h
│   │   │   ├── ir_pb_converter.cc
│   │   │   ├── ir_pb_converter.h
│   │   │   ├── model_helpers.cc
│   │   │   ├── model_helpers.h
│   │   │   ├── platform_helpers.h
│   │   │   ├── status.cc
│   │   │   ├── status.h
│   │   │   ├── stl_backports.h
│   │   │   ├── tensor.h
│   │   │   └── version.h
│   │   ├── cpp2py_export.cc
│   │   ├── defs
│   │   │   ├── attr_proto_util.cc
│   │   │   ├── attr_proto_util.h
│   │   │   ├── controlflow
│   │   │   │   ├── defs.cc
│   │   │   │   └── old.cc
│   │   │   ├── data_type_utils.cc
│   │   │   ├── data_type_utils.h
│   │   │   ├── function.cc
│   │   │   ├── function.h
│   │   │   ├── gen_doc.py
│   │   │   ├── generator
│   │   │   │   ├── defs.cc
│   │   │   │   └── old.cc
│   │   │   ├── gen_shape_inference_information.py
│   │   │   ├── __init__.py
│   │   │   ├── logical
│   │   │   │   ├── defs.cc
│   │   │   │   └── old.cc
│   │   │   ├── math
│   │   │   │   ├── defs.cc
│   │   │   │   └── old.cc
│   │   │   ├── nn
│   │   │   │   ├── defs.cc
│   │   │   │   └── old.cc
│   │   │   ├── object_detection
│   │   │   │   ├── defs.cc
│   │   │   │   └── old.cc
│   │   │   ├── operator_sets.h
│   │   │   ├── operator_sets_ml.h
│   │   │   ├── operator_sets_preview.h
│   │   │   ├── operator_sets_training.h
│   │   │   ├── __pycache__
│   │   │   │   ├── gen_doc.cpython-37.pyc
│   │   │   │   ├── gen_shape_inference_information.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── quantization
│   │   │   │   ├── defs.cc
│   │   │   │   └── old.cc
│   │   │   ├── reduction
│   │   │   │   ├── defs.cc
│   │   │   │   └── old.cc
│   │   │   ├── rnn
│   │   │   │   ├── defs.cc
│   │   │   │   └── old.cc
│   │   │   ├── schema.cc
│   │   │   ├── schema.h
│   │   │   ├── sequence
│   │   │   │   └── defs.cc
│   │   │   ├── shape_inference.h
│   │   │   ├── tensor
│   │   │   │   ├── defs.cc
│   │   │   │   ├── old.cc
│   │   │   │   ├── utils.cc
│   │   │   │   └── utils.h
│   │   │   ├── tensor_proto_util.cc
│   │   │   ├── tensor_proto_util.h
│   │   │   ├── tensor_util.cc
│   │   │   ├── tensor_util.h
│   │   │   ├── traditionalml
│   │   │   │   ├── defs.cc
│   │   │   │   └── old.cc
│   │   │   └── training
│   │   │   └── defs.cc
│   │   ├── examples
│   │   │   ├── check_model.ipynb
│   │   │   ├── load_model.ipynb
│   │   │   ├── make_model.ipynb
│   │   │   ├── np_array_tensorproto.ipynb
│   │   │   ├── optimize_onnx.ipynb
│   │   │   ├── Protobufs.ipynb
│   │   │   ├── resources
│   │   │   │   ├── single_relu_new.onnx
│   │   │   │   ├── single_relu.onnx
│   │   │   │   ├── tensor.pb
│   │   │   │   └── two_transposes.onnx
│   │   │   ├── save_model.ipynb
│   │   │   └── shape_inference.ipynb
│   │   ├── external_data_helper.py
│   │   ├── frontend
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── gen_proto.py
│   │   ├── helper.py
│   │   ├── __init__.py
│   │   ├── mapping.py
│   │   ├── numpy_helper.py
│   │   ├── onnx_cpp2py_export.cpython-37m-x86_64-linux-gnu.so
│   │   ├── onnx-data.in.proto
│   │   ├── onnx_data_pb2.py
│   │   ├── onnx-data_pb.h
│   │   ├── onnx_data_pb.py
│   │   ├── onnx-data.proto
│   │   ├── onnxifi_dummy.c
│   │   ├── onnxifi_ext.h
│   │   ├── onnxifi.h
│   │   ├── onnxifi_loader.c
│   │   ├── onnxifi_loader.h
│   │   ├── onnxifi_utils.cc
│   │   ├── onnxifi_utils.h
│   │   ├── onnxifi_wrapper.c
│   │   ├── onnx.in.proto
│   │   ├── onnx_ml_pb2.py
│   │   ├── onnx-ml.proto
│   │   ├── onnx-operators.in.proto
│   │   ├── onnx_operators_ml_pb2.py
│   │   ├── onnx-operators-ml.proto
│   │   ├── onnx-operators_pb.h
│   │   ├── onnx_operators_pb.py
│   │   ├── onnx-operators.proto
│   │   ├── onnx_pb.h
│   │   ├── onnx_pb.py
│   │   ├── onnx.proto
│   │   ├── optimizer
│   │   │   ├── optimize.cc
│   │   │   ├── optimize.h
│   │   │   ├── pass.cc
│   │   │   ├── passes
│   │   │   │   ├── eliminate_deadend.h
│   │   │   │   ├── eliminate_identity.h
│   │   │   │   ├── eliminate_nop_dropout.h
│   │   │   │   ├── eliminate_nop_monotone_argmax.h
│   │   │   │   ├── eliminate_nop_pad.h
│   │   │   │   ├── eliminate_nop_transpose.h
│   │   │   │   ├── eliminate_unused_initializer.h
│   │   │   │   ├── extract_constant_to_initializer.h
│   │   │   │   ├── fuse_add_bias_into_conv.h
│   │   │   │   ├── fuse_bn_into_conv.h
│   │   │   │   ├── fuse_consecutive_concats.h
│   │   │   │   ├── fuse_consecutive_log_softmax.h
│   │   │   │   ├── fuse_consecutive_reduce_unsqueeze.h
│   │   │   │   ├── fuse_consecutive_squeezes.h
│   │   │   │   ├── fuse_consecutive_transposes.h
│   │   │   │   ├── fuse_matmul_add_bias_into_gemm.h
│   │   │   │   ├── fuse_pad_into_conv.h
│   │   │   │   ├── fuse_transpose_into_gemm.h
│   │   │   │   ├── lift_lexical_references.h
│   │   │   │   ├── nop.h
│   │   │   │   └── split.h
│   │   │   ├── pass.h
│   │   │   ├── pass_manager.cc
│   │   │   ├── pass_manager.h
│   │   │   ├── pass_registry.cc
│   │   │   └── pass_registry.h
│   │   ├── optimizer.py
│   │   ├── proto_utils.h
│   │   ├── __pycache__
│   │   │   ├── checker.cpython-37.pyc
│   │   │   ├── external_data_helper.cpython-37.pyc
│   │   │   ├── gen_proto.cpython-37.pyc
│   │   │   ├── helper.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── mapping.cpython-37.pyc
│   │   │   ├── numpy_helper.cpython-37.pyc
│   │   │   ├── onnx_data_pb2.cpython-37.pyc
│   │   │   ├── onnx_data_pb.cpython-37.pyc
│   │   │   ├── onnx_ml_pb2.cpython-37.pyc
│   │   │   ├── onnx_operators_ml_pb2.cpython-37.pyc
│   │   │   ├── onnx_operators_pb.cpython-37.pyc
│   │   │   ├── onnx_pb.cpython-37.pyc
│   │   │   ├── optimizer.cpython-37.pyc
│   │   │   ├── shape_inference.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   ├── version_converter.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── py_utils.h
│   │   ├── shape_inference
│   │   │   ├── implementation.cc
│   │   │   └── implementation.h
│   │   ├── shape_inference.py
│   │   ├── string_utils.h
│   │   ├── test
│   │   │   └── cpp
│   │   │   ├── function_get_test.cc
│   │   │   ├── function_verify_test.cc
│   │   │   ├── onnxifi_backend_test.cc
│   │   │   ├── op_reg_test.cc
│   │   │   ├── shape_inference_test.cc
│   │   │   └── test_main.cc
│   │   ├── tools
│   │   │   ├── __init__.py
│   │   │   ├── net_drawer.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── net_drawer.cpython-37.pyc
│   │   │   │   └── update_model_dims.cpython-37.pyc
│   │   │   └── update_model_dims.py
│   │   ├── utils.py
│   │   ├── version_converter
│   │   │   ├── adapters
│   │   │   │   ├── adapter.h
│   │   │   │   ├── argmax_argmin_12_11.h
│   │   │   │   ├── averagepool_7_6.h
│   │   │   │   ├── axes_attribute_to_input.h
│   │   │   │   ├── axes_input_to_attribute.h
│   │   │   │   ├── batch_normalization_6_5.h
│   │   │   │   ├── batch_normalization_6_7.h
│   │   │   │   ├── batch_normalization_8_9.h
│   │   │   │   ├── broadcast_backward_compatibility.h
│   │   │   │   ├── broadcast_forward_compatibility.h
│   │   │   │   ├── cast_9_8.h
│   │   │   │   ├── clip_10_11.h
│   │   │   │   ├── compatible.h
│   │   │   │   ├── concat_3_4.h
│   │   │   │   ├── dropout_11_12.h
│   │   │   │   ├── dropout_6_7.h
│   │   │   │   ├── extend_supported_types.h
│   │   │   │   ├── gemm_6_7.h
│   │   │   │   ├── gemm_7_6.h
│   │   │   │   ├── maxpool_8_7.h
│   │   │   │   ├── no_previous_version.h
│   │   │   │   ├── remove_consumed_inputs.h
│   │   │   │   ├── reshape_4_5.h
│   │   │   │   ├── reshape_5_4.h
│   │   │   │   ├── scan_8_9.h
│   │   │   │   ├── scan_9_8.h
│   │   │   │   ├── set_is_test.h
│   │   │   │   ├── slice_9_10.h
│   │   │   │   ├── split_12_13.h
│   │   │   │   ├── split_13_12.h
│   │   │   │   ├── sum_8_7.h
│   │   │   │   ├── type_restriction.h
│   │   │   │   ├── upsample_8_9.h
│   │   │   │   └── upsample_9_8.h
│   │   │   ├── BaseConverter.h
│   │   │   ├── convert.cc
│   │   │   ├── convert.h
│   │   │   ├── helper.cc
│   │   │   └── helper.h
│   │   ├── version_converter.py
│   │   └── version.py
│   └── onnx-1.8.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
1901 directories, 4155 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment