.gitignore
LICENSE.txt
MANIFEST.in
README.md
memtest.py
opschema_demo.ipynb
pyproject.toml
setup.cfg
setup.py
opschema/__init__.py
opschema/base.py
opschema/cl.py
opschema/complib.py
opschema/error.py
opschema/fgraph.py
opschema/generators.py
opschema/genlib.py
opschema/infer.py
opschema/oparg.py
opschema/predicates.py
opschema/predlib.py
opschema/redirect.py
opschema/report.py
opschema/schema.py
opschema/validate.py
opschema/version.py
opschema.egg-info/PKG-INFO
opschema.egg-info/SOURCES.txt
opschema.egg-info/dependency_links.txt
opschema.egg-info/entry_points.txt
opschema.egg-info/requires.txt
opschema.egg-info/top_level.txt
opschema/ops/__init__.py
opschema/ops/tf/__init__.py
opschema/ops/tf/gather_nd.py
opschema/ops/tf/scatter_nd.py
opschema/ops/tf/nn/__init__.py
opschema/ops/tf/nn/atrous_conv2d.py
opschema/ops/tf/nn/atrous_conv2d_transpose.py
opschema/ops/tf/nn/avg_pool.py
opschema/ops/tf/nn/bias_add.py
opschema/ops/tf/nn/conv_transpose.py
opschema/ops/tf/nn/convolution.py
opschema/ops/tf/nn/depth_to_space.py
opschema/ops/tf/nn/separable_conv2d.py
opschema/ops/tf/nn/space_to_batch.py
opschema/ops/tf/nn/space_to_depth.py