ACADEMIC_CITATIONS.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
advance_conv_benchmarks/__init__.py
advance_conv_benchmarks.egg-info/PKG-INFO
advance_conv_benchmarks.egg-info/SOURCES.txt
advance_conv_benchmarks.egg-info/dependency_links.txt
advance_conv_benchmarks.egg-info/requires.txt
advance_conv_benchmarks.egg-info/top_level.txt
advance_conv_benchmarks/benchmarks/__init__.py
advance_conv_benchmarks/benchmarks/benchmark.py
advance_conv_benchmarks/benchmarks/enhanced_benchmark.py
advance_conv_benchmarks/layers/__init__.py
advance_conv_benchmarks/layers/deformable.py
advance_conv_benchmarks/layers/depthwise_separable.py
advance_conv_benchmarks/layers/dynamic.py
advance_conv_benchmarks/layers/kernel_warehouse.py
advance_conv_benchmarks/layers/omni_dimensional.py
advance_conv_benchmarks/layers/traditional.py
advance_conv_benchmarks/original_scripts/__init__.py
advance_conv_benchmarks/original_scripts/d_ptflops_exact.py
advance_conv_benchmarks/original_scripts/dcnv1_exact.py
advance_conv_benchmarks/original_scripts/ds_ptflops_exact.py
advance_conv_benchmarks/original_scripts/dskw_exact.py
advance_conv_benchmarks/original_scripts/dsodconv_exact.py
advance_conv_benchmarks/original_scripts/trad_convo_exact.py
advance_conv_benchmarks/original_scripts/trad_ptf_exact.py
advance_conv_benchmarks/utils/__init__.py
examples/advanced_analysis.py
examples/basic_usage.py
examples/complete_replication.py
examples/phd_dissertation_template.py
examples/reproduce_mobilenets.py
examples/ultimate_depth_demo.py
tests/__init__.py
tests/test_advanced_benchmark.py
tests/test_benchmark.py
tests/test_comprehensive_flops.py
tests/test_layers.py