LICENSE
README.md
requirements.txt
setup.py
keras_data_format_converter/__init__.py
keras_data_format_converter/converterapi.py
keras_data_format_converter/modelconverter.py
keras_data_format_converter/utils.py
keras_data_format_converter.egg-info/PKG-INFO
keras_data_format_converter.egg-info/SOURCES.txt
keras_data_format_converter.egg-info/dependency_links.txt
keras_data_format_converter.egg-info/not-zip-safe
keras_data_format_converter.egg-info/requires.txt
keras_data_format_converter.egg-info/top_level.txt
keras_data_format_converter/layers/__init__.py
keras_data_format_converter/layers/layer_utils.py
keras_data_format_converter/layers/confighandlers/__init__.py
keras_data_format_converter/layers/confighandlers/axischange.py
keras_data_format_converter/layers/confighandlers/dataformat.py
keras_data_format_converter/layers/confighandlers/dims.py
keras_data_format_converter/layers/confighandlers/targetshape.py
test/__init__.py
test/utils.py
test/handlers/__init__.py
test/handlers/test_axischange.py
test/handlers/test_dataformat.py
test/handlers/test_targetshape.py
test/handlers/test_transpose_dims.py
test/models/__init__.py
test/models/test_models.py