LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
onnx2kerastl/__init__.py
onnx2kerastl/activation_layers.py
onnx2kerastl/constant_layers.py
onnx2kerastl/converter.py
onnx2kerastl/convolution_layers.py
onnx2kerastl/elementwise_layers.py
onnx2kerastl/layers.py
onnx2kerastl/linear_layers.py
onnx2kerastl/main.py
onnx2kerastl/normalization_layers.py
onnx2kerastl/operation_layers.py
onnx2kerastl/padding_layers.py
onnx2kerastl/pooling_layers.py
onnx2kerastl/reshape_layers.py
onnx2kerastl/upsampling_layers.py
onnx2kerastl/utils.py
onnx2kerastl.egg-info/PKG-INFO
onnx2kerastl.egg-info/SOURCES.txt
onnx2kerastl.egg-info/dependency_links.txt
onnx2kerastl.egg-info/not-zip-safe
onnx2kerastl.egg-info/requires.txt
onnx2kerastl.egg-info/top_level.txt
test/__init__.py
test/utils.py
test/layers/__init__.py
test/layers/activations/__init__.py
test/layers/activations/test_elu.py
test/layers/activations/test_hard_tanh.py
test/layers/activations/test_leaky_relu.py
test/layers/activations/test_log_sigmoid.py
test/layers/activations/test_log_softmax.py
test/layers/activations/test_prelu.py
test/layers/activations/test_relu.py
test/layers/activations/test_relu6.py
test/layers/activations/test_selu.py
test/layers/activations/test_sigmoid.py
test/layers/activations/test_softmax.py
test/layers/activations/test_tanh.py
test/layers/activations/test_threshold.py
test/layers/constants/__init__.py
test/layers/constants/test_constant.py
test/layers/convolutions/__init__.py
test/layers/convolutions/test_conv2d.py
test/layers/convolutions/test_conv3d.py
test/layers/convolutions/test_convtranspose2d.py
test/layers/elementwise/__init__.py
test/layers/elementwise/test_add.py
test/layers/elementwise/test_div.py
test/layers/elementwise/test_mul.py
test/layers/elementwise/test_sub.py
test/layers/linears/__init__.py
test/layers/linears/test_linear.py
test/layers/normalizations/__init__.py
test/layers/normalizations/test_bn2d.py
test/layers/normalizations/test_in2d.py
test/layers/operations/__init__.py
test/layers/operations/test_cast.py
test/layers/operations/test_clip.py
test/layers/operations/test_floor.py
test/layers/operations/test_norm.py
test/layers/poolings/__init__.py
test/layers/poolings/test_avgpool2d.py
test/layers/poolings/test_avgpool3d.py
test/layers/poolings/test_global_avgpool2d.py
test/layers/poolings/test_global_maxpool2d.py
test/layers/poolings/test_maxpool2d.py
test/layers/poolings/test_maxpool3d.py
test/layers/reshapes/__init__.py
test/layers/reshapes/test_slice.py
test/layers/reshapes/test_split.py
test/layers/reshapes/test_squeeze.py
test/models/__init__.py
test/models/test_alexnet.py
test/models/test_densenet.py
test/models/test_googlenet.py
test/models/test_mbnet2.py
test/models/test_mnasnet.py
test/models/test_resnet18.py
test/models/test_resnext.py
test/models/test_squeezenet.py
test/models/test_vgg.py