.pre-commit-config.yaml
LICENSE
README.md
mkdocs.yml
pyproject.toml
tox.ini
.github/workflows/gh_pages.yml
.github/workflows/python-linters.yml
.github/workflows/python-tests.yml
docs/contribute.md
docs/getting_started.md
docs/index.md
docs/install.md
docs/images/logo.png
docs/tutorials/model-splitting.md
docs/tutorials/model-switching.md
keras_custom/__init__.py
keras_custom.egg-info/PKG-INFO
keras_custom.egg-info/SOURCES.txt
keras_custom.egg-info/dependency_links.txt
keras_custom.egg-info/requires.txt
keras_custom.egg-info/top_level.txt
keras_custom/gradient/__init__.py
keras_custom/gradient/grad.py
keras_custom/layers/__init__.py
keras_custom/layers/onnx.py
keras_custom/layers/typing.py
keras_custom/layers/activations/__init__.py
keras_custom/layers/activations/activation.py
keras_custom/layers/activations/pow.py
keras_custom/layers/cast/__init__.py
keras_custom/layers/cast/cast.py
keras_custom/layers/constant/__init__.py
keras_custom/layers/constant/constant.py
keras_custom/layers/constant/padding.py
keras_custom/layers/core/__init__.py
keras_custom/layers/core/linear.py
keras_custom/layers/normalization/__init__.py
keras_custom/layers/numpy/__init__.py
keras_custom/layers/numpy/ops.py
keras_custom/layers/reduce/__init__.py
keras_custom/layers/reduce/base_reduce.py
keras_custom/layers/reduce/max.py
keras_custom/layers/reduce/mean.py
keras_custom/layers/reduce/min.py
keras_custom/layers/reduce/normalization.py
keras_custom/layers/reduce/sum.py
keras_custom/layers/reshaping/__init__.py
keras_custom/layers/reshaping/reshaping.py
keras_custom/model/__init__.py
keras_custom/model/channel.py
keras_custom/model/fusion_models.py
keras_custom/model/nested_models.py
keras_custom/model/replace_layer.py
keras_custom/utils/__init__.py
keras_custom/utils/linear.py
keras_custom/utils/nested_models.py
tests/conftest.py
tests/test_grad.py
tests/test_layers_activation.py
tests/test_layers_cast.py
tests/test_layers_constant.py
tests/test_layers_max.py
tests/test_layers_mean.py
tests/test_layers_min.py
tests/test_layers_normalization.py
tests/test_layers_onnx.py
tests/test_layers_pow.py
tests/test_layers_reshaping.py
tests/test_layers_sum.py
tests/test_numpy_ops.py
tutorials/ModelSplitting.ipynb
tutorials/ResNet50.png
tutorials/SwitchingChannel.ipynb
tutorials/elephant.jpg