CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/python.md
include/daisykitsdk/README.md
include/daisykitsdk/common/profiler.h
include/daisykitsdk/common/types.h
include/daisykitsdk/common/io/android_assets_stream.h
include/daisykitsdk/common/io/data_reader.h
include/daisykitsdk/common/logging/mjpeg_server.h
include/daisykitsdk/common/types/action.h
include/daisykitsdk/common/types/box.h
include/daisykitsdk/common/types/face.h
include/daisykitsdk/common/types/keypoint.h
include/daisykitsdk/common/types/object.h
include/daisykitsdk/common/utils/timer.h
include/daisykitsdk/common/visualizers/base_visualizer.h
include/daisykitsdk/common/visualizers/face_visualizer.h
include/daisykitsdk/flows/background_matting_flow.h
include/daisykitsdk/flows/barcode_scanner_flow.h
include/daisykitsdk/flows/face_detector_flow.h
include/daisykitsdk/flows/human_pose_movenet_flow.h
include/daisykitsdk/flows/pushup_counter_flow.h
include/daisykitsdk/graphs/core/connection.h
include/daisykitsdk/graphs/core/graph.h
include/daisykitsdk/graphs/core/node.h
include/daisykitsdk/graphs/core/node_type.h
include/daisykitsdk/graphs/core/packet.h
include/daisykitsdk/graphs/core/queue.h
include/daisykitsdk/graphs/core/transmission_profile.h
include/daisykitsdk/graphs/nodes/packet_distributor_node.h
include/daisykitsdk/graphs/nodes/img_proc/binarize_node.h
include/daisykitsdk/graphs/nodes/img_proc/grayscale_node.h
include/daisykitsdk/graphs/nodes/img_proc/img_viz_node.h
include/daisykitsdk/graphs/nodes/models/face_detector_node.h
include/daisykitsdk/graphs/nodes/models/face_landmark_estimator_node.h
include/daisykitsdk/graphs/nodes/visualizers/face_visualizer_node.h
include/daisykitsdk/models/action_classifier.h
include/daisykitsdk/models/background_matting.h
include/daisykitsdk/models/body_detector.h
include/daisykitsdk/models/face_detector.h
include/daisykitsdk/models/facial_landmark_estimator.h
include/daisykitsdk/models/image_model.h
include/daisykitsdk/models/ncnn_model.h
include/daisykitsdk/models/pose_detector.h
include/daisykitsdk/models/pose_detector_movenet.h
include/daisykitsdk/processors/fitness/pushup_analyzer.h
include/daisykitsdk/processors/image_processors/img_utils.h
include/daisykitsdk/processors/signal_processors/signal_smoothing.h
include/daisykitsdk/processors/signal_processors/z_score_filter.h
include/daisykitsdk/processors/trackers/.gitkeep
python/CMakeLists.txt
python/README.md
python/requirements.txt
python/setup.py.i
python/daisykit/__init__.py
python/daisykit.egg-info/PKG-INFO
python/daisykit.egg-info/SOURCES.txt
python/daisykit.egg-info/dependency_links.txt
python/daisykit.egg-info/requires.txt
python/daisykit.egg-info/top_level.txt
python/daisykit/utils/__init__.py
python/daisykit/utils/asset_store.py
python/daisykit/utils/download.py
python/daisykit/utils/generate_file_list.py
python/examples/background_matting.py
python/examples/face_detection.py
python/pybind11/.appveyor.yml
python/pybind11/.clang-format
python/pybind11/.clang-tidy
python/pybind11/.cmake-format.yaml
python/pybind11/.git
python/pybind11/.gitignore
python/pybind11/.pre-commit-config.yaml
python/pybind11/.readthedocs.yml
python/pybind11/CMakeLists.txt
python/pybind11/LICENSE
python/pybind11/MANIFEST.in
python/pybind11/README.rst
python/pybind11/noxfile.py
python/pybind11/pyproject.toml
python/pybind11/setup.cfg
python/pybind11/setup.py
python/pybind11/.github/CODEOWNERS
python/pybind11/.github/CONTRIBUTING.md
python/pybind11/.github/dependabot.yml
python/pybind11/.github/labeler.yml
python/pybind11/.github/labeler_merged.yml
python/pybind11/.github/pull_request_template.md
python/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml
python/pybind11/.github/ISSUE_TEMPLATE/config.yml
python/pybind11/.github/workflows/ci.yml
python/pybind11/.github/workflows/configure.yml
python/pybind11/.github/workflows/format.yml
python/pybind11/.github/workflows/labeler.yml
python/pybind11/.github/workflows/pip.yml
python/pybind11/docs/Doxyfile
python/pybind11/docs/Makefile
python/pybind11/docs/basics.rst
python/pybind11/docs/benchmark.py
python/pybind11/docs/benchmark.rst
python/pybind11/docs/changelog.rst
python/pybind11/docs/classes.rst
python/pybind11/docs/compiling.rst
python/pybind11/docs/conf.py
python/pybind11/docs/faq.rst
python/pybind11/docs/index.rst
python/pybind11/docs/installing.rst
python/pybind11/docs/limitations.rst
python/pybind11/docs/pybind11-logo.png
python/pybind11/docs/pybind11_vs_boost_python1.png
python/pybind11/docs/pybind11_vs_boost_python1.svg
python/pybind11/docs/pybind11_vs_boost_python2.png
python/pybind11/docs/pybind11_vs_boost_python2.svg
python/pybind11/docs/reference.rst
python/pybind11/docs/release.rst
python/pybind11/docs/requirements.txt
python/pybind11/docs/upgrade.rst
python/pybind11/docs/_static/theme_overrides.css
python/pybind11/docs/advanced/classes.rst
python/pybind11/docs/advanced/embedding.rst
python/pybind11/docs/advanced/exceptions.rst
python/pybind11/docs/advanced/functions.rst
python/pybind11/docs/advanced/misc.rst
python/pybind11/docs/advanced/smart_ptrs.rst
python/pybind11/docs/advanced/cast/chrono.rst
python/pybind11/docs/advanced/cast/custom.rst
python/pybind11/docs/advanced/cast/eigen.rst
python/pybind11/docs/advanced/cast/functional.rst
python/pybind11/docs/advanced/cast/index.rst
python/pybind11/docs/advanced/cast/overview.rst
python/pybind11/docs/advanced/cast/stl.rst
python/pybind11/docs/advanced/cast/strings.rst
python/pybind11/docs/advanced/pycpp/index.rst
python/pybind11/docs/advanced/pycpp/numpy.rst
python/pybind11/docs/advanced/pycpp/object.rst
python/pybind11/docs/advanced/pycpp/utilities.rst
python/pybind11/docs/cmake/index.rst
python/pybind11/include/pybind11/attr.h
python/pybind11/include/pybind11/buffer_info.h
python/pybind11/include/pybind11/cast.h
python/pybind11/include/pybind11/chrono.h
python/pybind11/include/pybind11/common.h
python/pybind11/include/pybind11/complex.h
python/pybind11/include/pybind11/eigen.h
python/pybind11/include/pybind11/embed.h
python/pybind11/include/pybind11/eval.h
python/pybind11/include/pybind11/functional.h
python/pybind11/include/pybind11/gil.h
python/pybind11/include/pybind11/iostream.h
python/pybind11/include/pybind11/numpy.h
python/pybind11/include/pybind11/operators.h
python/pybind11/include/pybind11/options.h
python/pybind11/include/pybind11/pybind11.h
python/pybind11/include/pybind11/pytypes.h
python/pybind11/include/pybind11/stl.h
python/pybind11/include/pybind11/stl_bind.h
python/pybind11/include/pybind11/detail/class.h
python/pybind11/include/pybind11/detail/common.h
python/pybind11/include/pybind11/detail/descr.h
python/pybind11/include/pybind11/detail/init.h
python/pybind11/include/pybind11/detail/internals.h
python/pybind11/include/pybind11/detail/type_caster_base.h
python/pybind11/include/pybind11/detail/typeid.h
python/pybind11/include/pybind11/stl/filesystem.h
python/pybind11/pybind11/__init__.py
python/pybind11/pybind11/__main__.py
python/pybind11/pybind11/_version.py
python/pybind11/pybind11/_version.pyi
python/pybind11/pybind11/commands.py
python/pybind11/pybind11/py.typed
python/pybind11/pybind11/setup_helpers.py
python/pybind11/pybind11/setup_helpers.pyi
python/pybind11/tests/CMakeLists.txt
python/pybind11/tests/conftest.py
python/pybind11/tests/constructor_stats.h
python/pybind11/tests/cross_module_gil_utils.cpp
python/pybind11/tests/env.py
python/pybind11/tests/local_bindings.h
python/pybind11/tests/object.h
python/pybind11/tests/pybind11_cross_module_tests.cpp
python/pybind11/tests/pybind11_tests.cpp
python/pybind11/tests/pybind11_tests.h
python/pybind11/tests/pytest.ini
python/pybind11/tests/requirements.txt
python/pybind11/tests/test_async.cpp
python/pybind11/tests/test_async.py
python/pybind11/tests/test_buffers.cpp
python/pybind11/tests/test_buffers.py
python/pybind11/tests/test_builtin_casters.cpp
python/pybind11/tests/test_builtin_casters.py
python/pybind11/tests/test_call_policies.cpp
python/pybind11/tests/test_call_policies.py
python/pybind11/tests/test_callbacks.cpp
python/pybind11/tests/test_callbacks.py
python/pybind11/tests/test_chrono.cpp
python/pybind11/tests/test_chrono.py
python/pybind11/tests/test_class.cpp
python/pybind11/tests/test_class.py
python/pybind11/tests/test_constants_and_functions.cpp
python/pybind11/tests/test_constants_and_functions.py
python/pybind11/tests/test_copy_move.cpp
python/pybind11/tests/test_copy_move.py
python/pybind11/tests/test_custom_type_casters.cpp
python/pybind11/tests/test_custom_type_casters.py
python/pybind11/tests/test_docstring_options.cpp
python/pybind11/tests/test_docstring_options.py
python/pybind11/tests/test_eigen.cpp
python/pybind11/tests/test_eigen.py
python/pybind11/tests/test_enum.cpp
python/pybind11/tests/test_enum.py
python/pybind11/tests/test_eval.cpp
python/pybind11/tests/test_eval.py
python/pybind11/tests/test_eval_call.py
python/pybind11/tests/test_exceptions.cpp
python/pybind11/tests/test_exceptions.h
python/pybind11/tests/test_exceptions.py
python/pybind11/tests/test_factory_constructors.cpp
python/pybind11/tests/test_factory_constructors.py
python/pybind11/tests/test_gil_scoped.cpp
python/pybind11/tests/test_gil_scoped.py
python/pybind11/tests/test_iostream.cpp
python/pybind11/tests/test_iostream.py
python/pybind11/tests/test_kwargs_and_defaults.cpp
python/pybind11/tests/test_kwargs_and_defaults.py
python/pybind11/tests/test_local_bindings.cpp
python/pybind11/tests/test_local_bindings.py
python/pybind11/tests/test_methods_and_attributes.cpp
python/pybind11/tests/test_methods_and_attributes.py
python/pybind11/tests/test_modules.cpp
python/pybind11/tests/test_modules.py
python/pybind11/tests/test_multiple_inheritance.cpp
python/pybind11/tests/test_multiple_inheritance.py
python/pybind11/tests/test_numpy_array.cpp
python/pybind11/tests/test_numpy_array.py
python/pybind11/tests/test_numpy_dtypes.cpp
python/pybind11/tests/test_numpy_dtypes.py
python/pybind11/tests/test_numpy_vectorize.cpp
python/pybind11/tests/test_numpy_vectorize.py
python/pybind11/tests/test_opaque_types.cpp
python/pybind11/tests/test_opaque_types.py
python/pybind11/tests/test_operator_overloading.cpp
python/pybind11/tests/test_operator_overloading.py
python/pybind11/tests/test_pickling.cpp
python/pybind11/tests/test_pickling.py
python/pybind11/tests/test_pytypes.cpp
python/pybind11/tests/test_pytypes.py
python/pybind11/tests/test_sequences_and_iterators.cpp
python/pybind11/tests/test_sequences_and_iterators.py
python/pybind11/tests/test_smart_ptr.cpp
python/pybind11/tests/test_smart_ptr.py
python/pybind11/tests/test_stl.cpp
python/pybind11/tests/test_stl.py
python/pybind11/tests/test_stl_binders.cpp
python/pybind11/tests/test_stl_binders.py
python/pybind11/tests/test_tagbased_polymorphic.cpp
python/pybind11/tests/test_tagbased_polymorphic.py
python/pybind11/tests/test_thread.cpp
python/pybind11/tests/test_thread.py
python/pybind11/tests/test_union.cpp
python/pybind11/tests/test_union.py
python/pybind11/tests/test_virtual_functions.cpp
python/pybind11/tests/test_virtual_functions.py
python/pybind11/tests/valgrind-numpy-scipy.supp
python/pybind11/tests/valgrind-python.supp
python/pybind11/tests/extra_python_package/pytest.ini
python/pybind11/tests/extra_python_package/test_files.py
python/pybind11/tests/extra_setuptools/pytest.ini
python/pybind11/tests/extra_setuptools/test_setuphelper.py
python/pybind11/tests/test_cmake_build/CMakeLists.txt
python/pybind11/tests/test_cmake_build/embed.cpp
python/pybind11/tests/test_cmake_build/main.cpp
python/pybind11/tests/test_cmake_build/test.py
python/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
python/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
python/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
python/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
python/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
python/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
python/pybind11/tests/test_embed/CMakeLists.txt
python/pybind11/tests/test_embed/catch.cpp
python/pybind11/tests/test_embed/external_module.cpp
python/pybind11/tests/test_embed/test_interpreter.cpp
python/pybind11/tests/test_embed/test_interpreter.py
python/pybind11/tools/FindCatch.cmake
python/pybind11/tools/FindEigen3.cmake
python/pybind11/tools/FindPythonLibsNew.cmake
python/pybind11/tools/check-style.sh
python/pybind11/tools/cmake_uninstall.cmake.in
python/pybind11/tools/libsize.py
python/pybind11/tools/make_changelog.py
python/pybind11/tools/pybind11Common.cmake
python/pybind11/tools/pybind11Config.cmake.in
python/pybind11/tools/pybind11NewTools.cmake
python/pybind11/tools/pybind11Tools.cmake
python/pybind11/tools/pyproject.toml
python/pybind11/tools/setup_global.py.in
python/pybind11/tools/setup_main.py.in
python/pybind11_opencv_numpy/.clang-format
python/pybind11_opencv_numpy/.git
python/pybind11_opencv_numpy/.gitignore
python/pybind11_opencv_numpy/CMakeLists.txt
python/pybind11_opencv_numpy/LICENSE
python/pybind11_opencv_numpy/Readme.md
python/pybind11_opencv_numpy/ndarray_converter.cpp
python/pybind11_opencv_numpy/ndarray_converter.h
python/pybind11_opencv_numpy/setup.py
python/pybind11_opencv_numpy/tests/__init__.py
python/pybind11_opencv_numpy/tests/test_binding.py
python/pybind11_opencv_numpy/tests/test_old.py
python/pybind11_opencv_numpy/tests/test_return.py
python/pybind11_opencv_numpy/tests/test_slice.py
python/pybind11_opencv_numpy/tests/test_type.py
python/pybind11_opencv_numpy/tests/utils.py
python/pybind11_opencv_numpy/tests/cpp/test.cpp
python/pybind11_opencv_numpy/tests/images/test.png
python/src/main.cpp
src/common/profiler.cpp
src/common/io/android_assets_stream.cpp
src/common/io/data_reader.cpp
src/common/logging/mjpeg_writer.cpp
src/common/utils/timer.cpp
src/common/visualizers/base_visualizer.cpp
src/examples/CMakeLists.txt
src/examples/demo_background_matting.cpp
src/examples/demo_barcode_scanner.cpp
src/examples/demo_face_detector.cpp
src/examples/demo_face_detector_graph.cpp
src/examples/demo_graph_api.cpp
src/examples/demo_movenet.cpp
src/examples/fitness/demo_pushup_classifier.cpp
src/examples/fitness/demo_pushup_full.cpp
src/flows/background_matting_flow.cpp
src/flows/barcode_scanner_flow.cpp
src/flows/face_detector_flow.cpp
src/flows/human_pose_movenet_flow.cpp
src/flows/pushup_counter_flow.cpp
src/graphs/core/connection.cpp
src/graphs/core/graph.cpp
src/graphs/core/node.cpp
src/graphs/core/packet.cpp
src/graphs/core/transmission_profile.cpp
src/models/action_classifier.cpp
src/models/background_matting.cpp
src/models/body_detector.cpp
src/models/face_detector.cpp
src/models/facial_landmark_estimator.cpp
src/models/image_model.cpp
src/models/ncnn_model.cpp
src/models/pose_detector.cpp
src/models/pose_detector_movenet.cpp
src/processors/fitness/pushup_analyzer.cpp
src/processors/image_processors/img_utils.cpp
src/processors/signal_processors/signal_smoothing.cpp
src/processors/signal_processors/z_score_filter.cpp
third_party/json.hpp
third_party/ncnn/.astylerc
third_party/ncnn/.clang-format
third_party/ncnn/.gitattributes
third_party/ncnn/.gitignore
third_party/ncnn/.gitmodules
third_party/ncnn/.restyled.yaml
third_party/ncnn/.travis.yml
third_party/ncnn/CMakeLists.txt
third_party/ncnn/CONTRIBUTING.md
third_party/ncnn/Info.plist
third_party/ncnn/LICENSE.txt
third_party/ncnn/README.md
third_party/ncnn/build-android.cmd
third_party/ncnn/build.sh
third_party/ncnn/codeformat.sh
third_party/ncnn/package.sh
third_party/ncnn/pyproject.toml
third_party/ncnn/setup.py
third_party/ncnn/.github/dependabot.yml
third_party/ncnn/.github/ISSUE_TEMPLATE/bug.md
third_party/ncnn/.github/ISSUE_TEMPLATE/model-convert.md
third_party/ncnn/.github/ISSUE_TEMPLATE/others.md
third_party/ncnn/.github/ISSUE_TEMPLATE/quantization.md
third_party/ncnn/.github/workflows/android-armv7-cpu.yml
third_party/ncnn/.github/workflows/android-armv7-gpu.yml
third_party/ncnn/.github/workflows/android-armv8-cpu.yml
third_party/ncnn/.github/workflows/android-armv8-gpu.yml
third_party/ncnn/.github/workflows/android-x64-cpu.yml
third_party/ncnn/.github/workflows/android-x64-gpu.yml
third_party/ncnn/.github/workflows/android-x86-cpu.yml
third_party/ncnn/.github/workflows/android-x86-gpu.yml
third_party/ncnn/.github/workflows/code-format.yml
third_party/ncnn/.github/workflows/codeql-analysis.yml
third_party/ncnn/.github/workflows/elf-riscv32-cpu-gcc.yml
third_party/ncnn/.github/workflows/elf-riscv64-cpu-gcc.yml
third_party/ncnn/.github/workflows/ios-arm64-gpu.yml
third_party/ncnn/.github/workflows/ios-cpu.yml
third_party/ncnn/.github/workflows/ios-simulator.yml
third_party/ncnn/.github/workflows/linux-aarch64-cpu-gcc.yml
third_party/ncnn/.github/workflows/linux-arm-cpu-gcc.yml
third_party/ncnn/.github/workflows/linux-mips-cpu-gcc.yml
third_party/ncnn/.github/workflows/linux-mips64-cpu-gcc.yml
third_party/ncnn/.github/workflows/linux-ppc64-cpu-gcc.yml
third_party/ncnn/.github/workflows/linux-riscv64-cpu-gcc.yml
third_party/ncnn/.github/workflows/linux-x64-cpu-clang-python.yml
third_party/ncnn/.github/workflows/linux-x64-cpu-clang.yml
third_party/ncnn/.github/workflows/linux-x64-cpu-gcc.yml
third_party/ncnn/.github/workflows/linux-x64-gpu-clang-python.yml
third_party/ncnn/.github/workflows/linux-x64-gpu-clang.yml
third_party/ncnn/.github/workflows/linux-x64-gpu-gcc.yml
third_party/ncnn/.github/workflows/linux-x86-cpu-clang.yml
third_party/ncnn/.github/workflows/linux-x86-cpu-gcc.yml
third_party/ncnn/.github/workflows/macos-arm64-cpu.yml
third_party/ncnn/.github/workflows/macos-arm64-gpu.yml
third_party/ncnn/.github/workflows/macos-x64-cpu-python.yml
third_party/ncnn/.github/workflows/macos-x64-cpu.yml
third_party/ncnn/.github/workflows/macos-x64-gpu.yml
third_party/ncnn/.github/workflows/release-python.yml
third_party/ncnn/.github/workflows/release.yml
third_party/ncnn/.github/workflows/sync-wiki.yml
third_party/ncnn/.github/workflows/test-coverage.yml
third_party/ncnn/.github/workflows/web-assembly.yml
third_party/ncnn/.github/workflows/windows-x64-cpu-vs2015.yml
third_party/ncnn/.github/workflows/windows-x64-cpu-vs2017.yml
third_party/ncnn/.github/workflows/windows-x64-cpu-vs2019-python.yml
third_party/ncnn/.github/workflows/windows-x64-cpu-vs2019.yml
third_party/ncnn/.github/workflows/windows-x64-gpu-vs2017.yml
third_party/ncnn/.github/workflows/windows-x64-gpu-vs2019.yml
third_party/ncnn/.github/workflows/windows-x86-cpu-vs2015.yml
third_party/ncnn/.github/workflows/windows-x86-cpu-vs2017.yml
third_party/ncnn/.github/workflows/windows-x86-cpu-vs2019.yml
third_party/ncnn/benchmark/CMakeLists.txt
third_party/ncnn/benchmark/README.md
third_party/ncnn/benchmark/alexnet.param
third_party/ncnn/benchmark/benchncnn.cpp
third_party/ncnn/benchmark/blazeface.param
third_party/ncnn/benchmark/efficientnet_b0.param
third_party/ncnn/benchmark/efficientnetv2_b0.param
third_party/ncnn/benchmark/googlenet.param
third_party/ncnn/benchmark/googlenet_int8.param
third_party/ncnn/benchmark/mnasnet.param
third_party/ncnn/benchmark/mobilenet.param
third_party/ncnn/benchmark/mobilenet_int8.param
third_party/ncnn/benchmark/mobilenet_ssd.param
third_party/ncnn/benchmark/mobilenet_ssd_int8.param
third_party/ncnn/benchmark/mobilenet_v2.param
third_party/ncnn/benchmark/mobilenet_v3.param
third_party/ncnn/benchmark/mobilenet_yolo.param
third_party/ncnn/benchmark/mobilenetv2_yolov3.param
third_party/ncnn/benchmark/nanodet_m.param
third_party/ncnn/benchmark/proxylessnasnet.param
third_party/ncnn/benchmark/regnety_400m.param
third_party/ncnn/benchmark/resnet18.param
third_party/ncnn/benchmark/resnet18_int8.param
third_party/ncnn/benchmark/resnet50.param
third_party/ncnn/benchmark/resnet50_int8.param
third_party/ncnn/benchmark/shufflenet.param
third_party/ncnn/benchmark/shufflenet_v2.param
third_party/ncnn/benchmark/squeezenet.param
third_party/ncnn/benchmark/squeezenet_int8.param
third_party/ncnn/benchmark/squeezenet_ssd.param
third_party/ncnn/benchmark/squeezenet_ssd_int8.param
third_party/ncnn/benchmark/vgg16.param
third_party/ncnn/benchmark/vgg16_int8.param
third_party/ncnn/benchmark/yolov4-tiny.param
third_party/ncnn/cmake/ncnnConfig.cmake.in
third_party/ncnn/cmake/ncnn_add_layer.cmake
third_party/ncnn/cmake/ncnn_add_shader.cmake
third_party/ncnn/cmake/ncnn_generate_arm82_source.cmake
third_party/ncnn/cmake/ncnn_generate_arm82dot_source.cmake
third_party/ncnn/cmake/ncnn_generate_avx2_source.cmake
third_party/ncnn/cmake/ncnn_generate_avx_source.cmake
third_party/ncnn/cmake/ncnn_generate_mmi_source.cmake
third_party/ncnn/cmake/ncnn_generate_msa_source.cmake
third_party/ncnn/cmake/ncnn_generate_rvv_source.cmake
third_party/ncnn/cmake/ncnn_generate_shader_comp_header.cmake
third_party/ncnn/cmake/ncnn_generate_shader_spv_header.cmake
third_party/ncnn/cmake/run_test.cmake
third_party/ncnn/docs/Home.md
third_party/ncnn/docs/application-with-ncnn-inside.md
third_party/ncnn/docs/faq.md
third_party/ncnn/docs/benchmark/the-benchmark-of-caffe-android-lib,-mini-caffe,-and-ncnn.md
third_party/ncnn/docs/benchmark/vulkan-conformance-test.md
third_party/ncnn/docs/developer-guide/aarch64-mix-assembly-and-intrinsic.md
third_party/ncnn/docs/developer-guide/add-custom-layer.zh.md
third_party/ncnn/docs/developer-guide/arm-a53-a55-dual-issue.md
third_party/ncnn/docs/developer-guide/armv7-mix-assembly-and-intrinsic.md
third_party/ncnn/docs/developer-guide/binaryop-broadcasting.md
third_party/ncnn/docs/developer-guide/custom-allocator.md
third_party/ncnn/docs/developer-guide/element-packing.md
third_party/ncnn/docs/developer-guide/how-to-be-a-contributor.zh.md
third_party/ncnn/docs/developer-guide/how-to-implement-custom-layer-step-by-step.md
third_party/ncnn/docs/developer-guide/how-to-write-a-neon-optimized-op-kernel.md
third_party/ncnn/docs/developer-guide/low-level-operation-api.md
third_party/ncnn/docs/developer-guide/ncnn-tips-and-tricks.zh.md
third_party/ncnn/docs/developer-guide/new-model-load-api.md
third_party/ncnn/docs/developer-guide/new-param-load-api.md
third_party/ncnn/docs/developer-guide/operation-param-weight-table.md
third_party/ncnn/docs/developer-guide/operators.md
third_party/ncnn/docs/developer-guide/param-and-model-file-structure.md
third_party/ncnn/docs/developer-guide/preload-practice.zh.md
third_party/ncnn/docs/developer-guide/tensorflow-op-combination.md
third_party/ncnn/docs/how-to-build/build-for-VisualStudio.zh.md
third_party/ncnn/docs/how-to-build/build-mlir2ncnn.md
third_party/ncnn/docs/how-to-build/how-to-build.md
third_party/ncnn/docs/how-to-use-and-FAQ/FAQ-ncnn-produce-wrong-result.md
third_party/ncnn/docs/how-to-use-and-FAQ/FAQ-ncnn-protobuf-problem.zh.md
third_party/ncnn/docs/how-to-use-and-FAQ/FAQ-ncnn-throw-error.md
third_party/ncnn/docs/how-to-use-and-FAQ/FAQ-ncnn-vulkan.md
third_party/ncnn/docs/how-to-use-and-FAQ/build-minimal-library.md
third_party/ncnn/docs/how-to-use-and-FAQ/efficient-roi-resize-rotate.md
third_party/ncnn/docs/how-to-use-and-FAQ/ncnn-load-model.md
third_party/ncnn/docs/how-to-use-and-FAQ/openmp-best-practice.md
third_party/ncnn/docs/how-to-use-and-FAQ/openmp-best-practice.zh.md
third_party/ncnn/docs/how-to-use-and-FAQ/quantized-int8-inference.md
third_party/ncnn/docs/how-to-use-and-FAQ/use-ncnn-with-alexnet.md
third_party/ncnn/docs/how-to-use-and-FAQ/use-ncnn-with-alexnet.zh.md
third_party/ncnn/docs/how-to-use-and-FAQ/use-ncnn-with-opencv.md
third_party/ncnn/docs/how-to-use-and-FAQ/use-ncnn-with-own-project.md
third_party/ncnn/docs/how-to-use-and-FAQ/use-ncnn-with-pytorch-or-onnx.md
third_party/ncnn/docs/how-to-use-and-FAQ/use-ncnnoptimize-to-optimize-model.md
third_party/ncnn/docs/how-to-use-and-FAQ/vulkan-notes.md
third_party/ncnn/examples/CMakeLists.txt
third_party/ncnn/examples/fasterrcnn.cpp
third_party/ncnn/examples/mobilenetssd.cpp
third_party/ncnn/examples/mobilenetv2ssdlite.cpp
third_party/ncnn/examples/mobilenetv3ssdlite.cpp
third_party/ncnn/examples/nanodet.cpp
third_party/ncnn/examples/peleenetssd_seg.cpp
third_party/ncnn/examples/retinaface.cpp
third_party/ncnn/examples/rfcn.cpp
third_party/ncnn/examples/scrfd.cpp
third_party/ncnn/examples/shufflenetv2.cpp
third_party/ncnn/examples/simplepose.cpp
third_party/ncnn/examples/squeezenet.cpp
third_party/ncnn/examples/squeezenet_c_api.cpp
third_party/ncnn/examples/squeezenet_v1.1.bin
third_party/ncnn/examples/squeezenet_v1.1.caffemodel
third_party/ncnn/examples/squeezenet_v1.1.param
third_party/ncnn/examples/squeezenet_v1.1.param.bin
third_party/ncnn/examples/squeezenet_v1.1.prototxt
third_party/ncnn/examples/squeezenetssd.cpp
third_party/ncnn/examples/synset_words.txt
third_party/ncnn/examples/yolact.cpp
third_party/ncnn/examples/yolov2.cpp
third_party/ncnn/examples/yolov3.cpp
third_party/ncnn/examples/yolov4.cpp
third_party/ncnn/examples/yolov5.cpp
third_party/ncnn/examples/yolox.cpp
third_party/ncnn/examples/squeezencnn/README.md
third_party/ncnn/glslang/.appveyor.yml
third_party/ncnn/glslang/.clang-format
third_party/ncnn/glslang/.gitattributes
third_party/ncnn/glslang/.gitignore
third_party/ncnn/glslang/.gn
third_party/ncnn/glslang/.travis.yml
third_party/ncnn/glslang/Android.mk
third_party/ncnn/glslang/BUILD.bazel
third_party/ncnn/glslang/BUILD.gn
third_party/ncnn/glslang/CHANGES.md
third_party/ncnn/glslang/CMakeLists.txt
third_party/ncnn/glslang/CODE_OF_CONDUCT.md
third_party/ncnn/glslang/ChooseMSVCCRT.cmake
third_party/ncnn/glslang/DEPS
third_party/ncnn/glslang/LICENSE.txt
third_party/ncnn/glslang/README-spirv-remap.txt
third_party/ncnn/glslang/README.md
third_party/ncnn/glslang/WORKSPACE
third_party/ncnn/glslang/_config.yml
third_party/ncnn/glslang/build_info.h.tmpl
third_party/ncnn/glslang/build_info.py
third_party/ncnn/glslang/known_good.json
third_party/ncnn/glslang/known_good_khr.json
third_party/ncnn/glslang/license-checker.cfg
third_party/ncnn/glslang/parse_version.cmake
third_party/ncnn/glslang/standalone.gclient
third_party/ncnn/glslang/update_glslang_sources.py
third_party/ncnn/glslang/External/CMakeLists.txt
third_party/ncnn/glslang/OGLCompilersDLL/CMakeLists.txt
third_party/ncnn/glslang/OGLCompilersDLL/InitializeDll.cpp
third_party/ncnn/glslang/OGLCompilersDLL/InitializeDll.h
third_party/ncnn/glslang/SPIRV/CMakeLists.txt
third_party/ncnn/glslang/SPIRV/GLSL.ext.AMD.h
third_party/ncnn/glslang/SPIRV/GLSL.ext.EXT.h
third_party/ncnn/glslang/SPIRV/GLSL.ext.KHR.h
third_party/ncnn/glslang/SPIRV/GLSL.ext.NV.h
third_party/ncnn/glslang/SPIRV/GLSL.std.450.h
third_party/ncnn/glslang/SPIRV/GlslangToSpv.cpp
third_party/ncnn/glslang/SPIRV/GlslangToSpv.h
third_party/ncnn/glslang/SPIRV/InReadableOrder.cpp
third_party/ncnn/glslang/SPIRV/Logger.cpp
third_party/ncnn/glslang/SPIRV/Logger.h
third_party/ncnn/glslang/SPIRV/NonSemanticDebugPrintf.h
third_party/ncnn/glslang/SPIRV/SPVRemapper.cpp
third_party/ncnn/glslang/SPIRV/SPVRemapper.h
third_party/ncnn/glslang/SPIRV/SpvBuilder.cpp
third_party/ncnn/glslang/SPIRV/SpvBuilder.h
third_party/ncnn/glslang/SPIRV/SpvPostProcess.cpp
third_party/ncnn/glslang/SPIRV/SpvTools.cpp
third_party/ncnn/glslang/SPIRV/SpvTools.h
third_party/ncnn/glslang/SPIRV/bitutils.h
third_party/ncnn/glslang/SPIRV/disassemble.cpp
third_party/ncnn/glslang/SPIRV/disassemble.h
third_party/ncnn/glslang/SPIRV/doc.cpp
third_party/ncnn/glslang/SPIRV/doc.h
third_party/ncnn/glslang/SPIRV/hex_float.h
third_party/ncnn/glslang/SPIRV/spirv.hpp
third_party/ncnn/glslang/SPIRV/spvIR.h
third_party/ncnn/glslang/SPIRV/CInterface/spirv_c_interface.cpp
third_party/ncnn/glslang/StandAlone/CMakeLists.txt
third_party/ncnn/glslang/StandAlone/DirStackFileIncluder.h
third_party/ncnn/glslang/StandAlone/ResourceLimits.cpp
third_party/ncnn/glslang/StandAlone/ResourceLimits.h
third_party/ncnn/glslang/StandAlone/StandAlone.cpp
third_party/ncnn/glslang/StandAlone/Worklist.h
third_party/ncnn/glslang/StandAlone/resource_limits_c.cpp
third_party/ncnn/glslang/StandAlone/resource_limits_c.h
third_party/ncnn/glslang/StandAlone/spirv-remap.cpp
third_party/ncnn/glslang/Test/100.conf
third_party/ncnn/glslang/Test/100.frag
third_party/ncnn/glslang/Test/100Limits.vert
third_party/ncnn/glslang/Test/100samplerExternal.frag
third_party/ncnn/glslang/Test/100scope.vert
third_party/ncnn/glslang/Test/110scope.vert
third_party/ncnn/glslang/Test/120.frag
third_party/ncnn/glslang/Test/120.vert
third_party/ncnn/glslang/Test/130.frag
third_party/ncnn/glslang/Test/130.vert
third_party/ncnn/glslang/Test/140.frag
third_party/ncnn/glslang/Test/140.vert
third_party/ncnn/glslang/Test/150.frag
third_party/ncnn/glslang/Test/150.geom
third_party/ncnn/glslang/Test/150.tesc
third_party/ncnn/glslang/Test/150.tese
third_party/ncnn/glslang/Test/150.vert
third_party/ncnn/glslang/Test/300.frag
third_party/ncnn/glslang/Test/300.vert
third_party/ncnn/glslang/Test/300BuiltIns.frag
third_party/ncnn/glslang/Test/300block.frag
third_party/ncnn/glslang/Test/300layout.frag
third_party/ncnn/glslang/Test/300layout.vert
third_party/ncnn/glslang/Test/300link.frag
third_party/ncnn/glslang/Test/300link2.frag
third_party/ncnn/glslang/Test/300link3.frag
third_party/ncnn/glslang/Test/300operations.frag
third_party/ncnn/glslang/Test/300samplerExternal.frag
third_party/ncnn/glslang/Test/300samplerExternalYUV.frag
third_party/ncnn/glslang/Test/300scope.vert
third_party/ncnn/glslang/Test/310.comp
third_party/ncnn/glslang/Test/310.frag
third_party/ncnn/glslang/Test/310.geom
third_party/ncnn/glslang/Test/310.inheritMemory.frag
third_party/ncnn/glslang/Test/310.tesc
third_party/ncnn/glslang/Test/310.tese
third_party/ncnn/glslang/Test/310.vert
third_party/ncnn/glslang/Test/310AofA.vert
third_party/ncnn/glslang/Test/310implicitSizeArrayError.vert
third_party/ncnn/glslang/Test/310runtimeArray.vert
third_party/ncnn/glslang/Test/320.comp
third_party/ncnn/glslang/Test/320.frag
third_party/ncnn/glslang/Test/320.geom
third_party/ncnn/glslang/Test/320.tesc
third_party/ncnn/glslang/Test/320.tese
third_party/ncnn/glslang/Test/320.vert
third_party/ncnn/glslang/Test/330.frag
third_party/ncnn/glslang/Test/330comp.frag
third_party/ncnn/glslang/Test/400.frag
third_party/ncnn/glslang/Test/400.geom
third_party/ncnn/glslang/Test/400.tesc
third_party/ncnn/glslang/Test/400.tese
third_party/ncnn/glslang/Test/400.vert
third_party/ncnn/glslang/Test/410.geom
third_party/ncnn/glslang/Test/410.tesc
third_party/ncnn/glslang/Test/410.vert
third_party/ncnn/glslang/Test/420.comp
third_party/ncnn/glslang/Test/420.frag
third_party/ncnn/glslang/Test/420.geom
third_party/ncnn/glslang/Test/420.tesc
third_party/ncnn/glslang/Test/420.tese
third_party/ncnn/glslang/Test/420.vert
third_party/ncnn/glslang/Test/420_size_gl_in.geom
third_party/ncnn/glslang/Test/430.comp
third_party/ncnn/glslang/Test/430.vert
third_party/ncnn/glslang/Test/430AofA.frag
third_party/ncnn/glslang/Test/430scope.vert
third_party/ncnn/glslang/Test/435.vert
third_party/ncnn/glslang/Test/440.frag
third_party/ncnn/glslang/Test/440.vert
third_party/ncnn/glslang/Test/450.comp
third_party/ncnn/glslang/Test/450.frag
third_party/ncnn/glslang/Test/450.geom
third_party/ncnn/glslang/Test/450.tesc
third_party/ncnn/glslang/Test/450.tese
third_party/ncnn/glslang/Test/450.vert
third_party/ncnn/glslang/Test/460.frag
third_party/ncnn/glslang/Test/460.vert
third_party/ncnn/glslang/Test/Operations.frag
third_party/ncnn/glslang/Test/aggOps.frag
third_party/ncnn/glslang/Test/always-discard.frag
third_party/ncnn/glslang/Test/always-discard2.frag
third_party/ncnn/glslang/Test/array.frag
third_party/ncnn/glslang/Test/array100.frag
third_party/ncnn/glslang/Test/atomic_uint.frag
third_party/ncnn/glslang/Test/badChars.frag
third_party/ncnn/glslang/Test/badMacroArgs.frag
third_party/ncnn/glslang/Test/bar.h
third_party/ncnn/glslang/Test/bump
third_party/ncnn/glslang/Test/comment.frag
third_party/ncnn/glslang/Test/compoundsuffix.frag.hlsl
third_party/ncnn/glslang/Test/compoundsuffix.vert.glsl
third_party/ncnn/glslang/Test/conditionalDiscard.frag
third_party/ncnn/glslang/Test/constErrors.frag
third_party/ncnn/glslang/Test/constFold.frag
third_party/ncnn/glslang/Test/constFoldIntMin.frag
third_party/ncnn/glslang/Test/constantUnaryConversion.comp
third_party/ncnn/glslang/Test/contradict_0.geom
third_party/ncnn/glslang/Test/contradict_1.geom
third_party/ncnn/glslang/Test/conversion.frag
third_party/ncnn/glslang/Test/cppBad.vert
third_party/ncnn/glslang/Test/cppBad2.vert
third_party/ncnn/glslang/Test/cppBad3.vert
third_party/ncnn/glslang/Test/cppBad4.vert
third_party/ncnn/glslang/Test/cppBad5.vert
third_party/ncnn/glslang/Test/cppComplexExpr.vert
third_party/ncnn/glslang/Test/cppDeepNest.frag
third_party/ncnn/glslang/Test/cppIndent.vert
third_party/ncnn/glslang/Test/cppIntMinOverNegativeOne.frag
third_party/ncnn/glslang/Test/cppMerge.frag
third_party/ncnn/glslang/Test/cppNest.vert
third_party/ncnn/glslang/Test/cppPassMacroName.frag
third_party/ncnn/glslang/Test/cppRelaxSkipTokensErrors.vert
third_party/ncnn/glslang/Test/cppSimple.vert
third_party/ncnn/glslang/Test/dataOut.frag
third_party/ncnn/glslang/Test/dataOutIndirect.frag
third_party/ncnn/glslang/Test/dce.frag
third_party/ncnn/glslang/Test/decls.frag
third_party/ncnn/glslang/Test/deepRvalue.frag
third_party/ncnn/glslang/Test/depthOut.frag
third_party/ncnn/glslang/Test/discard-dce.frag
third_party/ncnn/glslang/Test/doWhileLoop.frag
third_party/ncnn/glslang/Test/earlyReturnDiscard.frag
third_party/ncnn/glslang/Test/empty.frag
third_party/ncnn/glslang/Test/empty2.frag
third_party/ncnn/glslang/Test/empty3.frag
third_party/ncnn/glslang/Test/errors.frag
third_party/ncnn/glslang/Test/es-link1.frag
third_party/ncnn/glslang/Test/es-link2.frag
third_party/ncnn/glslang/Test/findFunction.frag
third_party/ncnn/glslang/Test/flowControl.frag
third_party/ncnn/glslang/Test/foo.h
third_party/ncnn/glslang/Test/forLoop.frag
third_party/ncnn/glslang/Test/forwardRef.frag
third_party/ncnn/glslang/Test/functionCall.frag
third_party/ncnn/glslang/Test/functionSemantics.frag
third_party/ncnn/glslang/Test/glsl.-D-U.frag
third_party/ncnn/glslang/Test/glsl.140.layoutOffset.error.vert
third_party/ncnn/glslang/Test/glsl.430.layoutOffset.error.vert
third_party/ncnn/glslang/Test/glsl.450.subgroup.frag
third_party/ncnn/glslang/Test/glsl.450.subgroup.geom
third_party/ncnn/glslang/Test/glsl.450.subgroup.tesc
third_party/ncnn/glslang/Test/glsl.450.subgroup.tese
third_party/ncnn/glslang/Test/glsl.450.subgroup.vert
third_party/ncnn/glslang/Test/glsl.450.subgroupArithmetic.comp
third_party/ncnn/glslang/Test/glsl.450.subgroupBallot.comp
third_party/ncnn/glslang/Test/glsl.450.subgroupBallotNeg.comp
third_party/ncnn/glslang/Test/glsl.450.subgroupBasic.comp
third_party/ncnn/glslang/Test/glsl.450.subgroupClustered.comp
third_party/ncnn/glslang/Test/glsl.450.subgroupClusteredNeg.comp
third_party/ncnn/glslang/Test/glsl.450.subgroupPartitioned.comp
third_party/ncnn/glslang/Test/glsl.450.subgroupQuad.comp
third_party/ncnn/glslang/Test/glsl.450.subgroupShuffle.comp
third_party/ncnn/glslang/Test/glsl.450.subgroupShuffleRelative.comp
third_party/ncnn/glslang/Test/glsl.450.subgroupVote.comp
third_party/ncnn/glslang/Test/glsl.460.subgroup.mesh
third_party/ncnn/glslang/Test/glsl.460.subgroup.rahit
third_party/ncnn/glslang/Test/glsl.460.subgroup.rcall
third_party/ncnn/glslang/Test/glsl.460.subgroup.rchit
third_party/ncnn/glslang/Test/glsl.460.subgroup.rgen
third_party/ncnn/glslang/Test/glsl.460.subgroup.rint
third_party/ncnn/glslang/Test/glsl.460.subgroup.rmiss
third_party/ncnn/glslang/Test/glsl.460.subgroup.task
third_party/ncnn/glslang/Test/glsl.entryPointRename.vert
third_party/ncnn/glslang/Test/glsl.entryPointRename2.vert
third_party/ncnn/glslang/Test/glsl.es300.layoutOffset.error.vert
third_party/ncnn/glslang/Test/glsl.es320.subgroup.frag
third_party/ncnn/glslang/Test/glsl.es320.subgroup.geom
third_party/ncnn/glslang/Test/glsl.es320.subgroup.tesc
third_party/ncnn/glslang/Test/glsl.es320.subgroup.tese
third_party/ncnn/glslang/Test/glsl.es320.subgroup.vert
third_party/ncnn/glslang/Test/glsl.es320.subgroupArithmetic.comp
third_party/ncnn/glslang/Test/glsl.es320.subgroupBallot.comp
third_party/ncnn/glslang/Test/glsl.es320.subgroupBallotNeg.comp
third_party/ncnn/glslang/Test/glsl.es320.subgroupBasic.comp
third_party/ncnn/glslang/Test/glsl.es320.subgroupClustered.comp
third_party/ncnn/glslang/Test/glsl.es320.subgroupClusteredNeg.comp
third_party/ncnn/glslang/Test/glsl.es320.subgroupPartitioned.comp
third_party/ncnn/glslang/Test/glsl.es320.subgroupQuad.comp
third_party/ncnn/glslang/Test/glsl.es320.subgroupShuffle.comp
third_party/ncnn/glslang/Test/glsl.es320.subgroupShuffleRelative.comp
third_party/ncnn/glslang/Test/glsl.es320.subgroupVote.comp
third_party/ncnn/glslang/Test/glslangValidator
third_party/ncnn/glslang/Test/glspv.esversion.vert
third_party/ncnn/glslang/Test/glspv.frag
third_party/ncnn/glslang/Test/glspv.version.frag
third_party/ncnn/glslang/Test/glspv.version.vert
third_party/ncnn/glslang/Test/glspv.vert
third_party/ncnn/glslang/Test/hlsl.-D-U.frag
third_party/ncnn/glslang/Test/hlsl.PointSize.geom
third_party/ncnn/glslang/Test/hlsl.PointSize.vert
third_party/ncnn/glslang/Test/hlsl.aliasOpaque.frag
third_party/ncnn/glslang/Test/hlsl.amend.frag
third_party/ncnn/glslang/Test/hlsl.array.flatten.frag
third_party/ncnn/glslang/Test/hlsl.array.frag
third_party/ncnn/glslang/Test/hlsl.array.implicit-size.frag
third_party/ncnn/glslang/Test/hlsl.array.multidim.frag
third_party/ncnn/glslang/Test/hlsl.assoc.frag
third_party/ncnn/glslang/Test/hlsl.attribute.expression.comp
third_party/ncnn/glslang/Test/hlsl.attribute.frag
third_party/ncnn/glslang/Test/hlsl.attributeC11.frag
third_party/ncnn/glslang/Test/hlsl.attributeGlobalBuffer.frag
third_party/ncnn/glslang/Test/hlsl.automap.frag
third_party/ncnn/glslang/Test/hlsl.basic.comp
third_party/ncnn/glslang/Test/hlsl.basic.geom
third_party/ncnn/glslang/Test/hlsl.boolConv.vert
third_party/ncnn/glslang/Test/hlsl.buffer.frag
third_party/ncnn/glslang/Test/hlsl.calculatelod.dx10.frag
third_party/ncnn/glslang/Test/hlsl.calculatelodunclamped.dx10.frag
third_party/ncnn/glslang/Test/hlsl.cast.frag
third_party/ncnn/glslang/Test/hlsl.cbuffer-identifier.vert
third_party/ncnn/glslang/Test/hlsl.charLit.vert
third_party/ncnn/glslang/Test/hlsl.clip.frag
third_party/ncnn/glslang/Test/hlsl.clipdistance-1.frag
third_party/ncnn/glslang/Test/hlsl.clipdistance-1.geom
third_party/ncnn/glslang/Test/hlsl.clipdistance-1.vert
third_party/ncnn/glslang/Test/hlsl.clipdistance-2.frag
third_party/ncnn/glslang/Test/hlsl.clipdistance-2.geom
third_party/ncnn/glslang/Test/hlsl.clipdistance-2.vert
third_party/ncnn/glslang/Test/hlsl.clipdistance-3.frag
third_party/ncnn/glslang/Test/hlsl.clipdistance-3.geom
third_party/ncnn/glslang/Test/hlsl.clipdistance-3.vert
third_party/ncnn/glslang/Test/hlsl.clipdistance-4.frag
third_party/ncnn/glslang/Test/hlsl.clipdistance-4.geom
third_party/ncnn/glslang/Test/hlsl.clipdistance-4.vert
third_party/ncnn/glslang/Test/hlsl.clipdistance-5.frag
third_party/ncnn/glslang/Test/hlsl.clipdistance-5.vert
third_party/ncnn/glslang/Test/hlsl.clipdistance-6.frag
third_party/ncnn/glslang/Test/hlsl.clipdistance-6.vert
third_party/ncnn/glslang/Test/hlsl.clipdistance-7.frag
third_party/ncnn/glslang/Test/hlsl.clipdistance-7.vert
third_party/ncnn/glslang/Test/hlsl.clipdistance-8.frag
third_party/ncnn/glslang/Test/hlsl.clipdistance-8.vert
third_party/ncnn/glslang/Test/hlsl.clipdistance-9.frag
third_party/ncnn/glslang/Test/hlsl.clipdistance-9.vert
third_party/ncnn/glslang/Test/hlsl.color.hull.tesc
third_party/ncnn/glslang/Test/hlsl.comparison.vec.frag
third_party/ncnn/glslang/Test/hlsl.conditional.frag
third_party/ncnn/glslang/Test/hlsl.constantbuffer.frag
third_party/ncnn/glslang/Test/hlsl.constructArray.vert
third_party/ncnn/glslang/Test/hlsl.constructexpr.frag
third_party/ncnn/glslang/Test/hlsl.constructimat.frag
third_party/ncnn/glslang/Test/hlsl.coverage.frag
third_party/ncnn/glslang/Test/hlsl.dashI.vert
third_party/ncnn/glslang/Test/hlsl.deadFunctionMissingBody.vert
third_party/ncnn/glslang/Test/hlsl.depthGreater.frag
third_party/ncnn/glslang/Test/hlsl.depthLess.frag
third_party/ncnn/glslang/Test/hlsl.discard.frag
third_party/ncnn/glslang/Test/hlsl.doLoop.frag
third_party/ncnn/glslang/Test/hlsl.domain.1.tese
third_party/ncnn/glslang/Test/hlsl.domain.2.tese
third_party/ncnn/glslang/Test/hlsl.domain.3.tese
third_party/ncnn/glslang/Test/hlsl.earlydepthstencil.frag
third_party/ncnn/glslang/Test/hlsl.emptystruct.init.vert
third_party/ncnn/glslang/Test/hlsl.emptystructreturn.frag
third_party/ncnn/glslang/Test/hlsl.emptystructreturn.vert
third_party/ncnn/glslang/Test/hlsl.entry-in.frag
third_party/ncnn/glslang/Test/hlsl.entry-out.frag
third_party/ncnn/glslang/Test/hlsl.entry.rename.frag
third_party/ncnn/glslang/Test/hlsl.explicitDescriptorSet.frag
third_party/ncnn/glslang/Test/hlsl.flatten.return.frag
third_party/ncnn/glslang/Test/hlsl.flattenOpaque.frag
third_party/ncnn/glslang/Test/hlsl.flattenOpaqueInit.vert
third_party/ncnn/glslang/Test/hlsl.flattenOpaqueInitMix.vert
third_party/ncnn/glslang/Test/hlsl.flattenSubset.frag
third_party/ncnn/glslang/Test/hlsl.flattenSubset2.frag
third_party/ncnn/glslang/Test/hlsl.float1.frag
third_party/ncnn/glslang/Test/hlsl.float4.frag
third_party/ncnn/glslang/Test/hlsl.forLoop.frag
third_party/ncnn/glslang/Test/hlsl.format.rwtexture.frag
third_party/ncnn/glslang/Test/hlsl.frag
third_party/ncnn/glslang/Test/hlsl.fraggeom.frag
third_party/ncnn/glslang/Test/hlsl.function.frag
third_party/ncnn/glslang/Test/hlsl.gather.array.dx10.frag
third_party/ncnn/glslang/Test/hlsl.gather.basic.dx10.frag
third_party/ncnn/glslang/Test/hlsl.gather.basic.dx10.vert
third_party/ncnn/glslang/Test/hlsl.gather.offset.dx10.frag
third_party/ncnn/glslang/Test/hlsl.gather.offsetarray.dx10.frag
third_party/ncnn/glslang/Test/hlsl.gatherRGBA.array.dx10.frag
third_party/ncnn/glslang/Test/hlsl.gatherRGBA.basic.dx10.frag
third_party/ncnn/glslang/Test/hlsl.gatherRGBA.offset.dx10.frag
third_party/ncnn/glslang/Test/hlsl.gatherRGBA.offsetarray.dx10.frag
third_party/ncnn/glslang/Test/hlsl.gathercmpRGBA.array.dx10.frag
third_party/ncnn/glslang/Test/hlsl.gathercmpRGBA.basic.dx10.frag
third_party/ncnn/glslang/Test/hlsl.gathercmpRGBA.offset.dx10.frag
third_party/ncnn/glslang/Test/hlsl.gathercmpRGBA.offsetarray.dx10.frag
third_party/ncnn/glslang/Test/hlsl.getdimensions.dx10.frag
third_party/ncnn/glslang/Test/hlsl.getdimensions.dx10.vert
third_party/ncnn/glslang/Test/hlsl.getdimensions.rw.dx10.frag
third_party/ncnn/glslang/Test/hlsl.getsampleposition.dx10.frag
third_party/ncnn/glslang/Test/hlsl.global-const-init.frag
third_party/ncnn/glslang/Test/hlsl.groupid.comp
third_party/ncnn/glslang/Test/hlsl.gs-hs-mix.tesc
third_party/ncnn/glslang/Test/hlsl.hlslOffset.vert
third_party/ncnn/glslang/Test/hlsl.hull.1.tesc
third_party/ncnn/glslang/Test/hlsl.hull.2.tesc
third_party/ncnn/glslang/Test/hlsl.hull.3.tesc
third_party/ncnn/glslang/Test/hlsl.hull.4.tesc
third_party/ncnn/glslang/Test/hlsl.hull.5.tesc
third_party/ncnn/glslang/Test/hlsl.hull.6.tesc
third_party/ncnn/glslang/Test/hlsl.hull.ctrlpt-1.tesc
third_party/ncnn/glslang/Test/hlsl.hull.ctrlpt-2.tesc
third_party/ncnn/glslang/Test/hlsl.hull.void.tesc
third_party/ncnn/glslang/Test/hlsl.identifier.sample.frag
third_party/ncnn/glslang/Test/hlsl.if.frag
third_party/ncnn/glslang/Test/hlsl.imagefetch-subvec4.comp
third_party/ncnn/glslang/Test/hlsl.implicitBool.frag
third_party/ncnn/glslang/Test/hlsl.include.vert
third_party/ncnn/glslang/Test/hlsl.includeNegative.vert
third_party/ncnn/glslang/Test/hlsl.inf.vert
third_party/ncnn/glslang/Test/hlsl.init.frag
third_party/ncnn/glslang/Test/hlsl.init2.frag
third_party/ncnn/glslang/Test/hlsl.inoutquals.frag
third_party/ncnn/glslang/Test/hlsl.inoutquals.negative.frag
third_party/ncnn/glslang/Test/hlsl.int.dot.frag
third_party/ncnn/glslang/Test/hlsl.intrinsic.frexp.frag
third_party/ncnn/glslang/Test/hlsl.intrinsic.frexp.vert
third_party/ncnn/glslang/Test/hlsl.intrinsics.barriers.comp
third_party/ncnn/glslang/Test/hlsl.intrinsics.comp
third_party/ncnn/glslang/Test/hlsl.intrinsics.d3dcolortoubyte4.frag
third_party/ncnn/glslang/Test/hlsl.intrinsics.double.frag
third_party/ncnn/glslang/Test/hlsl.intrinsics.evalfns.frag
third_party/ncnn/glslang/Test/hlsl.intrinsics.f1632.frag
third_party/ncnn/glslang/Test/hlsl.intrinsics.f3216.frag
third_party/ncnn/glslang/Test/hlsl.intrinsics.frag
third_party/ncnn/glslang/Test/hlsl.intrinsics.lit.frag
third_party/ncnn/glslang/Test/hlsl.intrinsics.negative.comp
third_party/ncnn/glslang/Test/hlsl.intrinsics.negative.frag
third_party/ncnn/glslang/Test/hlsl.intrinsics.negative.vert
third_party/ncnn/glslang/Test/hlsl.intrinsics.promote.down.frag
third_party/ncnn/glslang/Test/hlsl.intrinsics.promote.frag
third_party/ncnn/glslang/Test/hlsl.intrinsics.promote.outputs.frag
third_party/ncnn/glslang/Test/hlsl.intrinsics.vert
third_party/ncnn/glslang/Test/hlsl.isfinite.frag
third_party/ncnn/glslang/Test/hlsl.layout.frag
third_party/ncnn/glslang/Test/hlsl.layoutOverride.vert
third_party/ncnn/glslang/Test/hlsl.load.2dms.dx10.frag
third_party/ncnn/glslang/Test/hlsl.load.array.dx10.frag
third_party/ncnn/glslang/Test/hlsl.load.basic.dx10.frag
third_party/ncnn/glslang/Test/hlsl.load.basic.dx10.vert
third_party/ncnn/glslang/Test/hlsl.load.buffer.dx10.frag
third_party/ncnn/glslang/Test/hlsl.load.buffer.float.dx10.frag
third_party/ncnn/glslang/Test/hlsl.load.offset.dx10.frag
third_party/ncnn/glslang/Test/hlsl.load.offsetarray.dx10.frag
third_party/ncnn/glslang/Test/hlsl.load.rwbuffer.dx10.frag
third_party/ncnn/glslang/Test/hlsl.load.rwtexture.array.dx10.frag
third_party/ncnn/glslang/Test/hlsl.load.rwtexture.dx10.frag
third_party/ncnn/glslang/Test/hlsl.localStructuredBuffer.comp
third_party/ncnn/glslang/Test/hlsl.logical.binary.frag
third_party/ncnn/glslang/Test/hlsl.logical.binary.vec.frag
third_party/ncnn/glslang/Test/hlsl.logical.unary.frag
third_party/ncnn/glslang/Test/hlsl.logicalConvert.frag
third_party/ncnn/glslang/Test/hlsl.loopattr.frag
third_party/ncnn/glslang/Test/hlsl.matNx1.frag
third_party/ncnn/glslang/Test/hlsl.matType.bool.frag
third_party/ncnn/glslang/Test/hlsl.matType.frag
third_party/ncnn/glslang/Test/hlsl.matType.int.frag
third_party/ncnn/glslang/Test/hlsl.matpack-1.frag
third_party/ncnn/glslang/Test/hlsl.matpack-pragma-global.frag
third_party/ncnn/glslang/Test/hlsl.matpack-pragma.frag
third_party/ncnn/glslang/Test/hlsl.matrixSwizzle.vert
third_party/ncnn/glslang/Test/hlsl.matrixindex.frag
third_party/ncnn/glslang/Test/hlsl.max.frag
third_party/ncnn/glslang/Test/hlsl.memberFunCall.frag
third_party/ncnn/glslang/Test/hlsl.mintypes.frag
third_party/ncnn/glslang/Test/hlsl.mip.negative.frag
third_party/ncnn/glslang/Test/hlsl.mip.negative2.frag
third_party/ncnn/glslang/Test/hlsl.mip.operator.frag
third_party/ncnn/glslang/Test/hlsl.mul-truncate.frag
third_party/ncnn/glslang/Test/hlsl.multiDescriptorSet.frag
third_party/ncnn/glslang/Test/hlsl.multiEntry.vert
third_party/ncnn/glslang/Test/hlsl.multiReturn.frag
third_party/ncnn/glslang/Test/hlsl.namespace.frag
third_party/ncnn/glslang/Test/hlsl.noSemantic.functionality1.comp
third_party/ncnn/glslang/Test/hlsl.nonint-index.frag
third_party/ncnn/glslang/Test/hlsl.nonstaticMemberFunction.frag
third_party/ncnn/glslang/Test/hlsl.numericsuffixes.frag
third_party/ncnn/glslang/Test/hlsl.numthreads.comp
third_party/ncnn/glslang/Test/hlsl.opaque-type-bug.frag
third_party/ncnn/glslang/Test/hlsl.overload.frag
third_party/ncnn/glslang/Test/hlsl.params.default.frag
third_party/ncnn/glslang/Test/hlsl.params.default.negative.frag
third_party/ncnn/glslang/Test/hlsl.partialFlattenLocal.vert
third_party/ncnn/glslang/Test/hlsl.partialFlattenMixed.vert
third_party/ncnn/glslang/Test/hlsl.partialInit.frag
third_party/ncnn/glslang/Test/hlsl.pp.expand.frag
third_party/ncnn/glslang/Test/hlsl.pp.line.frag
third_party/ncnn/glslang/Test/hlsl.pp.line2.frag
third_party/ncnn/glslang/Test/hlsl.pp.line3.frag
third_party/ncnn/glslang/Test/hlsl.pp.line4.frag
third_party/ncnn/glslang/Test/hlsl.pp.tokenpasting.frag
third_party/ncnn/glslang/Test/hlsl.pp.vert
third_party/ncnn/glslang/Test/hlsl.precedence.frag
third_party/ncnn/glslang/Test/hlsl.precedence2.frag
third_party/ncnn/glslang/Test/hlsl.precise.frag
third_party/ncnn/glslang/Test/hlsl.preprocessor.frag
third_party/ncnn/glslang/Test/hlsl.printf.comp
third_party/ncnn/glslang/Test/hlsl.promote.atomic.frag
third_party/ncnn/glslang/Test/hlsl.promote.binary.frag
third_party/ncnn/glslang/Test/hlsl.promote.vec1.frag
third_party/ncnn/glslang/Test/hlsl.promotions.frag
third_party/ncnn/glslang/Test/hlsl.reflection.binding.frag
third_party/ncnn/glslang/Test/hlsl.reflection.vert
third_party/ncnn/glslang/Test/hlsl.round.dx10.frag
third_party/ncnn/glslang/Test/hlsl.round.dx9.frag
third_party/ncnn/glslang/Test/hlsl.rw.atomics.frag
third_party/ncnn/glslang/Test/hlsl.rw.bracket.frag
third_party/ncnn/glslang/Test/hlsl.rw.register.frag
third_party/ncnn/glslang/Test/hlsl.rw.scalar.bracket.frag
third_party/ncnn/glslang/Test/hlsl.rw.swizzle.frag
third_party/ncnn/glslang/Test/hlsl.rw.vec2.bracket.frag
third_party/ncnn/glslang/Test/hlsl.sample.array.dx10.frag
third_party/ncnn/glslang/Test/hlsl.sample.basic.dx10.frag
third_party/ncnn/glslang/Test/hlsl.sample.dx9.frag
third_party/ncnn/glslang/Test/hlsl.sample.dx9.vert
third_party/ncnn/glslang/Test/hlsl.sample.offset.dx10.frag
third_party/ncnn/glslang/Test/hlsl.sample.offsetarray.dx10.frag
third_party/ncnn/glslang/Test/hlsl.sample.sub-vec4.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplebias.array.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplebias.basic.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplebias.offset.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplebias.offsetarray.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplecmp.array.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplecmp.basic.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplecmp.dualmode.frag
third_party/ncnn/glslang/Test/hlsl.samplecmp.negative.frag
third_party/ncnn/glslang/Test/hlsl.samplecmp.negative2.frag
third_party/ncnn/glslang/Test/hlsl.samplecmp.offset.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplecmp.offsetarray.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplecmplevelzero.array.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplecmplevelzero.basic.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplecmplevelzero.offset.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplecmplevelzero.offsetarray.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplegrad.array.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplegrad.basic.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplegrad.basic.dx10.vert
third_party/ncnn/glslang/Test/hlsl.samplegrad.offset.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplegrad.offsetarray.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplelevel.array.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplelevel.basic.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplelevel.basic.dx10.vert
third_party/ncnn/glslang/Test/hlsl.samplelevel.offset.dx10.frag
third_party/ncnn/glslang/Test/hlsl.samplelevel.offsetarray.dx10.frag
third_party/ncnn/glslang/Test/hlsl.scalar-length.frag
third_party/ncnn/glslang/Test/hlsl.scalar2matrix.frag
third_party/ncnn/glslang/Test/hlsl.scalarCast.vert
third_party/ncnn/glslang/Test/hlsl.scope.frag
third_party/ncnn/glslang/Test/hlsl.self_cast.frag
third_party/ncnn/glslang/Test/hlsl.semantic-1.vert
third_party/ncnn/glslang/Test/hlsl.semantic.geom
third_party/ncnn/glslang/Test/hlsl.semantic.vert
third_party/ncnn/glslang/Test/hlsl.semicolons.frag
third_party/ncnn/glslang/Test/hlsl.shapeConv.frag
third_party/ncnn/glslang/Test/hlsl.shapeConvRet.frag
third_party/ncnn/glslang/Test/hlsl.shift.per-set.frag
third_party/ncnn/glslang/Test/hlsl.sin.frag
third_party/ncnn/glslang/Test/hlsl.singleArgIntPromo.vert
third_party/ncnn/glslang/Test/hlsl.snorm.uav.comp
third_party/ncnn/glslang/Test/hlsl.specConstant.frag
third_party/ncnn/glslang/Test/hlsl.staticFuncInit.frag
third_party/ncnn/glslang/Test/hlsl.staticMemberFunction.frag
third_party/ncnn/glslang/Test/hlsl.store.rwbyteaddressbuffer.type.comp
third_party/ncnn/glslang/Test/hlsl.string.frag
third_party/ncnn/glslang/Test/hlsl.stringtoken.frag
third_party/ncnn/glslang/Test/hlsl.struct.frag
third_party/ncnn/glslang/Test/hlsl.struct.split-1.vert
third_party/ncnn/glslang/Test/hlsl.struct.split.array.geom
third_party/ncnn/glslang/Test/hlsl.struct.split.assign.frag
third_party/ncnn/glslang/Test/hlsl.struct.split.call.vert
third_party/ncnn/glslang/Test/hlsl.struct.split.nested.geom
third_party/ncnn/glslang/Test/hlsl.struct.split.trivial.geom
third_party/ncnn/glslang/Test/hlsl.struct.split.trivial.vert
third_party/ncnn/glslang/Test/hlsl.structIoFourWay.frag
third_party/ncnn/glslang/Test/hlsl.structStructName.frag
third_party/ncnn/glslang/Test/hlsl.structarray.flatten.frag
third_party/ncnn/glslang/Test/hlsl.structarray.flatten.geom
third_party/ncnn/glslang/Test/hlsl.structbuffer.append.fn.frag
third_party/ncnn/glslang/Test/hlsl.structbuffer.append.frag
third_party/ncnn/glslang/Test/hlsl.structbuffer.atomics.frag
third_party/ncnn/glslang/Test/hlsl.structbuffer.byte.frag
third_party/ncnn/glslang/Test/hlsl.structbuffer.coherent.frag
third_party/ncnn/glslang/Test/hlsl.structbuffer.floatidx.comp
third_party/ncnn/glslang/Test/hlsl.structbuffer.fn.frag
third_party/ncnn/glslang/Test/hlsl.structbuffer.fn2.comp
third_party/ncnn/glslang/Test/hlsl.structbuffer.frag
third_party/ncnn/glslang/Test/hlsl.structbuffer.incdec.frag
third_party/ncnn/glslang/Test/hlsl.structbuffer.rw.frag
third_party/ncnn/glslang/Test/hlsl.structbuffer.rwbyte.frag
third_party/ncnn/glslang/Test/hlsl.structin.vert
third_party/ncnn/glslang/Test/hlsl.subpass.frag
third_party/ncnn/glslang/Test/hlsl.switch.frag
third_party/ncnn/glslang/Test/hlsl.swizzle.frag
third_party/ncnn/glslang/Test/hlsl.synthesizeInput.frag
third_party/ncnn/glslang/Test/hlsl.target.frag
third_party/ncnn/glslang/Test/hlsl.targetStruct1.frag
third_party/ncnn/glslang/Test/hlsl.targetStruct2.frag
third_party/ncnn/glslang/Test/hlsl.templatetypes.frag
third_party/ncnn/glslang/Test/hlsl.templatetypes.negative.frag
third_party/ncnn/glslang/Test/hlsl.texture.struct.frag
third_party/ncnn/glslang/Test/hlsl.texture.subvec4.frag
third_party/ncnn/glslang/Test/hlsl.texturebuffer.frag
third_party/ncnn/glslang/Test/hlsl.this.frag
third_party/ncnn/glslang/Test/hlsl.tristream-append.geom
third_party/ncnn/glslang/Test/hlsl.tx.bracket.frag
third_party/ncnn/glslang/Test/hlsl.tx.overload.frag
third_party/ncnn/glslang/Test/hlsl.type.half.frag
third_party/ncnn/glslang/Test/hlsl.type.identifier.frag
third_party/ncnn/glslang/Test/hlsl.type.type.conversion.all.frag
third_party/ncnn/glslang/Test/hlsl.type.type.conversion.valid.frag
third_party/ncnn/glslang/Test/hlsl.typeGraphCopy.vert
third_party/ncnn/glslang/Test/hlsl.typedef.frag
third_party/ncnn/glslang/Test/hlsl.void.frag
third_party/ncnn/glslang/Test/hlsl.wavebroadcast.comp
third_party/ncnn/glslang/Test/hlsl.waveprefix.comp
third_party/ncnn/glslang/Test/hlsl.wavequad.comp
third_party/ncnn/glslang/Test/hlsl.wavequery.comp
third_party/ncnn/glslang/Test/hlsl.wavequery.frag
third_party/ncnn/glslang/Test/hlsl.wavereduction.comp
third_party/ncnn/glslang/Test/hlsl.wavevote.comp
third_party/ncnn/glslang/Test/hlsl.whileLoop.frag
third_party/ncnn/glslang/Test/hlsl.y-negate-1.vert
third_party/ncnn/glslang/Test/hlsl.y-negate-2.vert
third_party/ncnn/glslang/Test/hlsl.y-negate-3.vert
third_party/ncnn/glslang/Test/i1.h
third_party/ncnn/glslang/Test/implicitInnerAtomicUint.frag
third_party/ncnn/glslang/Test/include.vert
third_party/ncnn/glslang/Test/invalidSwizzle.vert
third_party/ncnn/glslang/Test/length.frag
third_party/ncnn/glslang/Test/lineContinuation.vert
third_party/ncnn/glslang/Test/lineContinuation100.vert
third_party/ncnn/glslang/Test/link.multiAnonBlocksInvalid.0.0.vert
third_party/ncnn/glslang/Test/link.multiAnonBlocksInvalid.0.1.vert
third_party/ncnn/glslang/Test/link.multiAnonBlocksValid.0.0.vert
third_party/ncnn/glslang/Test/link.multiAnonBlocksValid.0.1.vert
third_party/ncnn/glslang/Test/link.multiBlocksInvalid.0.0.vert
third_party/ncnn/glslang/Test/link.multiBlocksInvalid.0.1.vert
third_party/ncnn/glslang/Test/link.multiBlocksValid.1.0.vert
third_party/ncnn/glslang/Test/link.multiBlocksValid.1.1.vert
third_party/ncnn/glslang/Test/link.vk.differentPC.0.0.frag
third_party/ncnn/glslang/Test/link.vk.differentPC.0.1.frag
third_party/ncnn/glslang/Test/link.vk.differentPC.0.2.frag
third_party/ncnn/glslang/Test/link.vk.differentPC.1.0.frag
third_party/ncnn/glslang/Test/link.vk.differentPC.1.1.frag
third_party/ncnn/glslang/Test/link.vk.differentPC.1.2.frag
third_party/ncnn/glslang/Test/link.vk.matchingPC.0.0.frag
third_party/ncnn/glslang/Test/link.vk.matchingPC.0.1.frag
third_party/ncnn/glslang/Test/link.vk.matchingPC.0.2.frag
third_party/ncnn/glslang/Test/link.vk.multiBlocksValid.0.0.vert
third_party/ncnn/glslang/Test/link.vk.multiBlocksValid.0.1.vert
third_party/ncnn/glslang/Test/link.vk.multiBlocksValid.1.0.geom
third_party/ncnn/glslang/Test/link.vk.multiBlocksValid.1.1.geom
third_party/ncnn/glslang/Test/link.vk.pcNamingInvalid.0.0.vert
third_party/ncnn/glslang/Test/link.vk.pcNamingInvalid.0.1.vert
third_party/ncnn/glslang/Test/link.vk.pcNamingValid.0.0.vert
third_party/ncnn/glslang/Test/link.vk.pcNamingValid.0.1.vert
third_party/ncnn/glslang/Test/link1.frag
third_party/ncnn/glslang/Test/link1.vk.frag
third_party/ncnn/glslang/Test/link2.frag
third_party/ncnn/glslang/Test/link2.vk.frag
third_party/ncnn/glslang/Test/link3.frag
third_party/ncnn/glslang/Test/localAggregates.frag
third_party/ncnn/glslang/Test/loops.frag
third_party/ncnn/glslang/Test/loopsArtificial.frag
third_party/ncnn/glslang/Test/mains.frag
third_party/ncnn/glslang/Test/mains1.frag
third_party/ncnn/glslang/Test/mains2.frag
third_party/ncnn/glslang/Test/makeDoc
third_party/ncnn/glslang/Test/matrix.frag
third_party/ncnn/glslang/Test/matrix2.frag
third_party/ncnn/glslang/Test/matrixError.vert
third_party/ncnn/glslang/Test/maxClipDistances.vert
third_party/ncnn/glslang/Test/max_vertices_0.geom
third_party/ncnn/glslang/Test/missingBodies.vert
third_party/ncnn/glslang/Test/mixedArrayDecls.frag
third_party/ncnn/glslang/Test/negativeArraySize.comp
third_party/ncnn/glslang/Test/newTexture.frag
third_party/ncnn/glslang/Test/noMain.vert
third_party/ncnn/glslang/Test/noMain1.geom
third_party/ncnn/glslang/Test/noMain2.geom
third_party/ncnn/glslang/Test/nonSquare.vert
third_party/ncnn/glslang/Test/nonVulkan.frag
third_party/ncnn/glslang/Test/nonuniform.frag
third_party/ncnn/glslang/Test/nosuffix
third_party/ncnn/glslang/Test/numeral.frag
third_party/ncnn/glslang/Test/nvShaderNoperspectiveInterpolation.frag
third_party/ncnn/glslang/Test/overlongLiteral.frag
third_party/ncnn/glslang/Test/parent.h
third_party/ncnn/glslang/Test/parentBad
third_party/ncnn/glslang/Test/pointCoord.frag
third_party/ncnn/glslang/Test/precise.tesc
third_party/ncnn/glslang/Test/precise_struct_block.vert
third_party/ncnn/glslang/Test/precision.frag
third_party/ncnn/glslang/Test/precision.vert
third_party/ncnn/glslang/Test/prepost.frag
third_party/ncnn/glslang/Test/preprocessor.bad_arg.vert
third_party/ncnn/glslang/Test/preprocessor.cpp_style___FILE__.vert
third_party/ncnn/glslang/Test/preprocessor.cpp_style_line_directive.vert
third_party/ncnn/glslang/Test/preprocessor.defined.vert
third_party/ncnn/glslang/Test/preprocessor.edge_cases.vert
third_party/ncnn/glslang/Test/preprocessor.eof_missing.vert
third_party/ncnn/glslang/Test/preprocessor.errors.vert
third_party/ncnn/glslang/Test/preprocessor.extensions.vert
third_party/ncnn/glslang/Test/preprocessor.function_macro.vert
third_party/ncnn/glslang/Test/preprocessor.include.disabled.vert
third_party/ncnn/glslang/Test/preprocessor.include.enabled.vert
third_party/ncnn/glslang/Test/preprocessor.line.frag
third_party/ncnn/glslang/Test/preprocessor.line.vert
third_party/ncnn/glslang/Test/preprocessor.many.endif.vert
third_party/ncnn/glslang/Test/preprocessor.pragma.vert
third_party/ncnn/glslang/Test/preprocessor.simple.vert
third_party/ncnn/glslang/Test/preprocessor.success_if_parse_would_fail.vert
third_party/ncnn/glslang/Test/rayQuery-allOps.Error.rgen
third_party/ncnn/glslang/Test/rayQuery-allOps.comp
third_party/ncnn/glslang/Test/rayQuery-allOps.frag
third_party/ncnn/glslang/Test/rayQuery-allOps.rgen
third_party/ncnn/glslang/Test/rayQuery-committed.Error.rgen
third_party/ncnn/glslang/Test/rayQuery-global.rgen
third_party/ncnn/glslang/Test/rayQuery-initialization.Error.comp
third_party/ncnn/glslang/Test/rayQuery-initialize.rgen
third_party/ncnn/glslang/Test/rayQuery-no-cse.rgen
third_party/ncnn/glslang/Test/rayQuery-types.comp
third_party/ncnn/glslang/Test/rayQuery.rgen
third_party/ncnn/glslang/Test/recurse1.frag
third_party/ncnn/glslang/Test/recurse1.vert
third_party/ncnn/glslang/Test/recurse2.frag
third_party/ncnn/glslang/Test/reflection.frag
third_party/ncnn/glslang/Test/reflection.linked.frag
third_party/ncnn/glslang/Test/reflection.linked.vert
third_party/ncnn/glslang/Test/reflection.options.geom
third_party/ncnn/glslang/Test/reflection.options.vert
third_party/ncnn/glslang/Test/reflection.vert
third_party/ncnn/glslang/Test/remap.basic.dcefunc.frag
third_party/ncnn/glslang/Test/remap.basic.everything.frag
third_party/ncnn/glslang/Test/remap.basic.none.frag
third_party/ncnn/glslang/Test/remap.basic.strip.frag
third_party/ncnn/glslang/Test/remap.hlsl.sample.basic.everything.frag
third_party/ncnn/glslang/Test/remap.hlsl.sample.basic.none.frag
third_party/ncnn/glslang/Test/remap.hlsl.sample.basic.strip.frag
third_party/ncnn/glslang/Test/remap.hlsl.templatetypes.everything.frag
third_party/ncnn/glslang/Test/remap.hlsl.templatetypes.none.frag
third_party/ncnn/glslang/Test/remap.if.everything.frag
third_party/ncnn/glslang/Test/remap.if.none.frag
third_party/ncnn/glslang/Test/remap.invalid-spirv-1.spv
third_party/ncnn/glslang/Test/remap.invalid-spirv-2.spv
third_party/ncnn/glslang/Test/remap.literal64.everything.spv
third_party/ncnn/glslang/Test/remap.literal64.none.spv
third_party/ncnn/glslang/Test/remap.similar_1a.everything.frag
third_party/ncnn/glslang/Test/remap.similar_1a.none.frag
third_party/ncnn/glslang/Test/remap.similar_1b.everything.frag
third_party/ncnn/glslang/Test/remap.similar_1b.none.frag
third_party/ncnn/glslang/Test/remap.specconst.comp
third_party/ncnn/glslang/Test/remap.switch.everything.frag
third_party/ncnn/glslang/Test/remap.switch.none.frag
third_party/ncnn/glslang/Test/remap.uniformarray.everything.frag
third_party/ncnn/glslang/Test/remap.uniformarray.none.frag
third_party/ncnn/glslang/Test/runtests
third_party/ncnn/glslang/Test/runtimeArray.vert
third_party/ncnn/glslang/Test/sample.frag
third_party/ncnn/glslang/Test/sample.vert
third_party/ncnn/glslang/Test/samplerlessTextureFunctions.frag
third_party/ncnn/glslang/Test/simpleFunctionCall.frag
third_party/ncnn/glslang/Test/specExamples.frag
third_party/ncnn/glslang/Test/specExamples.vert
third_party/ncnn/glslang/Test/spv.1.3.8bitstorage-ssbo.vert
third_party/ncnn/glslang/Test/spv.1.3.8bitstorage-ubo.vert
third_party/ncnn/glslang/Test/spv.1.3.coopmat.comp
third_party/ncnn/glslang/Test/spv.1.4.LoopControl.frag
third_party/ncnn/glslang/Test/spv.1.4.NonWritable.frag
third_party/ncnn/glslang/Test/spv.1.4.OpCopyLogical.comp
third_party/ncnn/glslang/Test/spv.1.4.OpCopyLogical.funcall.frag
third_party/ncnn/glslang/Test/spv.1.4.OpCopyLogicalBool.comp
third_party/ncnn/glslang/Test/spv.1.4.OpEntryPoint.frag
third_party/ncnn/glslang/Test/spv.1.4.OpEntryPoint.opaqueParams.vert
third_party/ncnn/glslang/Test/spv.1.4.OpSelect.frag
third_party/ncnn/glslang/Test/spv.1.4.constructComposite.comp
third_party/ncnn/glslang/Test/spv.1.4.image.frag
third_party/ncnn/glslang/Test/spv.1.4.sparseTexture.frag
third_party/ncnn/glslang/Test/spv.1.4.texture.frag
third_party/ncnn/glslang/Test/spv.100ops.frag
third_party/ncnn/glslang/Test/spv.130.frag
third_party/ncnn/glslang/Test/spv.140.frag
third_party/ncnn/glslang/Test/spv.150.geom
third_party/ncnn/glslang/Test/spv.150.vert
third_party/ncnn/glslang/Test/spv.16bitstorage-int.frag
third_party/ncnn/glslang/Test/spv.16bitstorage-uint.frag
third_party/ncnn/glslang/Test/spv.16bitstorage.frag
third_party/ncnn/glslang/Test/spv.16bitstorage_Error-int.frag
third_party/ncnn/glslang/Test/spv.16bitstorage_Error-uint.frag
third_party/ncnn/glslang/Test/spv.16bitstorage_Error.frag
third_party/ncnn/glslang/Test/spv.16bitxfb.vert
third_party/ncnn/glslang/Test/spv.300BuiltIns.vert
third_party/ncnn/glslang/Test/spv.300layout.frag
third_party/ncnn/glslang/Test/spv.300layout.vert
third_party/ncnn/glslang/Test/spv.300layoutp.vert
third_party/ncnn/glslang/Test/spv.310.bitcast.frag
third_party/ncnn/glslang/Test/spv.310.comp
third_party/ncnn/glslang/Test/spv.320.meshShaderUserDefined.mesh
third_party/ncnn/glslang/Test/spv.330.geom
third_party/ncnn/glslang/Test/spv.400.frag
third_party/ncnn/glslang/Test/spv.400.tesc
third_party/ncnn/glslang/Test/spv.400.tese
third_party/ncnn/glslang/Test/spv.420.geom
third_party/ncnn/glslang/Test/spv.430.frag
third_party/ncnn/glslang/Test/spv.430.vert
third_party/ncnn/glslang/Test/spv.450.geom
third_party/ncnn/glslang/Test/spv.450.noRedecl.tesc
third_party/ncnn/glslang/Test/spv.450.tesc
third_party/ncnn/glslang/Test/spv.460.comp
third_party/ncnn/glslang/Test/spv.460.frag
third_party/ncnn/glslang/Test/spv.460.vert
third_party/ncnn/glslang/Test/spv.8bit-16bit-construction.frag
third_party/ncnn/glslang/Test/spv.8bitstorage-int.frag
third_party/ncnn/glslang/Test/spv.8bitstorage-ssbo.vert
third_party/ncnn/glslang/Test/spv.8bitstorage-ubo.vert
third_party/ncnn/glslang/Test/spv.8bitstorage-uint.frag
third_party/ncnn/glslang/Test/spv.8bitstorage_Error-int.frag
third_party/ncnn/glslang/Test/spv.8bitstorage_Error-uint.frag
third_party/ncnn/glslang/Test/spv.AnyHitShader.rahit
third_party/ncnn/glslang/Test/spv.AnyHitShader_Errors.rahit
third_party/ncnn/glslang/Test/spv.AofA.frag
third_party/ncnn/glslang/Test/spv.ClosestHitShader.rchit
third_party/ncnn/glslang/Test/spv.ClosestHitShader_Errors.rchit
third_party/ncnn/glslang/Test/spv.GeometryShaderPassthrough.geom
third_party/ncnn/glslang/Test/spv.IntersectShader.rint
third_party/ncnn/glslang/Test/spv.IntersectShader_Errors.rint
third_party/ncnn/glslang/Test/spv.MissShader.rmiss
third_party/ncnn/glslang/Test/spv.MissShader_Errors.rmiss
third_party/ncnn/glslang/Test/spv.OVR_multiview.vert
third_party/ncnn/glslang/Test/spv.Operations.frag
third_party/ncnn/glslang/Test/spv.RayCallable.rcall
third_party/ncnn/glslang/Test/spv.RayCallable_Errors.rcall
third_party/ncnn/glslang/Test/spv.RayConstants.rgen
third_party/ncnn/glslang/Test/spv.RayGenShader.rgen
third_party/ncnn/glslang/Test/spv.RayGenShader11.rgen
third_party/ncnn/glslang/Test/spv.RayGenShaderArray.rgen
third_party/ncnn/glslang/Test/spv.RayGenShader_Errors.rgen
third_party/ncnn/glslang/Test/spv.WorkgroupMemoryExplicitLayout.16BitAccess.comp
third_party/ncnn/glslang/Test/spv.WorkgroupMemoryExplicitLayout.8BitAccess.comp
third_party/ncnn/glslang/Test/spv.WorkgroupMemoryExplicitLayout.MixBlockNonBlock_Errors.comp
third_party/ncnn/glslang/Test/spv.WorkgroupMemoryExplicitLayout.MultiBlock.comp
third_party/ncnn/glslang/Test/spv.WorkgroupMemoryExplicitLayout.NonBlock.comp
third_party/ncnn/glslang/Test/spv.WorkgroupMemoryExplicitLayout.SingleBlock.comp
third_party/ncnn/glslang/Test/spv.WorkgroupMemoryExplicitLayout.scalar.comp
third_party/ncnn/glslang/Test/spv.WorkgroupMemoryExplicitLayout.std140.comp
third_party/ncnn/glslang/Test/spv.WorkgroupMemoryExplicitLayout.std430.comp
third_party/ncnn/glslang/Test/spv.accessChain.frag
third_party/ncnn/glslang/Test/spv.aggOps.frag
third_party/ncnn/glslang/Test/spv.always-discard.frag
third_party/ncnn/glslang/Test/spv.always-discard2.frag
third_party/ncnn/glslang/Test/spv.arbPostDepthCoverage.frag
third_party/ncnn/glslang/Test/spv.arbPostDepthCoverage_Error.frag
third_party/ncnn/glslang/Test/spv.atomic.comp
third_party/ncnn/glslang/Test/spv.atomicCounter.comp
third_party/ncnn/glslang/Test/spv.atomicFloat.comp
third_party/ncnn/glslang/Test/spv.atomicFloat_Error.comp
third_party/ncnn/glslang/Test/spv.atomicInt64.comp
third_party/ncnn/glslang/Test/spv.barrier.vert
third_party/ncnn/glslang/Test/spv.bitCast.frag
third_party/ncnn/glslang/Test/spv.bool.vert
third_party/ncnn/glslang/Test/spv.boolInBlock.frag
third_party/ncnn/glslang/Test/spv.branch-return.vert
third_party/ncnn/glslang/Test/spv.buffer.autoassign.frag
third_party/ncnn/glslang/Test/spv.bufferhandle1.frag
third_party/ncnn/glslang/Test/spv.bufferhandle10.frag
third_party/ncnn/glslang/Test/spv.bufferhandle11.frag
third_party/ncnn/glslang/Test/spv.bufferhandle12.frag
third_party/ncnn/glslang/Test/spv.bufferhandle13.frag
third_party/ncnn/glslang/Test/spv.bufferhandle14.frag
third_party/ncnn/glslang/Test/spv.bufferhandle15.frag
third_party/ncnn/glslang/Test/spv.bufferhandle16.frag
third_party/ncnn/glslang/Test/spv.bufferhandle17_Errors.frag
third_party/ncnn/glslang/Test/spv.bufferhandle18.frag
third_party/ncnn/glslang/Test/spv.bufferhandle19_Errors.frag
third_party/ncnn/glslang/Test/spv.bufferhandle2.frag
third_party/ncnn/glslang/Test/spv.bufferhandle3.frag
third_party/ncnn/glslang/Test/spv.bufferhandle4.frag
third_party/ncnn/glslang/Test/spv.bufferhandle5.frag
third_party/ncnn/glslang/Test/spv.bufferhandle6.frag
third_party/ncnn/glslang/Test/spv.bufferhandle7.frag
third_party/ncnn/glslang/Test/spv.bufferhandle8.frag
third_party/ncnn/glslang/Test/spv.bufferhandle9.frag
third_party/ncnn/glslang/Test/spv.bufferhandleUvec2.frag
third_party/ncnn/glslang/Test/spv.bufferhandle_Error.frag
third_party/ncnn/glslang/Test/spv.builtInXFB.vert
third_party/ncnn/glslang/Test/spv.builtin.PrimitiveShadingRateEXT.vert
third_party/ncnn/glslang/Test/spv.builtin.ShadingRateEXT.frag
third_party/ncnn/glslang/Test/spv.computeShaderDerivatives.comp
third_party/ncnn/glslang/Test/spv.computeShaderDerivatives2.comp
third_party/ncnn/glslang/Test/spv.conditionalDemote.frag
third_party/ncnn/glslang/Test/spv.conditionalDiscard.frag
third_party/ncnn/glslang/Test/spv.constConstruct.vert
third_party/ncnn/glslang/Test/spv.constStruct.vert
third_party/ncnn/glslang/Test/spv.constructComposite.comp
third_party/ncnn/glslang/Test/spv.controlFlowAttributes.frag
third_party/ncnn/glslang/Test/spv.conversion.frag
third_party/ncnn/glslang/Test/spv.coopmat.comp
third_party/ncnn/glslang/Test/spv.coopmat_Error.comp
third_party/ncnn/glslang/Test/spv.dataOut.frag
third_party/ncnn/glslang/Test/spv.dataOutIndirect.frag
third_party/ncnn/glslang/Test/spv.dataOutIndirect.vert
third_party/ncnn/glslang/Test/spv.dead-after-continue.vert
third_party/ncnn/glslang/Test/spv.dead-after-discard.frag
third_party/ncnn/glslang/Test/spv.dead-after-loop-break.vert
third_party/ncnn/glslang/Test/spv.dead-after-return.vert
third_party/ncnn/glslang/Test/spv.dead-after-switch-break.vert
third_party/ncnn/glslang/Test/spv.dead-complex-continue-after-return.vert
third_party/ncnn/glslang/Test/spv.dead-complex-merge-after-return.vert
third_party/ncnn/glslang/Test/spv.debugInfo.frag
third_party/ncnn/glslang/Test/spv.debugPrintf.frag
third_party/ncnn/glslang/Test/spv.debugPrintf_Error.frag
third_party/ncnn/glslang/Test/spv.deepRvalue.frag
third_party/ncnn/glslang/Test/spv.demoteDisabled.frag
third_party/ncnn/glslang/Test/spv.depthOut.frag
third_party/ncnn/glslang/Test/spv.deviceGroup.frag
third_party/ncnn/glslang/Test/spv.discard-dce.frag
third_party/ncnn/glslang/Test/spv.do-simple.vert
third_party/ncnn/glslang/Test/spv.do-while-continue-break.vert
third_party/ncnn/glslang/Test/spv.doWhileLoop.frag
third_party/ncnn/glslang/Test/spv.double.comp
third_party/ncnn/glslang/Test/spv.drawParams.vert
third_party/ncnn/glslang/Test/spv.earlyReturnDiscard.frag
third_party/ncnn/glslang/Test/spv.explicittypes.frag
third_party/ncnn/glslang/Test/spv.ext.AccelDecl.frag
third_party/ncnn/glslang/Test/spv.ext.AnyHitShader.rahit
third_party/ncnn/glslang/Test/spv.ext.AnyHitShader_Errors.rahit
third_party/ncnn/glslang/Test/spv.ext.ClosestHitShader.rchit
third_party/ncnn/glslang/Test/spv.ext.ClosestHitShader_Errors.rchit
third_party/ncnn/glslang/Test/spv.ext.ClosestHitShader_Subgroup.rchit
third_party/ncnn/glslang/Test/spv.ext.IntersectShader.rint
third_party/ncnn/glslang/Test/spv.ext.IntersectShader_Errors.rint
third_party/ncnn/glslang/Test/spv.ext.MissShader.rmiss
third_party/ncnn/glslang/Test/spv.ext.MissShader_Errors.rmiss
third_party/ncnn/glslang/Test/spv.ext.RayCallable.rcall
third_party/ncnn/glslang/Test/spv.ext.RayCallable_Errors.rcall
third_party/ncnn/glslang/Test/spv.ext.RayConstants.rgen
third_party/ncnn/glslang/Test/spv.ext.RayGenSBTlayout.rgen
third_party/ncnn/glslang/Test/spv.ext.RayGenSBTlayout140.rgen
third_party/ncnn/glslang/Test/spv.ext.RayGenSBTlayout430.rgen
third_party/ncnn/glslang/Test/spv.ext.RayGenSBTlayoutscalar.rgen
third_party/ncnn/glslang/Test/spv.ext.RayGenShader.rgen
third_party/ncnn/glslang/Test/spv.ext.RayGenShader11.rgen
third_party/ncnn/glslang/Test/spv.ext.RayGenShaderArray.rgen
third_party/ncnn/glslang/Test/spv.ext.RayGenShader_Errors.rgen
third_party/ncnn/glslang/Test/spv.ext.RayPrimCull_Errors.rgen
third_party/ncnn/glslang/Test/spv.ext.RayQueryDecl.frag
third_party/ncnn/glslang/Test/spv.ext.World3x4.rahit
third_party/ncnn/glslang/Test/spv.extPostDepthCoverage.frag
third_party/ncnn/glslang/Test/spv.extPostDepthCoverage_Error.frag
third_party/ncnn/glslang/Test/spv.float16.frag
third_party/ncnn/glslang/Test/spv.float16Fetch.frag
third_party/ncnn/glslang/Test/spv.float16convertonlyarith.comp
third_party/ncnn/glslang/Test/spv.float16convertonlystorage.comp
third_party/ncnn/glslang/Test/spv.float32.frag
third_party/ncnn/glslang/Test/spv.float64.frag
third_party/ncnn/glslang/Test/spv.flowControl.frag
third_party/ncnn/glslang/Test/spv.for-complex-condition.vert
third_party/ncnn/glslang/Test/spv.for-continue-break.vert
third_party/ncnn/glslang/Test/spv.for-nobody.vert
third_party/ncnn/glslang/Test/spv.for-notest.vert
third_party/ncnn/glslang/Test/spv.for-simple.vert
third_party/ncnn/glslang/Test/spv.forLoop.frag
third_party/ncnn/glslang/Test/spv.forwardFun.frag
third_party/ncnn/glslang/Test/spv.fragmentDensity-es.frag
third_party/ncnn/glslang/Test/spv.fragmentDensity-neg.frag
third_party/ncnn/glslang/Test/spv.fragmentDensity.frag
third_party/ncnn/glslang/Test/spv.fragmentDensity.vert
third_party/ncnn/glslang/Test/spv.fragmentShaderBarycentric.frag
third_party/ncnn/glslang/Test/spv.fragmentShaderBarycentric2.frag
third_party/ncnn/glslang/Test/spv.fsi.frag
third_party/ncnn/glslang/Test/spv.fsi_Error.frag
third_party/ncnn/glslang/Test/spv.fullyCovered.frag
third_party/ncnn/glslang/Test/spv.functionCall.frag
third_party/ncnn/glslang/Test/spv.functionNestedOpaque.vert
third_party/ncnn/glslang/Test/spv.functionParameterTypes.frag
third_party/ncnn/glslang/Test/spv.functionSemantics.frag
third_party/ncnn/glslang/Test/spv.glFragColor.frag
third_party/ncnn/glslang/Test/spv.glsl.register.autoassign.frag
third_party/ncnn/glslang/Test/spv.glsl.register.noautoassign.frag
third_party/ncnn/glslang/Test/spv.hlslDebugInfo.vert
third_party/ncnn/glslang/Test/spv.hlslOffsets.vert
third_party/ncnn/glslang/Test/spv.image.frag
third_party/ncnn/glslang/Test/spv.image.load-formatted.frag
third_party/ncnn/glslang/Test/spv.imageAtomic64.frag
third_party/ncnn/glslang/Test/spv.imageLoadStoreLod.frag
third_party/ncnn/glslang/Test/spv.int16.amd.frag
third_party/ncnn/glslang/Test/spv.int16.frag
third_party/ncnn/glslang/Test/spv.int32.frag
third_party/ncnn/glslang/Test/spv.int64.frag
third_party/ncnn/glslang/Test/spv.int8.frag
third_party/ncnn/glslang/Test/spv.intOps.vert
third_party/ncnn/glslang/Test/spv.intcoopmat.comp
third_party/ncnn/glslang/Test/spv.interpOps.frag
third_party/ncnn/glslang/Test/spv.layer.tese
third_party/ncnn/glslang/Test/spv.layoutNested.vert
third_party/ncnn/glslang/Test/spv.length.frag
third_party/ncnn/glslang/Test/spv.localAggregates.frag
third_party/ncnn/glslang/Test/spv.loops.frag
third_party/ncnn/glslang/Test/spv.loopsArtificial.frag
third_party/ncnn/glslang/Test/spv.looseUniformNoLoc.vert
third_party/ncnn/glslang/Test/spv.matFun.vert
third_party/ncnn/glslang/Test/spv.matrix.frag
third_party/ncnn/glslang/Test/spv.matrix2.frag
third_party/ncnn/glslang/Test/spv.memoryQualifier.frag
third_party/ncnn/glslang/Test/spv.memoryScopeSemantics.comp
third_party/ncnn/glslang/Test/spv.memoryScopeSemantics_Error.comp
third_party/ncnn/glslang/Test/spv.merge-unreachable.frag
third_party/ncnn/glslang/Test/spv.meshShaderBuiltins.mesh
third_party/ncnn/glslang/Test/spv.meshShaderPerViewBuiltins.mesh
third_party/ncnn/glslang/Test/spv.meshShaderPerViewUserDefined.mesh
third_party/ncnn/glslang/Test/spv.meshShaderPerView_Errors.mesh
third_party/ncnn/glslang/Test/spv.meshShaderRedeclBuiltins.mesh
third_party/ncnn/glslang/Test/spv.meshShaderRedeclPerViewBuiltins.mesh
third_party/ncnn/glslang/Test/spv.meshShaderSharedMem.mesh
third_party/ncnn/glslang/Test/spv.meshShaderTaskMem.mesh
third_party/ncnn/glslang/Test/spv.meshShaderUserDefined.mesh
third_party/ncnn/glslang/Test/spv.meshTaskShader.task
third_party/ncnn/glslang/Test/spv.multiStruct.comp
third_party/ncnn/glslang/Test/spv.multiStructFuncall.frag
third_party/ncnn/glslang/Test/spv.multiView.frag
third_party/ncnn/glslang/Test/spv.multiviewPerViewAttributes.tesc
third_party/ncnn/glslang/Test/spv.multiviewPerViewAttributes.vert
third_party/ncnn/glslang/Test/spv.newTexture.frag
third_party/ncnn/glslang/Test/spv.noBuiltInLoc.vert
third_party/ncnn/glslang/Test/spv.noDeadDecorations.vert
third_party/ncnn/glslang/Test/spv.noLocation.vert
third_party/ncnn/glslang/Test/spv.noWorkgroup.comp
third_party/ncnn/glslang/Test/spv.nonSquare.vert
third_party/ncnn/glslang/Test/spv.nonuniform.frag
third_party/ncnn/glslang/Test/spv.nonuniform2.frag
third_party/ncnn/glslang/Test/spv.nonuniform3.frag
third_party/ncnn/glslang/Test/spv.nonuniform4.frag
third_party/ncnn/glslang/Test/spv.nonuniform5.frag
third_party/ncnn/glslang/Test/spv.nullInit.comp
third_party/ncnn/glslang/Test/spv.offsets.frag
third_party/ncnn/glslang/Test/spv.paramMemory.420.frag
third_party/ncnn/glslang/Test/spv.paramMemory.frag
third_party/ncnn/glslang/Test/spv.perprimitiveNV.frag
third_party/ncnn/glslang/Test/spv.pp.line.frag
third_party/ncnn/glslang/Test/spv.precise.tesc
third_party/ncnn/glslang/Test/spv.precise.tese
third_party/ncnn/glslang/Test/spv.precision.frag
third_party/ncnn/glslang/Test/spv.precisionArgs.frag
third_party/ncnn/glslang/Test/spv.precisionNonESSamp.frag
third_party/ncnn/glslang/Test/spv.precisionTexture.frag
third_party/ncnn/glslang/Test/spv.prepost.frag
third_party/ncnn/glslang/Test/spv.privateVariableTypes.frag
third_party/ncnn/glslang/Test/spv.pushConstant.vert
third_party/ncnn/glslang/Test/spv.pushConstantAnon.vert
third_party/ncnn/glslang/Test/spv.qualifiers.vert
third_party/ncnn/glslang/Test/spv.queryL.frag
third_party/ncnn/glslang/Test/spv.queueFamilyScope.comp
third_party/ncnn/glslang/Test/spv.rankShift.comp
third_party/ncnn/glslang/Test/spv.register.autoassign-2.frag
third_party/ncnn/glslang/Test/spv.register.autoassign.frag
third_party/ncnn/glslang/Test/spv.register.autoassign.rangetest.frag
third_party/ncnn/glslang/Test/spv.register.noautoassign.frag
third_party/ncnn/glslang/Test/spv.register.subpass.frag
third_party/ncnn/glslang/Test/spv.rw.autoassign.frag
third_party/ncnn/glslang/Test/spv.sample.frag
third_party/ncnn/glslang/Test/spv.sampleId.frag
third_party/ncnn/glslang/Test/spv.sampleMaskOverrideCoverage.frag
third_party/ncnn/glslang/Test/spv.samplePosition.frag
third_party/ncnn/glslang/Test/spv.samplerlessTextureFunctions.frag
third_party/ncnn/glslang/Test/spv.scalarlayout.frag
third_party/ncnn/glslang/Test/spv.scalarlayoutfloat16.frag
third_party/ncnn/glslang/Test/spv.separate.frag
third_party/ncnn/glslang/Test/spv.set.vert
third_party/ncnn/glslang/Test/spv.shaderBallot.comp
third_party/ncnn/glslang/Test/spv.shaderBallotAMD.comp
third_party/ncnn/glslang/Test/spv.shaderDrawParams.vert
third_party/ncnn/glslang/Test/spv.shaderFragMaskAMD.frag
third_party/ncnn/glslang/Test/spv.shaderGroupVote.comp
third_party/ncnn/glslang/Test/spv.shaderImageFootprint.frag
third_party/ncnn/glslang/Test/spv.shaderStencilExport.frag
third_party/ncnn/glslang/Test/spv.shadingRate.frag
third_party/ncnn/glslang/Test/spv.shiftOps.frag
third_party/ncnn/glslang/Test/spv.shortCircuit.frag
third_party/ncnn/glslang/Test/spv.simpleFunctionCall.frag
third_party/ncnn/glslang/Test/spv.simpleMat.vert
third_party/ncnn/glslang/Test/spv.smBuiltins.frag
third_party/ncnn/glslang/Test/spv.smBuiltins.vert
third_party/ncnn/glslang/Test/spv.sparseTexture.frag
third_party/ncnn/glslang/Test/spv.sparseTextureClamp.frag
third_party/ncnn/glslang/Test/spv.specConst.vert
third_party/ncnn/glslang/Test/spv.specConstArrayCheck.vert
third_party/ncnn/glslang/Test/spv.specConstant.comp
third_party/ncnn/glslang/Test/spv.specConstant.float16.comp
third_party/ncnn/glslang/Test/spv.specConstant.int16.comp
third_party/ncnn/glslang/Test/spv.specConstant.int8.comp
third_party/ncnn/glslang/Test/spv.specConstant.vert
third_party/ncnn/glslang/Test/spv.specConstantComposite.vert
third_party/ncnn/glslang/Test/spv.specConstantOperations.vert
third_party/ncnn/glslang/Test/spv.specTexture.frag
third_party/ncnn/glslang/Test/spv.ssbo.autoassign.frag
third_party/ncnn/glslang/Test/spv.ssboAlias.frag
third_party/ncnn/glslang/Test/spv.stereoViewRendering.tesc
third_party/ncnn/glslang/Test/spv.stereoViewRendering.vert
third_party/ncnn/glslang/Test/spv.storageBuffer.vert
third_party/ncnn/glslang/Test/spv.structAssignment.frag
third_party/ncnn/glslang/Test/spv.structDeref.frag
third_party/ncnn/glslang/Test/spv.structure.frag
third_party/ncnn/glslang/Test/spv.subgroup.frag
third_party/ncnn/glslang/Test/spv.subgroup.geom
third_party/ncnn/glslang/Test/spv.subgroup.tesc
third_party/ncnn/glslang/Test/spv.subgroup.tese
third_party/ncnn/glslang/Test/spv.subgroup.vert
third_party/ncnn/glslang/Test/spv.subgroupArithmetic.comp
third_party/ncnn/glslang/Test/spv.subgroupBallot.comp
third_party/ncnn/glslang/Test/spv.subgroupBallotNeg.comp
third_party/ncnn/glslang/Test/spv.subgroupBasic.comp
third_party/ncnn/glslang/Test/spv.subgroupClustered.comp
third_party/ncnn/glslang/Test/spv.subgroupClusteredNeg.comp
third_party/ncnn/glslang/Test/spv.subgroupExtendedTypesArithmetic.comp
third_party/ncnn/glslang/Test/spv.subgroupExtendedTypesArithmeticNeg.comp
third_party/ncnn/glslang/Test/spv.subgroupExtendedTypesBallot.comp
third_party/ncnn/glslang/Test/spv.subgroupExtendedTypesBallotNeg.comp
third_party/ncnn/glslang/Test/spv.subgroupExtendedTypesClustered.comp
third_party/ncnn/glslang/Test/spv.subgroupExtendedTypesClusteredNeg.comp
third_party/ncnn/glslang/Test/spv.subgroupExtendedTypesPartitioned.comp
third_party/ncnn/glslang/Test/spv.subgroupExtendedTypesPartitionedNeg.comp
third_party/ncnn/glslang/Test/spv.subgroupExtendedTypesQuad.comp
third_party/ncnn/glslang/Test/spv.subgroupExtendedTypesQuadNeg.comp
third_party/ncnn/glslang/Test/spv.subgroupExtendedTypesShuffle.comp
third_party/ncnn/glslang/Test/spv.subgroupExtendedTypesShuffleNeg.comp
third_party/ncnn/glslang/Test/spv.subgroupExtendedTypesShuffleRelative.comp
third_party/ncnn/glslang/Test/spv.subgroupExtendedTypesShuffleRelativeNeg.comp
third_party/ncnn/glslang/Test/spv.subgroupExtendedTypesVote.comp
third_party/ncnn/glslang/Test/spv.subgroupExtendedTypesVoteNeg.comp
third_party/ncnn/glslang/Test/spv.subgroupPartitioned.comp
third_party/ncnn/glslang/Test/spv.subgroupQuad.comp
third_party/ncnn/glslang/Test/spv.subgroupShuffle.comp
third_party/ncnn/glslang/Test/spv.subgroupShuffleRelative.comp
third_party/ncnn/glslang/Test/spv.subgroupVote.comp
third_party/ncnn/glslang/Test/spv.subpass.frag
third_party/ncnn/glslang/Test/spv.switch.frag
third_party/ncnn/glslang/Test/spv.swizzle.frag
third_party/ncnn/glslang/Test/spv.swizzleInversion.frag
third_party/ncnn/glslang/Test/spv.targetOpenGL.vert
third_party/ncnn/glslang/Test/spv.targetVulkan.vert
third_party/ncnn/glslang/Test/spv.terminate.frag
third_party/ncnn/glslang/Test/spv.test.frag
third_party/ncnn/glslang/Test/spv.test.vert
third_party/ncnn/glslang/Test/spv.texture.frag
third_party/ncnn/glslang/Test/spv.texture.sampler.transform.frag
third_party/ncnn/glslang/Test/spv.texture.vert
third_party/ncnn/glslang/Test/spv.textureBuffer.vert
third_party/ncnn/glslang/Test/spv.textureGatherBiasLod.frag
third_party/ncnn/glslang/Test/spv.types.frag
third_party/ncnn/glslang/Test/spv.uint.frag
third_party/ncnn/glslang/Test/spv.uniformArray.frag
third_party/ncnn/glslang/Test/spv.uniformInitializer.frag
third_party/ncnn/glslang/Test/spv.uniformInitializerSpecConstant.frag
third_party/ncnn/glslang/Test/spv.uniformInitializerStruct.frag
third_party/ncnn/glslang/Test/spv.unit1.frag
third_party/ncnn/glslang/Test/spv.unit2.frag
third_party/ncnn/glslang/Test/spv.unit3.frag
third_party/ncnn/glslang/Test/spv.variableArrayIndex.frag
third_party/ncnn/glslang/Test/spv.varyingArray.frag
third_party/ncnn/glslang/Test/spv.varyingArrayIndirect.frag
third_party/ncnn/glslang/Test/spv.vecMatConstruct.frag
third_party/ncnn/glslang/Test/spv.viewportArray2.tesc
third_party/ncnn/glslang/Test/spv.viewportArray2.vert
third_party/ncnn/glslang/Test/spv.viewportindex.tese
third_party/ncnn/glslang/Test/spv.voidFunction.frag
third_party/ncnn/glslang/Test/spv.volatileAtomic.comp
third_party/ncnn/glslang/Test/spv.vulkan100.subgroupArithmetic.comp
third_party/ncnn/glslang/Test/spv.vulkan100.subgroupPartitioned.comp
third_party/ncnn/glslang/Test/spv.vulkan110.int16.frag
third_party/ncnn/glslang/Test/spv.vulkan110.storageBuffer.vert
third_party/ncnn/glslang/Test/spv.while-continue-break.vert
third_party/ncnn/glslang/Test/spv.while-simple.vert
third_party/ncnn/glslang/Test/spv.whileLoop.frag
third_party/ncnn/glslang/Test/spv.xfb.vert
third_party/ncnn/glslang/Test/spv.xfb2.vert
third_party/ncnn/glslang/Test/spv.xfb3.vert
third_party/ncnn/glslang/Test/spv.xfbOffsetOnBlockMembersAssignment.vert
third_party/ncnn/glslang/Test/spv.xfbOffsetOnStructMembersAssignment.vert
third_party/ncnn/glslang/Test/spv.xfbOverlapOffsetCheckWithBlockAndMember.vert
third_party/ncnn/glslang/Test/spv.xfbStrideJustOnce.vert
third_party/ncnn/glslang/Test/stringToDouble.vert
third_party/ncnn/glslang/Test/structAssignment.frag
third_party/ncnn/glslang/Test/structDeref.frag
third_party/ncnn/glslang/Test/structure.frag
third_party/ncnn/glslang/Test/switch.frag
third_party/ncnn/glslang/Test/swizzle.frag
third_party/ncnn/glslang/Test/syntaxError.frag
third_party/ncnn/glslang/Test/terminate.frag
third_party/ncnn/glslang/Test/terminate.vert
third_party/ncnn/glslang/Test/test.frag
third_party/ncnn/glslang/Test/texture.frag
third_party/ncnn/glslang/Test/tokenLength.vert
third_party/ncnn/glslang/Test/tokenPaste.vert
third_party/ncnn/glslang/Test/types.frag
third_party/ncnn/glslang/Test/uint.frag
third_party/ncnn/glslang/Test/uniformArray.frag
third_party/ncnn/glslang/Test/validate-shaders.sh
third_party/ncnn/glslang/Test/variableArrayIndex.frag
third_party/ncnn/glslang/Test/varyingArray.frag
third_party/ncnn/glslang/Test/varyingArrayIndirect.frag
third_party/ncnn/glslang/Test/versionsClean.frag
third_party/ncnn/glslang/Test/versionsClean.vert
third_party/ncnn/glslang/Test/versionsErrors.frag
third_party/ncnn/glslang/Test/versionsErrors.vert
third_party/ncnn/glslang/Test/voidFunction.frag
third_party/ncnn/glslang/Test/vulkan.ast.vert
third_party/ncnn/glslang/Test/vulkan.comp
third_party/ncnn/glslang/Test/vulkan.frag
third_party/ncnn/glslang/Test/vulkan.vert
third_party/ncnn/glslang/Test/web.array.frag
third_party/ncnn/glslang/Test/web.basic.vert
third_party/ncnn/glslang/Test/web.builtins.frag
third_party/ncnn/glslang/Test/web.builtins.vert
third_party/ncnn/glslang/Test/web.comp
third_party/ncnn/glslang/Test/web.controlFlow.frag
third_party/ncnn/glslang/Test/web.operations.frag
third_party/ncnn/glslang/Test/web.runtests
third_party/ncnn/glslang/Test/web.separate.frag
third_party/ncnn/glslang/Test/web.testlist
third_party/ncnn/glslang/Test/web.texture.frag
third_party/ncnn/glslang/Test/whileLoop.frag
third_party/ncnn/glslang/Test/xfbUnsizedArray.error.vert
third_party/ncnn/glslang/Test/baseResults/compoundsuffix.frag.hlsl
third_party/ncnn/glslang/Test/baseResults/compoundsuffix.vert.glsl
third_party/ncnn/glslang/Test/baseResults/hlsl.pp.expand.frag.err
third_party/ncnn/glslang/Test/baseResults/preprocessor.bad_arg.vert.err
third_party/ncnn/glslang/Test/baseResults/preprocessor.cpp_style___FILE__.vert.err
third_party/ncnn/glslang/Test/baseResults/preprocessor.cpp_style_line_directive.vert.err
third_party/ncnn/glslang/Test/baseResults/preprocessor.defined.vert.err
third_party/ncnn/glslang/Test/baseResults/preprocessor.edge_cases.vert.err
third_party/ncnn/glslang/Test/baseResults/preprocessor.eof_missing.vert.err
third_party/ncnn/glslang/Test/baseResults/preprocessor.errors.vert.err
third_party/ncnn/glslang/Test/baseResults/preprocessor.extensions.vert.err
third_party/ncnn/glslang/Test/baseResults/preprocessor.function_macro.vert.err
third_party/ncnn/glslang/Test/baseResults/preprocessor.include.disabled.vert.err
third_party/ncnn/glslang/Test/baseResults/preprocessor.include.enabled.vert.err
third_party/ncnn/glslang/Test/baseResults/preprocessor.line.frag.err
third_party/ncnn/glslang/Test/baseResults/preprocessor.line.vert.err
third_party/ncnn/glslang/Test/baseResults/preprocessor.many.endif.vert.err
third_party/ncnn/glslang/Test/baseResults/preprocessor.pragma.vert.err
third_party/ncnn/glslang/Test/baseResults/preprocessor.simple.vert.err
third_party/ncnn/glslang/Test/baseResults/preprocessor.success_if_parse_would_fail.vert.err
third_party/ncnn/glslang/Test/baseResults/size
third_party/ncnn/glslang/Test/baseResults/test.conf
third_party/ncnn/glslang/Test/inc1/badInc.h
third_party/ncnn/glslang/Test/inc1/bar.h
third_party/ncnn/glslang/Test/inc1/foo.h
third_party/ncnn/glslang/Test/inc1/path1/bar.h
third_party/ncnn/glslang/Test/inc1/path1/local.h
third_party/ncnn/glslang/Test/inc1/path1/notHere.h
third_party/ncnn/glslang/Test/inc1/path2/bar.h
third_party/ncnn/glslang/Test/inc1/path2/notHere.h
third_party/ncnn/glslang/Test/inc1/path2/remote.h
third_party/ncnn/glslang/Test/inc2/bar.h
third_party/ncnn/glslang/Test/inc2/foo.h
third_party/ncnn/glslang/glslang/CMakeLists.txt
third_party/ncnn/glslang/glslang/updateGrammar
third_party/ncnn/glslang/glslang/CInterface/glslang_c_interface.cpp
third_party/ncnn/glslang/glslang/GenericCodeGen/CodeGen.cpp
third_party/ncnn/glslang/glslang/GenericCodeGen/Link.cpp
third_party/ncnn/glslang/glslang/HLSL/hlslAttributes.cpp
third_party/ncnn/glslang/glslang/HLSL/hlslAttributes.h
third_party/ncnn/glslang/glslang/HLSL/hlslGrammar.cpp
third_party/ncnn/glslang/glslang/HLSL/hlslGrammar.h
third_party/ncnn/glslang/glslang/HLSL/hlslOpMap.cpp
third_party/ncnn/glslang/glslang/HLSL/hlslOpMap.h
third_party/ncnn/glslang/glslang/HLSL/hlslParseHelper.cpp
third_party/ncnn/glslang/glslang/HLSL/hlslParseHelper.h
third_party/ncnn/glslang/glslang/HLSL/hlslParseables.cpp
third_party/ncnn/glslang/glslang/HLSL/hlslParseables.h
third_party/ncnn/glslang/glslang/HLSL/hlslScanContext.cpp
third_party/ncnn/glslang/glslang/HLSL/hlslScanContext.h
third_party/ncnn/glslang/glslang/HLSL/hlslTokenStream.cpp
third_party/ncnn/glslang/glslang/HLSL/hlslTokenStream.h
third_party/ncnn/glslang/glslang/HLSL/hlslTokens.h
third_party/ncnn/glslang/glslang/HLSL/pch.h
third_party/ncnn/glslang/glslang/Include/BaseTypes.h
third_party/ncnn/glslang/glslang/Include/Common.h
third_party/ncnn/glslang/glslang/Include/ConstantUnion.h
third_party/ncnn/glslang/glslang/Include/InfoSink.h
third_party/ncnn/glslang/glslang/Include/InitializeGlobals.h
third_party/ncnn/glslang/glslang/Include/PoolAlloc.h
third_party/ncnn/glslang/glslang/Include/ResourceLimits.h
third_party/ncnn/glslang/glslang/Include/ShHandle.h
third_party/ncnn/glslang/glslang/Include/Types.h
third_party/ncnn/glslang/glslang/Include/arrays.h
third_party/ncnn/glslang/glslang/Include/glslang_c_interface.h
third_party/ncnn/glslang/glslang/Include/glslang_c_shader_types.h
third_party/ncnn/glslang/glslang/Include/intermediate.h
third_party/ncnn/glslang/glslang/MachineIndependent/Constant.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/InfoSink.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/Initialize.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/Initialize.h
third_party/ncnn/glslang/glslang/MachineIndependent/IntermTraverse.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/Intermediate.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/LiveTraverser.h
third_party/ncnn/glslang/glslang/MachineIndependent/ParseContextBase.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/ParseHelper.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/ParseHelper.h
third_party/ncnn/glslang/glslang/MachineIndependent/PoolAlloc.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/RemoveTree.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/RemoveTree.h
third_party/ncnn/glslang/glslang/MachineIndependent/Scan.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/Scan.h
third_party/ncnn/glslang/glslang/MachineIndependent/ScanContext.h
third_party/ncnn/glslang/glslang/MachineIndependent/ShaderLang.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/SymbolTable.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/SymbolTable.h
third_party/ncnn/glslang/glslang/MachineIndependent/Versions.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/Versions.h
third_party/ncnn/glslang/glslang/MachineIndependent/attribute.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/attribute.h
third_party/ncnn/glslang/glslang/MachineIndependent/gl_types.h
third_party/ncnn/glslang/glslang/MachineIndependent/glslang.m4
third_party/ncnn/glslang/glslang/MachineIndependent/glslang.y
third_party/ncnn/glslang/glslang/MachineIndependent/glslang_tab.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/glslang_tab.cpp.h
third_party/ncnn/glslang/glslang/MachineIndependent/intermOut.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/iomapper.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/iomapper.h
third_party/ncnn/glslang/glslang/MachineIndependent/limits.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/linkValidate.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/localintermediate.h
third_party/ncnn/glslang/glslang/MachineIndependent/parseConst.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/parseVersions.h
third_party/ncnn/glslang/glslang/MachineIndependent/pch.h
third_party/ncnn/glslang/glslang/MachineIndependent/propagateNoContraction.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/propagateNoContraction.h
third_party/ncnn/glslang/glslang/MachineIndependent/reflection.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/reflection.h
third_party/ncnn/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/preprocessor/PpAtom.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/preprocessor/PpContext.h
third_party/ncnn/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp
third_party/ncnn/glslang/glslang/MachineIndependent/preprocessor/PpTokens.h
third_party/ncnn/glslang/glslang/OSDependent/osinclude.h
third_party/ncnn/glslang/glslang/OSDependent/Unix/CMakeLists.txt
third_party/ncnn/glslang/glslang/OSDependent/Unix/ossource.cpp
third_party/ncnn/glslang/glslang/OSDependent/Web/CMakeLists.txt
third_party/ncnn/glslang/glslang/OSDependent/Web/glslang.after.js
third_party/ncnn/glslang/glslang/OSDependent/Web/glslang.js.cpp
third_party/ncnn/glslang/glslang/OSDependent/Web/glslang.pre.js
third_party/ncnn/glslang/glslang/OSDependent/Windows/CMakeLists.txt
third_party/ncnn/glslang/glslang/OSDependent/Windows/main.cpp
third_party/ncnn/glslang/glslang/OSDependent/Windows/ossource.cpp
third_party/ncnn/glslang/glslang/Public/ShaderLang.h
third_party/ncnn/glslang/gtests/AST.FromFile.cpp
third_party/ncnn/glslang/gtests/BuiltInResource.FromFile.cpp
third_party/ncnn/glslang/gtests/CMakeLists.txt
third_party/ncnn/glslang/gtests/Config.FromFile.cpp
third_party/ncnn/glslang/gtests/HexFloat.cpp
third_party/ncnn/glslang/gtests/Hlsl.FromFile.cpp
third_party/ncnn/glslang/gtests/Initializer.h
third_party/ncnn/glslang/gtests/Link.FromFile.Vk.cpp
third_party/ncnn/glslang/gtests/Link.FromFile.cpp
third_party/ncnn/glslang/gtests/Pp.FromFile.cpp
third_party/ncnn/glslang/gtests/README.md
third_party/ncnn/glslang/gtests/Remap.FromFile.cpp
third_party/ncnn/glslang/gtests/Settings.cpp
third_party/ncnn/glslang/gtests/Settings.h
third_party/ncnn/glslang/gtests/Spv.FromFile.cpp
third_party/ncnn/glslang/gtests/TestFixture.cpp
third_party/ncnn/glslang/gtests/TestFixture.h
third_party/ncnn/glslang/gtests/main.cpp
third_party/ncnn/glslang/gtests/pch.h
third_party/ncnn/glslang/hlsl/CMakeLists.txt
third_party/ncnn/glslang/hlsl/stub.cpp
third_party/ncnn/glslang/kokoro/android-ndk-build/build-docker.sh
third_party/ncnn/glslang/kokoro/android-ndk-build/build.sh
third_party/ncnn/glslang/kokoro/android-ndk-build/continuous.cfg
third_party/ncnn/glslang/kokoro/android-ndk-build/presubmit.cfg
third_party/ncnn/glslang/kokoro/license-check/build-docker.sh
third_party/ncnn/glslang/kokoro/license-check/build.sh
third_party/ncnn/glslang/kokoro/license-check/continuous.cfg
third_party/ncnn/glslang/kokoro/license-check/presubmit.cfg
third_party/ncnn/glslang/kokoro/linux-clang-cmake/build-docker.sh
third_party/ncnn/glslang/kokoro/linux-clang-cmake/build.sh
third_party/ncnn/glslang/kokoro/linux-clang-cmake/shared/continuous.cfg
third_party/ncnn/glslang/kokoro/linux-clang-cmake/shared/presubmit.cfg
third_party/ncnn/glslang/kokoro/linux-clang-cmake/static/continuous.cfg
third_party/ncnn/glslang/kokoro/linux-clang-cmake/static/presubmit.cfg
third_party/ncnn/glslang/kokoro/linux-clang-gn/build-docker.sh
third_party/ncnn/glslang/kokoro/linux-clang-gn/build.sh
third_party/ncnn/glslang/kokoro/linux-clang-gn/continuous.cfg
third_party/ncnn/glslang/kokoro/linux-clang-gn/presubmit.cfg
third_party/ncnn/glslang/kokoro/linux-clang-release-bazel/build.sh
third_party/ncnn/glslang/kokoro/linux-clang-release-bazel/continuous.cfg
third_party/ncnn/glslang/kokoro/linux-clang-release-bazel/presubmit.cfg
third_party/ncnn/glslang/kokoro/linux-gcc-cmake/build-docker.sh
third_party/ncnn/glslang/kokoro/linux-gcc-cmake/build.sh
third_party/ncnn/glslang/kokoro/linux-gcc-cmake/shared/continuous.cfg
third_party/ncnn/glslang/kokoro/linux-gcc-cmake/shared/presubmit.cfg
third_party/ncnn/glslang/kokoro/linux-gcc-cmake/static/continuous.cfg
third_party/ncnn/glslang/kokoro/linux-gcc-cmake/static/presubmit.cfg
third_party/ncnn/glslang/kokoro/macos-clang-release-bazel/build.sh
third_party/ncnn/glslang/kokoro/macos-clang-release-bazel/continuous.cfg
third_party/ncnn/glslang/kokoro/macos-clang-release-bazel/presubmit.cfg
third_party/ncnn/glslang/kokoro/windows-msvc-2015-release-bazel/build.bat
third_party/ncnn/glslang/kokoro/windows-msvc-2015-release-bazel/continuous.cfg
third_party/ncnn/glslang/kokoro/windows-msvc-2015-release-bazel/presubmit.cfg
third_party/ncnn/glslang/ndk_test/Android.mk
third_party/ncnn/glslang/ndk_test/test.cpp
third_party/ncnn/glslang/ndk_test/jni/Application.mk
third_party/ncnn/images/128-ncnn.png
third_party/ncnn/images/16-ncnn.png
third_party/ncnn/images/256-ncnn.png
third_party/ncnn/images/32-ncnn.png
third_party/ncnn/images/64-ncnn.png
third_party/ncnn/python/CMakeLists.txt
third_party/ncnn/python/README.md
third_party/ncnn/python/requirements.txt
third_party/ncnn/python/setup.py.i
third_party/ncnn/python/examples/fasterrcnn.py
third_party/ncnn/python/examples/mobilenetssd.py
third_party/ncnn/python/examples/mobilenetv2ssdlite.py
third_party/ncnn/python/examples/mobilenetv3ssdlite.py
third_party/ncnn/python/examples/model_zoo.py
third_party/ncnn/python/examples/nanodet.py
third_party/ncnn/python/examples/peleenetssd.py
third_party/ncnn/python/examples/retinaface.py
third_party/ncnn/python/examples/rfcn.py
third_party/ncnn/python/examples/shufflenetv2.py
third_party/ncnn/python/examples/simplepose.py
third_party/ncnn/python/examples/squeezenet.py
third_party/ncnn/python/examples/squeezenetssd.py
third_party/ncnn/python/examples/yolact.py
third_party/ncnn/python/examples/yolov2.py
third_party/ncnn/python/examples/yolov3.py
third_party/ncnn/python/examples/yolov4.py
third_party/ncnn/python/examples/yolov5.py
third_party/ncnn/python/ncnn/__init__.py
third_party/ncnn/python/ncnn/model_zoo/__init__.py
third_party/ncnn/python/ncnn/model_zoo/fasterrcnn.py
third_party/ncnn/python/ncnn/model_zoo/mobilenetssd.py
third_party/ncnn/python/ncnn/model_zoo/mobilenetv2ssdlite.py
third_party/ncnn/python/ncnn/model_zoo/mobilenetv3ssdlite.py
third_party/ncnn/python/ncnn/model_zoo/model_store.py
third_party/ncnn/python/ncnn/model_zoo/model_zoo.py
third_party/ncnn/python/ncnn/model_zoo/nanodet.py
third_party/ncnn/python/ncnn/model_zoo/peleenetssd.py
third_party/ncnn/python/ncnn/model_zoo/retinaface.py
third_party/ncnn/python/ncnn/model_zoo/rfcn.py
third_party/ncnn/python/ncnn/model_zoo/shufflenetv2.py
third_party/ncnn/python/ncnn/model_zoo/simplepose.py
third_party/ncnn/python/ncnn/model_zoo/squeezenet.py
third_party/ncnn/python/ncnn/model_zoo/squeezenetssd.py
third_party/ncnn/python/ncnn/model_zoo/yolact.py
third_party/ncnn/python/ncnn/model_zoo/yolov2.py
third_party/ncnn/python/ncnn/model_zoo/yolov3.py
third_party/ncnn/python/ncnn/model_zoo/yolov4.py
third_party/ncnn/python/ncnn/model_zoo/yolov5.py
third_party/ncnn/python/ncnn/utils/__init__.py
third_party/ncnn/python/ncnn/utils/download.py
third_party/ncnn/python/ncnn/utils/functional.py
third_party/ncnn/python/ncnn/utils/objects.py
third_party/ncnn/python/ncnn/utils/visual.py
third_party/ncnn/python/pybind11/.appveyor.yml
third_party/ncnn/python/pybind11/.clang-tidy
third_party/ncnn/python/pybind11/.cmake-format.yaml
third_party/ncnn/python/pybind11/.gitignore
third_party/ncnn/python/pybind11/.pre-commit-config.yaml
third_party/ncnn/python/pybind11/.readthedocs.yml
third_party/ncnn/python/pybind11/CMakeLists.txt
third_party/ncnn/python/pybind11/LICENSE
third_party/ncnn/python/pybind11/MANIFEST.in
third_party/ncnn/python/pybind11/README.rst
third_party/ncnn/python/pybind11/pyproject.toml
third_party/ncnn/python/pybind11/setup.cfg
third_party/ncnn/python/pybind11/setup.py
third_party/ncnn/python/pybind11/.github/CONTRIBUTING.md
third_party/ncnn/python/pybind11/.github/dependabot.yml
third_party/ncnn/python/pybind11/.github/labeler.yml
third_party/ncnn/python/pybind11/.github/labeler_merged.yml
third_party/ncnn/python/pybind11/.github/pull_request_template.md
third_party/ncnn/python/pybind11/.github/ISSUE_TEMPLATE/bug-report.md
third_party/ncnn/python/pybind11/.github/ISSUE_TEMPLATE/config.yml
third_party/ncnn/python/pybind11/.github/ISSUE_TEMPLATE/feature-request.md
third_party/ncnn/python/pybind11/.github/ISSUE_TEMPLATE/question.md
third_party/ncnn/python/pybind11/.github/workflows/ci.yml
third_party/ncnn/python/pybind11/.github/workflows/configure.yml
third_party/ncnn/python/pybind11/.github/workflows/format.yml
third_party/ncnn/python/pybind11/.github/workflows/labeler.yml
third_party/ncnn/python/pybind11/.github/workflows/pip.yml
third_party/ncnn/python/pybind11/docs/Doxyfile
third_party/ncnn/python/pybind11/docs/basics.rst
third_party/ncnn/python/pybind11/docs/benchmark.py
third_party/ncnn/python/pybind11/docs/benchmark.rst
third_party/ncnn/python/pybind11/docs/changelog.rst
third_party/ncnn/python/pybind11/docs/classes.rst
third_party/ncnn/python/pybind11/docs/compiling.rst
third_party/ncnn/python/pybind11/docs/conf.py
third_party/ncnn/python/pybind11/docs/faq.rst
third_party/ncnn/python/pybind11/docs/index.rst
third_party/ncnn/python/pybind11/docs/installing.rst
third_party/ncnn/python/pybind11/docs/limitations.rst
third_party/ncnn/python/pybind11/docs/pybind11-logo.png
third_party/ncnn/python/pybind11/docs/pybind11_vs_boost_python1.png
third_party/ncnn/python/pybind11/docs/pybind11_vs_boost_python1.svg
third_party/ncnn/python/pybind11/docs/pybind11_vs_boost_python2.png
third_party/ncnn/python/pybind11/docs/pybind11_vs_boost_python2.svg
third_party/ncnn/python/pybind11/docs/reference.rst
third_party/ncnn/python/pybind11/docs/release.rst
third_party/ncnn/python/pybind11/docs/requirements.txt
third_party/ncnn/python/pybind11/docs/upgrade.rst
third_party/ncnn/python/pybind11/docs/_static/theme_overrides.css
third_party/ncnn/python/pybind11/docs/advanced/classes.rst
third_party/ncnn/python/pybind11/docs/advanced/embedding.rst
third_party/ncnn/python/pybind11/docs/advanced/exceptions.rst
third_party/ncnn/python/pybind11/docs/advanced/functions.rst
third_party/ncnn/python/pybind11/docs/advanced/misc.rst
third_party/ncnn/python/pybind11/docs/advanced/smart_ptrs.rst
third_party/ncnn/python/pybind11/docs/advanced/cast/chrono.rst
third_party/ncnn/python/pybind11/docs/advanced/cast/custom.rst
third_party/ncnn/python/pybind11/docs/advanced/cast/eigen.rst
third_party/ncnn/python/pybind11/docs/advanced/cast/functional.rst
third_party/ncnn/python/pybind11/docs/advanced/cast/index.rst
third_party/ncnn/python/pybind11/docs/advanced/cast/overview.rst
third_party/ncnn/python/pybind11/docs/advanced/cast/stl.rst
third_party/ncnn/python/pybind11/docs/advanced/cast/strings.rst
third_party/ncnn/python/pybind11/docs/advanced/pycpp/index.rst
third_party/ncnn/python/pybind11/docs/advanced/pycpp/numpy.rst
third_party/ncnn/python/pybind11/docs/advanced/pycpp/object.rst
third_party/ncnn/python/pybind11/docs/advanced/pycpp/utilities.rst
third_party/ncnn/python/pybind11/docs/cmake/index.rst
third_party/ncnn/python/pybind11/include/pybind11/attr.h
third_party/ncnn/python/pybind11/include/pybind11/buffer_info.h
third_party/ncnn/python/pybind11/include/pybind11/cast.h
third_party/ncnn/python/pybind11/include/pybind11/chrono.h
third_party/ncnn/python/pybind11/include/pybind11/common.h
third_party/ncnn/python/pybind11/include/pybind11/complex.h
third_party/ncnn/python/pybind11/include/pybind11/eigen.h
third_party/ncnn/python/pybind11/include/pybind11/embed.h
third_party/ncnn/python/pybind11/include/pybind11/eval.h
third_party/ncnn/python/pybind11/include/pybind11/functional.h
third_party/ncnn/python/pybind11/include/pybind11/iostream.h
third_party/ncnn/python/pybind11/include/pybind11/numpy.h
third_party/ncnn/python/pybind11/include/pybind11/operators.h
third_party/ncnn/python/pybind11/include/pybind11/options.h
third_party/ncnn/python/pybind11/include/pybind11/pybind11.h
third_party/ncnn/python/pybind11/include/pybind11/pytypes.h
third_party/ncnn/python/pybind11/include/pybind11/stl.h
third_party/ncnn/python/pybind11/include/pybind11/stl_bind.h
third_party/ncnn/python/pybind11/include/pybind11/detail/class.h
third_party/ncnn/python/pybind11/include/pybind11/detail/common.h
third_party/ncnn/python/pybind11/include/pybind11/detail/descr.h
third_party/ncnn/python/pybind11/include/pybind11/detail/init.h
third_party/ncnn/python/pybind11/include/pybind11/detail/internals.h
third_party/ncnn/python/pybind11/include/pybind11/detail/typeid.h
third_party/ncnn/python/pybind11/pybind11/__init__.py
third_party/ncnn/python/pybind11/pybind11/__main__.py
third_party/ncnn/python/pybind11/pybind11/_version.py
third_party/ncnn/python/pybind11/pybind11/_version.pyi
third_party/ncnn/python/pybind11/pybind11/commands.py
third_party/ncnn/python/pybind11/pybind11/py.typed
third_party/ncnn/python/pybind11/pybind11/setup_helpers.py
third_party/ncnn/python/pybind11/pybind11/setup_helpers.pyi
third_party/ncnn/python/pybind11/tests/CMakeLists.txt
third_party/ncnn/python/pybind11/tests/conftest.py
third_party/ncnn/python/pybind11/tests/constructor_stats.h
third_party/ncnn/python/pybind11/tests/cross_module_gil_utils.cpp
third_party/ncnn/python/pybind11/tests/env.py
third_party/ncnn/python/pybind11/tests/local_bindings.h
third_party/ncnn/python/pybind11/tests/object.h
third_party/ncnn/python/pybind11/tests/pybind11_cross_module_tests.cpp
third_party/ncnn/python/pybind11/tests/pybind11_tests.cpp
third_party/ncnn/python/pybind11/tests/pybind11_tests.h
third_party/ncnn/python/pybind11/tests/pytest.ini
third_party/ncnn/python/pybind11/tests/requirements.txt
third_party/ncnn/python/pybind11/tests/test_async.cpp
third_party/ncnn/python/pybind11/tests/test_async.py
third_party/ncnn/python/pybind11/tests/test_buffers.cpp
third_party/ncnn/python/pybind11/tests/test_buffers.py
third_party/ncnn/python/pybind11/tests/test_builtin_casters.cpp
third_party/ncnn/python/pybind11/tests/test_builtin_casters.py
third_party/ncnn/python/pybind11/tests/test_call_policies.cpp
third_party/ncnn/python/pybind11/tests/test_call_policies.py
third_party/ncnn/python/pybind11/tests/test_callbacks.cpp
third_party/ncnn/python/pybind11/tests/test_callbacks.py
third_party/ncnn/python/pybind11/tests/test_chrono.cpp
third_party/ncnn/python/pybind11/tests/test_chrono.py
third_party/ncnn/python/pybind11/tests/test_class.cpp
third_party/ncnn/python/pybind11/tests/test_class.py
third_party/ncnn/python/pybind11/tests/test_constants_and_functions.cpp
third_party/ncnn/python/pybind11/tests/test_constants_and_functions.py
third_party/ncnn/python/pybind11/tests/test_copy_move.cpp
third_party/ncnn/python/pybind11/tests/test_copy_move.py
third_party/ncnn/python/pybind11/tests/test_custom_type_casters.cpp
third_party/ncnn/python/pybind11/tests/test_custom_type_casters.py
third_party/ncnn/python/pybind11/tests/test_docstring_options.cpp
third_party/ncnn/python/pybind11/tests/test_docstring_options.py
third_party/ncnn/python/pybind11/tests/test_eigen.cpp
third_party/ncnn/python/pybind11/tests/test_eigen.py
third_party/ncnn/python/pybind11/tests/test_enum.cpp
third_party/ncnn/python/pybind11/tests/test_enum.py
third_party/ncnn/python/pybind11/tests/test_eval.cpp
third_party/ncnn/python/pybind11/tests/test_eval.py
third_party/ncnn/python/pybind11/tests/test_eval_call.py
third_party/ncnn/python/pybind11/tests/test_exceptions.cpp
third_party/ncnn/python/pybind11/tests/test_exceptions.py
third_party/ncnn/python/pybind11/tests/test_factory_constructors.cpp
third_party/ncnn/python/pybind11/tests/test_factory_constructors.py
third_party/ncnn/python/pybind11/tests/test_gil_scoped.cpp
third_party/ncnn/python/pybind11/tests/test_gil_scoped.py
third_party/ncnn/python/pybind11/tests/test_iostream.cpp
third_party/ncnn/python/pybind11/tests/test_iostream.py
third_party/ncnn/python/pybind11/tests/test_kwargs_and_defaults.cpp
third_party/ncnn/python/pybind11/tests/test_kwargs_and_defaults.py
third_party/ncnn/python/pybind11/tests/test_local_bindings.cpp
third_party/ncnn/python/pybind11/tests/test_local_bindings.py
third_party/ncnn/python/pybind11/tests/test_methods_and_attributes.cpp
third_party/ncnn/python/pybind11/tests/test_methods_and_attributes.py
third_party/ncnn/python/pybind11/tests/test_modules.cpp
third_party/ncnn/python/pybind11/tests/test_modules.py
third_party/ncnn/python/pybind11/tests/test_multiple_inheritance.cpp
third_party/ncnn/python/pybind11/tests/test_multiple_inheritance.py
third_party/ncnn/python/pybind11/tests/test_numpy_array.cpp
third_party/ncnn/python/pybind11/tests/test_numpy_array.py
third_party/ncnn/python/pybind11/tests/test_numpy_dtypes.cpp
third_party/ncnn/python/pybind11/tests/test_numpy_dtypes.py
third_party/ncnn/python/pybind11/tests/test_numpy_vectorize.cpp
third_party/ncnn/python/pybind11/tests/test_numpy_vectorize.py
third_party/ncnn/python/pybind11/tests/test_opaque_types.cpp
third_party/ncnn/python/pybind11/tests/test_opaque_types.py
third_party/ncnn/python/pybind11/tests/test_operator_overloading.cpp
third_party/ncnn/python/pybind11/tests/test_operator_overloading.py
third_party/ncnn/python/pybind11/tests/test_pickling.cpp
third_party/ncnn/python/pybind11/tests/test_pickling.py
third_party/ncnn/python/pybind11/tests/test_pytypes.cpp
third_party/ncnn/python/pybind11/tests/test_pytypes.py
third_party/ncnn/python/pybind11/tests/test_sequences_and_iterators.cpp
third_party/ncnn/python/pybind11/tests/test_sequences_and_iterators.py
third_party/ncnn/python/pybind11/tests/test_smart_ptr.cpp
third_party/ncnn/python/pybind11/tests/test_smart_ptr.py
third_party/ncnn/python/pybind11/tests/test_stl.cpp
third_party/ncnn/python/pybind11/tests/test_stl.py
third_party/ncnn/python/pybind11/tests/test_stl_binders.cpp
third_party/ncnn/python/pybind11/tests/test_stl_binders.py
third_party/ncnn/python/pybind11/tests/test_tagbased_polymorphic.cpp
third_party/ncnn/python/pybind11/tests/test_tagbased_polymorphic.py
third_party/ncnn/python/pybind11/tests/test_union.cpp
third_party/ncnn/python/pybind11/tests/test_union.py
third_party/ncnn/python/pybind11/tests/test_virtual_functions.cpp
third_party/ncnn/python/pybind11/tests/test_virtual_functions.py
third_party/ncnn/python/pybind11/tests/extra_python_package/pytest.ini
third_party/ncnn/python/pybind11/tests/extra_python_package/test_files.py
third_party/ncnn/python/pybind11/tests/extra_setuptools/pytest.ini
third_party/ncnn/python/pybind11/tests/extra_setuptools/test_setuphelper.py
third_party/ncnn/python/pybind11/tests/test_cmake_build/CMakeLists.txt
third_party/ncnn/python/pybind11/tests/test_cmake_build/embed.cpp
third_party/ncnn/python/pybind11/tests/test_cmake_build/main.cpp
third_party/ncnn/python/pybind11/tests/test_cmake_build/test.py
third_party/ncnn/python/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
third_party/ncnn/python/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
third_party/ncnn/python/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
third_party/ncnn/python/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
third_party/ncnn/python/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
third_party/ncnn/python/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
third_party/ncnn/python/pybind11/tests/test_embed/CMakeLists.txt
third_party/ncnn/python/pybind11/tests/test_embed/catch.cpp
third_party/ncnn/python/pybind11/tests/test_embed/external_module.cpp
third_party/ncnn/python/pybind11/tests/test_embed/test_interpreter.cpp
third_party/ncnn/python/pybind11/tests/test_embed/test_interpreter.py
third_party/ncnn/python/pybind11/tools/FindCatch.cmake
third_party/ncnn/python/pybind11/tools/FindEigen3.cmake
third_party/ncnn/python/pybind11/tools/FindPythonLibsNew.cmake
third_party/ncnn/python/pybind11/tools/check-style.sh
third_party/ncnn/python/pybind11/tools/cmake_uninstall.cmake.in
third_party/ncnn/python/pybind11/tools/libsize.py
third_party/ncnn/python/pybind11/tools/make_changelog.py
third_party/ncnn/python/pybind11/tools/pybind11Common.cmake
third_party/ncnn/python/pybind11/tools/pybind11Config.cmake.in
third_party/ncnn/python/pybind11/tools/pybind11NewTools.cmake
third_party/ncnn/python/pybind11/tools/pybind11Tools.cmake
third_party/ncnn/python/pybind11/tools/pyproject.toml
third_party/ncnn/python/pybind11/tools/setup_global.py.in
third_party/ncnn/python/pybind11/tools/setup_main.py.in
third_party/ncnn/python/src/main.cpp
third_party/ncnn/python/src/pybind11_allocator.h
third_party/ncnn/python/src/pybind11_bind.h
third_party/ncnn/python/src/pybind11_datareader.h
third_party/ncnn/python/src/pybind11_layer.h
third_party/ncnn/python/src/pybind11_mat.h
third_party/ncnn/python/src/pybind11_modelbin.h
third_party/ncnn/python/tests/benchmark.py
third_party/ncnn/python/tests/custom_layer.param
third_party/ncnn/python/tests/test.param
third_party/ncnn/python/tests/test_allocator.py
third_party/ncnn/python/tests/test_blob.py
third_party/ncnn/python/tests/test_extractor.py
third_party/ncnn/python/tests/test_mat.py
third_party/ncnn/python/tests/test_net.py
third_party/ncnn/python/tests/test_option.py
third_party/ncnn/python/tests/test_paramdict.py
third_party/ncnn/python/tests/test_vulkan_allocator.py
third_party/ncnn/python/tests/test_vulkan_device.py
third_party/ncnn/src/CMakeLists.txt
third_party/ncnn/src/allocator.cpp
third_party/ncnn/src/allocator.h
third_party/ncnn/src/benchmark.cpp
third_party/ncnn/src/benchmark.h
third_party/ncnn/src/blob.cpp
third_party/ncnn/src/blob.h
third_party/ncnn/src/c_api.cpp
third_party/ncnn/src/c_api.h
third_party/ncnn/src/command.cpp
third_party/ncnn/src/command.h
third_party/ncnn/src/convert_ycbcr.comp
third_party/ncnn/src/cpu.cpp
third_party/ncnn/src/cpu.h
third_party/ncnn/src/datareader.cpp
third_party/ncnn/src/datareader.h
third_party/ncnn/src/gpu.cpp
third_party/ncnn/src/gpu.h
third_party/ncnn/src/layer.cpp
third_party/ncnn/src/layer.h
third_party/ncnn/src/layer_declaration.h.in
third_party/ncnn/src/layer_registry.h.in
third_party/ncnn/src/layer_shader_registry.h.in
third_party/ncnn/src/layer_shader_spv_data.h.in
third_party/ncnn/src/layer_shader_type.h
third_party/ncnn/src/layer_shader_type_enum.h.in
third_party/ncnn/src/layer_type.h
third_party/ncnn/src/layer_type_enum.h.in
third_party/ncnn/src/mat.cpp
third_party/ncnn/src/mat.h
third_party/ncnn/src/mat_pixel.cpp
third_party/ncnn/src/mat_pixel_affine.cpp
third_party/ncnn/src/mat_pixel_android.cpp
third_party/ncnn/src/mat_pixel_drawing.cpp
third_party/ncnn/src/mat_pixel_drawing_font.h
third_party/ncnn/src/mat_pixel_drawing_font.png
third_party/ncnn/src/mat_pixel_resize.cpp
third_party/ncnn/src/mat_pixel_rotate.cpp
third_party/ncnn/src/modelbin.cpp
third_party/ncnn/src/modelbin.h
third_party/ncnn/src/net.cpp
third_party/ncnn/src/net.h
third_party/ncnn/src/option.cpp
third_party/ncnn/src/option.h
third_party/ncnn/src/paramdict.cpp
third_party/ncnn/src/paramdict.h
third_party/ncnn/src/pipeline.cpp
third_party/ncnn/src/pipeline.h
third_party/ncnn/src/pipelinecache.cpp
third_party/ncnn/src/pipelinecache.h
third_party/ncnn/src/platform.h.in
third_party/ncnn/src/simpleocv.cpp
third_party/ncnn/src/simpleocv.h
third_party/ncnn/src/simpleomp.cpp
third_party/ncnn/src/simpleomp.h
third_party/ncnn/src/simplestl.cpp
third_party/ncnn/src/simplestl.h
third_party/ncnn/src/stb_image.h
third_party/ncnn/src/stb_image_write.h
third_party/ncnn/src/vulkan_header_fix.h
third_party/ncnn/src/layer/absval.cpp
third_party/ncnn/src/layer/absval.h
third_party/ncnn/src/layer/argmax.cpp
third_party/ncnn/src/layer/argmax.h
third_party/ncnn/src/layer/batchnorm.cpp
third_party/ncnn/src/layer/batchnorm.h
third_party/ncnn/src/layer/bias.cpp
third_party/ncnn/src/layer/bias.h
third_party/ncnn/src/layer/binaryop.cpp
third_party/ncnn/src/layer/binaryop.h
third_party/ncnn/src/layer/bnll.cpp
third_party/ncnn/src/layer/bnll.h
third_party/ncnn/src/layer/cast.cpp
third_party/ncnn/src/layer/cast.h
third_party/ncnn/src/layer/clip.cpp
third_party/ncnn/src/layer/clip.h
third_party/ncnn/src/layer/concat.cpp
third_party/ncnn/src/layer/concat.h
third_party/ncnn/src/layer/convolution.cpp
third_party/ncnn/src/layer/convolution.h
third_party/ncnn/src/layer/convolution1d.cpp
third_party/ncnn/src/layer/convolution1d.h
third_party/ncnn/src/layer/convolutiondepthwise.cpp
third_party/ncnn/src/layer/convolutiondepthwise.h
third_party/ncnn/src/layer/crop.cpp
third_party/ncnn/src/layer/crop.h
third_party/ncnn/src/layer/deconvolution.cpp
third_party/ncnn/src/layer/deconvolution.h
third_party/ncnn/src/layer/deconvolutiondepthwise.cpp
third_party/ncnn/src/layer/deconvolutiondepthwise.h
third_party/ncnn/src/layer/deepcopy.cpp
third_party/ncnn/src/layer/deepcopy.h
third_party/ncnn/src/layer/dequantize.cpp
third_party/ncnn/src/layer/dequantize.h
third_party/ncnn/src/layer/detectionoutput.cpp
third_party/ncnn/src/layer/detectionoutput.h
third_party/ncnn/src/layer/dropout.cpp
third_party/ncnn/src/layer/dropout.h
third_party/ncnn/src/layer/eltwise.cpp
third_party/ncnn/src/layer/eltwise.h
third_party/ncnn/src/layer/elu.cpp
third_party/ncnn/src/layer/elu.h
third_party/ncnn/src/layer/embed.cpp
third_party/ncnn/src/layer/embed.h
third_party/ncnn/src/layer/exp.cpp
third_party/ncnn/src/layer/exp.h
third_party/ncnn/src/layer/expanddims.cpp
third_party/ncnn/src/layer/expanddims.h
third_party/ncnn/src/layer/flatten.cpp
third_party/ncnn/src/layer/flatten.h
third_party/ncnn/src/layer/gelu.cpp
third_party/ncnn/src/layer/gelu.h
third_party/ncnn/src/layer/gemm.cpp
third_party/ncnn/src/layer/gemm.h
third_party/ncnn/src/layer/groupnorm.cpp
third_party/ncnn/src/layer/groupnorm.h
third_party/ncnn/src/layer/gru.cpp
third_party/ncnn/src/layer/gru.h
third_party/ncnn/src/layer/hardsigmoid.cpp
third_party/ncnn/src/layer/hardsigmoid.h
third_party/ncnn/src/layer/hardswish.cpp
third_party/ncnn/src/layer/hardswish.h
third_party/ncnn/src/layer/innerproduct.cpp
third_party/ncnn/src/layer/innerproduct.h
third_party/ncnn/src/layer/input.cpp
third_party/ncnn/src/layer/input.h
third_party/ncnn/src/layer/instancenorm.cpp
third_party/ncnn/src/layer/instancenorm.h
third_party/ncnn/src/layer/interp.cpp
third_party/ncnn/src/layer/interp.h
third_party/ncnn/src/layer/layernorm.cpp
third_party/ncnn/src/layer/layernorm.h
third_party/ncnn/src/layer/log.cpp
third_party/ncnn/src/layer/log.h
third_party/ncnn/src/layer/lrn.cpp
third_party/ncnn/src/layer/lrn.h
third_party/ncnn/src/layer/lstm.cpp
third_party/ncnn/src/layer/lstm.h
third_party/ncnn/src/layer/memorydata.cpp
third_party/ncnn/src/layer/memorydata.h
third_party/ncnn/src/layer/mish.cpp
third_party/ncnn/src/layer/mish.h
third_party/ncnn/src/layer/multiheadattention.cpp
third_party/ncnn/src/layer/multiheadattention.h
third_party/ncnn/src/layer/mvn.cpp
third_party/ncnn/src/layer/mvn.h
third_party/ncnn/src/layer/noop.cpp
third_party/ncnn/src/layer/noop.h
third_party/ncnn/src/layer/normalize.cpp
third_party/ncnn/src/layer/normalize.h
third_party/ncnn/src/layer/packing.cpp
third_party/ncnn/src/layer/packing.h
third_party/ncnn/src/layer/padding.cpp
third_party/ncnn/src/layer/padding.h
third_party/ncnn/src/layer/permute.cpp
third_party/ncnn/src/layer/permute.h
third_party/ncnn/src/layer/pixelshuffle.cpp
third_party/ncnn/src/layer/pixelshuffle.h
third_party/ncnn/src/layer/pooling.cpp
third_party/ncnn/src/layer/pooling.h
third_party/ncnn/src/layer/pooling1d.cpp
third_party/ncnn/src/layer/pooling1d.h
third_party/ncnn/src/layer/power.cpp
third_party/ncnn/src/layer/power.h
third_party/ncnn/src/layer/prelu.cpp
third_party/ncnn/src/layer/prelu.h
third_party/ncnn/src/layer/priorbox.cpp
third_party/ncnn/src/layer/priorbox.h
third_party/ncnn/src/layer/proposal.cpp
third_party/ncnn/src/layer/proposal.h
third_party/ncnn/src/layer/psroipooling.cpp
third_party/ncnn/src/layer/psroipooling.h
third_party/ncnn/src/layer/quantize.cpp
third_party/ncnn/src/layer/quantize.h
third_party/ncnn/src/layer/reduction.cpp
third_party/ncnn/src/layer/reduction.h
third_party/ncnn/src/layer/relu.cpp
third_party/ncnn/src/layer/relu.h
third_party/ncnn/src/layer/reorg.cpp
third_party/ncnn/src/layer/reorg.h
third_party/ncnn/src/layer/requantize.cpp
third_party/ncnn/src/layer/requantize.h
third_party/ncnn/src/layer/reshape.cpp
third_party/ncnn/src/layer/reshape.h
third_party/ncnn/src/layer/rnn.cpp
third_party/ncnn/src/layer/rnn.h
third_party/ncnn/src/layer/roialign.cpp
third_party/ncnn/src/layer/roialign.h
third_party/ncnn/src/layer/roipooling.cpp
third_party/ncnn/src/layer/roipooling.h
third_party/ncnn/src/layer/scale.cpp
third_party/ncnn/src/layer/scale.h
third_party/ncnn/src/layer/selu.cpp
third_party/ncnn/src/layer/selu.h
third_party/ncnn/src/layer/shufflechannel.cpp
third_party/ncnn/src/layer/shufflechannel.h
third_party/ncnn/src/layer/sigmoid.cpp
third_party/ncnn/src/layer/sigmoid.h
third_party/ncnn/src/layer/slice.cpp
third_party/ncnn/src/layer/slice.h
third_party/ncnn/src/layer/softmax.cpp
third_party/ncnn/src/layer/softmax.h
third_party/ncnn/src/layer/softplus.cpp
third_party/ncnn/src/layer/softplus.h
third_party/ncnn/src/layer/split.cpp
third_party/ncnn/src/layer/split.h
third_party/ncnn/src/layer/spp.cpp
third_party/ncnn/src/layer/spp.h
third_party/ncnn/src/layer/squeeze.cpp
third_party/ncnn/src/layer/squeeze.h
third_party/ncnn/src/layer/statisticspooling.cpp
third_party/ncnn/src/layer/statisticspooling.h
third_party/ncnn/src/layer/swish.cpp
third_party/ncnn/src/layer/swish.h
third_party/ncnn/src/layer/tanh.cpp
third_party/ncnn/src/layer/tanh.h
third_party/ncnn/src/layer/threshold.cpp
third_party/ncnn/src/layer/threshold.h
third_party/ncnn/src/layer/tile.cpp
third_party/ncnn/src/layer/tile.h
third_party/ncnn/src/layer/unaryop.cpp
third_party/ncnn/src/layer/unaryop.h
third_party/ncnn/src/layer/yolodetectionoutput.cpp
third_party/ncnn/src/layer/yolodetectionoutput.h
third_party/ncnn/src/layer/yolov3detectionoutput.cpp
third_party/ncnn/src/layer/yolov3detectionoutput.h
third_party/ncnn/src/layer/arm/absval_arm.cpp
third_party/ncnn/src/layer/arm/absval_arm.h
third_party/ncnn/src/layer/arm/arm_activation.h
third_party/ncnn/src/layer/arm/arm_usability.h
third_party/ncnn/src/layer/arm/batchnorm_arm.cpp
third_party/ncnn/src/layer/arm/batchnorm_arm.h
third_party/ncnn/src/layer/arm/bias_arm.cpp
third_party/ncnn/src/layer/arm/bias_arm.h
third_party/ncnn/src/layer/arm/binaryop_arm.cpp
third_party/ncnn/src/layer/arm/binaryop_arm.h
third_party/ncnn/src/layer/arm/cast_arm.cpp
third_party/ncnn/src/layer/arm/cast_arm.h
third_party/ncnn/src/layer/arm/clip_arm.cpp
third_party/ncnn/src/layer/arm/clip_arm.h
third_party/ncnn/src/layer/arm/concat_arm.cpp
third_party/ncnn/src/layer/arm/concat_arm.h
third_party/ncnn/src/layer/arm/convolution_1x1.h
third_party/ncnn/src/layer/arm/convolution_1x1_bf16s.h
third_party/ncnn/src/layer/arm/convolution_1x1_fp16s.h
third_party/ncnn/src/layer/arm/convolution_1x1_int8.h
third_party/ncnn/src/layer/arm/convolution_1x1_pack1to4_int8.h
third_party/ncnn/src/layer/arm/convolution_1x1_pack4.h
third_party/ncnn/src/layer/arm/convolution_1x1_pack4_bf16s.h
third_party/ncnn/src/layer/arm/convolution_1x1_pack4_fp16s.h
third_party/ncnn/src/layer/arm/convolution_1x1_pack4to1.h
third_party/ncnn/src/layer/arm/convolution_1x1_pack4to1_bf16s.h
third_party/ncnn/src/layer/arm/convolution_1x1_pack4to8_fp16s.h
third_party/ncnn/src/layer/arm/convolution_1x1_pack8_fp16s.h
third_party/ncnn/src/layer/arm/convolution_1x1_pack8to1_fp16s.h
third_party/ncnn/src/layer/arm/convolution_1x1_pack8to1_int8.h
third_party/ncnn/src/layer/arm/convolution_1x1_pack8to4_fp16s.h
third_party/ncnn/src/layer/arm/convolution_1x1_pack8to4_int8.h
third_party/ncnn/src/layer/arm/convolution_2x2.h
third_party/ncnn/src/layer/arm/convolution_3x3.h
third_party/ncnn/src/layer/arm/convolution_3x3_int8.h
third_party/ncnn/src/layer/arm/convolution_3x3_pack1to4.h
third_party/ncnn/src/layer/arm/convolution_3x3_pack1to4_bf16s.h
third_party/ncnn/src/layer/arm/convolution_3x3_pack1to4_fp16s.h
third_party/ncnn/src/layer/arm/convolution_3x3_pack1to4_int8.h
third_party/ncnn/src/layer/arm/convolution_3x3_pack1to8_fp16s.h
third_party/ncnn/src/layer/arm/convolution_3x3_pack4.h
third_party/ncnn/src/layer/arm/convolution_3x3_pack4_bf16s.h
third_party/ncnn/src/layer/arm/convolution_3x3_pack4_fp16s.h
third_party/ncnn/src/layer/arm/convolution_3x3_pack4to1.h
third_party/ncnn/src/layer/arm/convolution_3x3_pack4to1_bf16s.h
third_party/ncnn/src/layer/arm/convolution_3x3_pack8_fp16s.h
third_party/ncnn/src/layer/arm/convolution_3x3_pack8to1_fp16s.h
third_party/ncnn/src/layer/arm/convolution_3x3_pack8to1_int8.h
third_party/ncnn/src/layer/arm/convolution_3x3_pack8to4_fp16s.h
third_party/ncnn/src/layer/arm/convolution_3x3_pack8to4_int8.h
third_party/ncnn/src/layer/arm/convolution_4x4.h
third_party/ncnn/src/layer/arm/convolution_5x5.h
third_party/ncnn/src/layer/arm/convolution_5x5_pack4.h
third_party/ncnn/src/layer/arm/convolution_5x5_pack4_bf16s.h
third_party/ncnn/src/layer/arm/convolution_5x5_pack8_fp16s.h
third_party/ncnn/src/layer/arm/convolution_7x7.h
third_party/ncnn/src/layer/arm/convolution_7x7_pack1to4.h
third_party/ncnn/src/layer/arm/convolution_7x7_pack1to4_bf16s.h
third_party/ncnn/src/layer/arm/convolution_7x7_pack1to4_int8.h
third_party/ncnn/src/layer/arm/convolution_7x7_pack1to8_fp16s.h
third_party/ncnn/src/layer/arm/convolution_arm.cpp
third_party/ncnn/src/layer/arm/convolution_arm.h
third_party/ncnn/src/layer/arm/convolution_bf16s.h
third_party/ncnn/src/layer/arm/convolution_fp16s.h
third_party/ncnn/src/layer/arm/convolution_int8.h
third_party/ncnn/src/layer/arm/convolution_pack1to4.h
third_party/ncnn/src/layer/arm/convolution_pack1to4_bf16s.h
third_party/ncnn/src/layer/arm/convolution_pack1to4_fp16s.h
third_party/ncnn/src/layer/arm/convolution_pack1to4_int8.h
third_party/ncnn/src/layer/arm/convolution_pack1to8_fp16s.h
third_party/ncnn/src/layer/arm/convolution_pack4.h
third_party/ncnn/src/layer/arm/convolution_pack4_bf16s.h
third_party/ncnn/src/layer/arm/convolution_pack4_fp16s.h
third_party/ncnn/src/layer/arm/convolution_pack4to1.h
third_party/ncnn/src/layer/arm/convolution_pack4to1_bf16s.h
third_party/ncnn/src/layer/arm/convolution_pack4to1_fp16s.h
third_party/ncnn/src/layer/arm/convolution_pack4to8_fp16s.h
third_party/ncnn/src/layer/arm/convolution_pack8_fp16s.h
third_party/ncnn/src/layer/arm/convolution_pack8to1_fp16s.h
third_party/ncnn/src/layer/arm/convolution_pack8to1_int8.h
third_party/ncnn/src/layer/arm/convolution_pack8to4_fp16s.h
third_party/ncnn/src/layer/arm/convolution_pack8to4_int8.h
third_party/ncnn/src/layer/arm/convolution_sgemm.h
third_party/ncnn/src/layer/arm/convolution_sgemm_int8.h
third_party/ncnn/src/layer/arm/convolution_sgemm_pack1to4_int8.h
third_party/ncnn/src/layer/arm/convolution_sgemm_pack4.h
third_party/ncnn/src/layer/arm/convolution_sgemm_pack4_bf16s.h
third_party/ncnn/src/layer/arm/convolution_sgemm_pack8_fp16s.h
third_party/ncnn/src/layer/arm/convolution_sgemm_pack8to1_int8.h
third_party/ncnn/src/layer/arm/convolution_sgemm_pack8to4_int8.h
third_party/ncnn/src/layer/arm/convolutiondepthwise_3x3.h
third_party/ncnn/src/layer/arm/convolutiondepthwise_3x3_fp16s.h
third_party/ncnn/src/layer/arm/convolutiondepthwise_3x3_int8.h
third_party/ncnn/src/layer/arm/convolutiondepthwise_3x3_pack4.h
third_party/ncnn/src/layer/arm/convolutiondepthwise_3x3_pack4_bf16s.h
third_party/ncnn/src/layer/arm/convolutiondepthwise_3x3_pack8_fp16s.h
third_party/ncnn/src/layer/arm/convolutiondepthwise_3x3_pack8_int8.h
third_party/ncnn/src/layer/arm/convolutiondepthwise_5x5.h
third_party/ncnn/src/layer/arm/convolutiondepthwise_5x5_pack4.h
third_party/ncnn/src/layer/arm/convolutiondepthwise_5x5_pack4_bf16s.h
third_party/ncnn/src/layer/arm/convolutiondepthwise_5x5_pack8_fp16s.h
third_party/ncnn/src/layer/arm/convolutiondepthwise_arm.cpp
third_party/ncnn/src/layer/arm/convolutiondepthwise_arm.h
third_party/ncnn/src/layer/arm/crop_arm.cpp
third_party/ncnn/src/layer/arm/crop_arm.h
third_party/ncnn/src/layer/arm/deconvolution_3x3.h
third_party/ncnn/src/layer/arm/deconvolution_4x4.h
third_party/ncnn/src/layer/arm/deconvolution_4x4_fp16s.h
third_party/ncnn/src/layer/arm/deconvolution_arm.cpp
third_party/ncnn/src/layer/arm/deconvolution_arm.h
third_party/ncnn/src/layer/arm/deconvolutiondepthwise_arm.cpp
third_party/ncnn/src/layer/arm/deconvolutiondepthwise_arm.h
third_party/ncnn/src/layer/arm/dequantize_arm.cpp
third_party/ncnn/src/layer/arm/dequantize_arm.h
third_party/ncnn/src/layer/arm/dropout_arm.cpp
third_party/ncnn/src/layer/arm/dropout_arm.h
third_party/ncnn/src/layer/arm/eltwise_arm.cpp
third_party/ncnn/src/layer/arm/eltwise_arm.h
third_party/ncnn/src/layer/arm/flatten_arm.cpp
third_party/ncnn/src/layer/arm/flatten_arm.h
third_party/ncnn/src/layer/arm/gru_arm.cpp
third_party/ncnn/src/layer/arm/gru_arm.h
third_party/ncnn/src/layer/arm/hardsigmoid_arm.cpp
third_party/ncnn/src/layer/arm/hardsigmoid_arm.h
third_party/ncnn/src/layer/arm/hardswish_arm.cpp
third_party/ncnn/src/layer/arm/hardswish_arm.h
third_party/ncnn/src/layer/arm/innerproduct_arm.cpp
third_party/ncnn/src/layer/arm/innerproduct_arm.h
third_party/ncnn/src/layer/arm/instancenorm_arm.cpp
third_party/ncnn/src/layer/arm/instancenorm_arm.h
third_party/ncnn/src/layer/arm/interp_arm.cpp
third_party/ncnn/src/layer/arm/interp_arm.h
third_party/ncnn/src/layer/arm/interp_bicubic.h
third_party/ncnn/src/layer/arm/interp_bicubic_bf16s.h
third_party/ncnn/src/layer/arm/interp_bicubic_fp16s.h
third_party/ncnn/src/layer/arm/interp_bicubic_pack4.h
third_party/ncnn/src/layer/arm/interp_bicubic_pack4_bf16s.h
third_party/ncnn/src/layer/arm/interp_bicubic_pack4_fp16s.h
third_party/ncnn/src/layer/arm/interp_bicubic_pack8_fp16s.h
third_party/ncnn/src/layer/arm/interp_bilinear.h
third_party/ncnn/src/layer/arm/interp_bilinear_bf16s.h
third_party/ncnn/src/layer/arm/interp_bilinear_fp16s.h
third_party/ncnn/src/layer/arm/interp_bilinear_pack4.h
third_party/ncnn/src/layer/arm/interp_bilinear_pack4_bf16s.h
third_party/ncnn/src/layer/arm/interp_bilinear_pack4_fp16s.h
third_party/ncnn/src/layer/arm/interp_bilinear_pack8_fp16s.h
third_party/ncnn/src/layer/arm/lrn_arm.cpp
third_party/ncnn/src/layer/arm/lrn_arm.h
third_party/ncnn/src/layer/arm/lstm_arm.cpp
third_party/ncnn/src/layer/arm/lstm_arm.h
third_party/ncnn/src/layer/arm/mish_arm.cpp
third_party/ncnn/src/layer/arm/mish_arm.h
third_party/ncnn/src/layer/arm/neon_mathfun.h
third_party/ncnn/src/layer/arm/neon_mathfun_fp16s.h
third_party/ncnn/src/layer/arm/neon_mathfun_tanh.h
third_party/ncnn/src/layer/arm/packing_arm.cpp
third_party/ncnn/src/layer/arm/packing_arm.h
third_party/ncnn/src/layer/arm/padding_arm.cpp
third_party/ncnn/src/layer/arm/padding_arm.h
third_party/ncnn/src/layer/arm/padding_pack4.h
third_party/ncnn/src/layer/arm/padding_pack4_bf16s_fp16s.h
third_party/ncnn/src/layer/arm/padding_pack8_fp16s.h
third_party/ncnn/src/layer/arm/padding_pack8_int8.h
third_party/ncnn/src/layer/arm/pixelshuffle_arm.cpp
third_party/ncnn/src/layer/arm/pixelshuffle_arm.h
third_party/ncnn/src/layer/arm/pooling_2x2.h
third_party/ncnn/src/layer/arm/pooling_2x2_pack4.h
third_party/ncnn/src/layer/arm/pooling_3x3.h
third_party/ncnn/src/layer/arm/pooling_3x3_pack4.h
third_party/ncnn/src/layer/arm/pooling_arm.cpp
third_party/ncnn/src/layer/arm/pooling_arm.h
third_party/ncnn/src/layer/arm/prelu_arm.cpp
third_party/ncnn/src/layer/arm/prelu_arm.h
third_party/ncnn/src/layer/arm/quantize_arm.cpp
third_party/ncnn/src/layer/arm/quantize_arm.h
third_party/ncnn/src/layer/arm/relu_arm.cpp
third_party/ncnn/src/layer/arm/relu_arm.h
third_party/ncnn/src/layer/arm/requantize_arm.cpp
third_party/ncnn/src/layer/arm/requantize_arm.h
third_party/ncnn/src/layer/arm/requantize_leakyrelu_pack4.h
third_party/ncnn/src/layer/arm/requantize_leakyrelu_pack8.h
third_party/ncnn/src/layer/arm/requantize_relu_pack4.h
third_party/ncnn/src/layer/arm/requantize_relu_pack8.h
third_party/ncnn/src/layer/arm/reshape_arm.cpp
third_party/ncnn/src/layer/arm/reshape_arm.h
third_party/ncnn/src/layer/arm/rnn_arm.cpp
third_party/ncnn/src/layer/arm/rnn_arm.h
third_party/ncnn/src/layer/arm/scale_arm.cpp
third_party/ncnn/src/layer/arm/scale_arm.h
third_party/ncnn/src/layer/arm/selu_arm.cpp
third_party/ncnn/src/layer/arm/selu_arm.h
third_party/ncnn/src/layer/arm/shufflechannel_arm.cpp
third_party/ncnn/src/layer/arm/shufflechannel_arm.h
third_party/ncnn/src/layer/arm/sigmoid_arm.cpp
third_party/ncnn/src/layer/arm/sigmoid_arm.h
third_party/ncnn/src/layer/arm/slice_arm.cpp
third_party/ncnn/src/layer/arm/slice_arm.h
third_party/ncnn/src/layer/arm/softmax_arm.cpp
third_party/ncnn/src/layer/arm/softmax_arm.h
third_party/ncnn/src/layer/arm/swish_arm.cpp
third_party/ncnn/src/layer/arm/swish_arm.h
third_party/ncnn/src/layer/arm/tanh_arm.cpp
third_party/ncnn/src/layer/arm/tanh_arm.h
third_party/ncnn/src/layer/arm/unaryop_arm.cpp
third_party/ncnn/src/layer/arm/unaryop_arm.h
third_party/ncnn/src/layer/mips/absval_mips.cpp
third_party/ncnn/src/layer/mips/absval_mips.h
third_party/ncnn/src/layer/mips/bias_mips.cpp
third_party/ncnn/src/layer/mips/bias_mips.h
third_party/ncnn/src/layer/mips/binaryop_mips.cpp
third_party/ncnn/src/layer/mips/binaryop_mips.h
third_party/ncnn/src/layer/mips/clip_mips.cpp
third_party/ncnn/src/layer/mips/clip_mips.h
third_party/ncnn/src/layer/mips/concat_mips.cpp
third_party/ncnn/src/layer/mips/concat_mips.h
third_party/ncnn/src/layer/mips/convolution_1x1.h
third_party/ncnn/src/layer/mips/convolution_1x1_pack4.h
third_party/ncnn/src/layer/mips/convolution_1x1_pack4to1.h
third_party/ncnn/src/layer/mips/convolution_3x3_pack1to4.h
third_party/ncnn/src/layer/mips/convolution_3x3_pack4.h
third_party/ncnn/src/layer/mips/convolution_7x7_pack1to4.h
third_party/ncnn/src/layer/mips/convolution_mips.cpp
third_party/ncnn/src/layer/mips/convolution_mips.h
third_party/ncnn/src/layer/mips/convolution_pack1to4.h
third_party/ncnn/src/layer/mips/convolution_pack4.h
third_party/ncnn/src/layer/mips/convolution_pack4to1.h
third_party/ncnn/src/layer/mips/convolution_sgemm.h
third_party/ncnn/src/layer/mips/convolution_sgemm_pack4.h
third_party/ncnn/src/layer/mips/convolution_sgemm_pack4to1.h
third_party/ncnn/src/layer/mips/convolutiondepthwise_3x3_pack4.h
third_party/ncnn/src/layer/mips/convolutiondepthwise_5x5_pack4.h
third_party/ncnn/src/layer/mips/convolutiondepthwise_mips.cpp
third_party/ncnn/src/layer/mips/convolutiondepthwise_mips.h
third_party/ncnn/src/layer/mips/crop_mips.cpp
third_party/ncnn/src/layer/mips/crop_mips.h
third_party/ncnn/src/layer/mips/deconvolution_mips.cpp
third_party/ncnn/src/layer/mips/deconvolution_mips.h
third_party/ncnn/src/layer/mips/deconvolution_pack1to4.h
third_party/ncnn/src/layer/mips/deconvolution_pack4.h
third_party/ncnn/src/layer/mips/deconvolution_pack4to1.h
third_party/ncnn/src/layer/mips/deconvolutiondepthwise_mips.cpp
third_party/ncnn/src/layer/mips/deconvolutiondepthwise_mips.h
third_party/ncnn/src/layer/mips/dropout_mips.cpp
third_party/ncnn/src/layer/mips/dropout_mips.h
third_party/ncnn/src/layer/mips/eltwise_mips.cpp
third_party/ncnn/src/layer/mips/eltwise_mips.h
third_party/ncnn/src/layer/mips/flatten_mips.cpp
third_party/ncnn/src/layer/mips/flatten_mips.h
third_party/ncnn/src/layer/mips/hardsigmoid_mips.cpp
third_party/ncnn/src/layer/mips/hardsigmoid_mips.h
third_party/ncnn/src/layer/mips/hardswish_mips.cpp
third_party/ncnn/src/layer/mips/hardswish_mips.h
third_party/ncnn/src/layer/mips/innerproduct_mips.cpp
third_party/ncnn/src/layer/mips/innerproduct_mips.h
third_party/ncnn/src/layer/mips/interp_bicubic.h
third_party/ncnn/src/layer/mips/interp_bicubic_pack4.h
third_party/ncnn/src/layer/mips/interp_bilinear.h
third_party/ncnn/src/layer/mips/interp_bilinear_pack4.h
third_party/ncnn/src/layer/mips/interp_mips.cpp
third_party/ncnn/src/layer/mips/interp_mips.h
third_party/ncnn/src/layer/mips/mips_activation.h
third_party/ncnn/src/layer/mips/mips_usability.h
third_party/ncnn/src/layer/mips/mish_mips.cpp
third_party/ncnn/src/layer/mips/mish_mips.h
third_party/ncnn/src/layer/mips/msa_mathfun.h
third_party/ncnn/src/layer/mips/packing_mips.cpp
third_party/ncnn/src/layer/mips/packing_mips.h
third_party/ncnn/src/layer/mips/padding_mips.cpp
third_party/ncnn/src/layer/mips/padding_mips.h
third_party/ncnn/src/layer/mips/padding_pack4.h
third_party/ncnn/src/layer/mips/padding_pack8_int8.h
third_party/ncnn/src/layer/mips/pooling_mips.cpp
third_party/ncnn/src/layer/mips/pooling_mips.h
third_party/ncnn/src/layer/mips/prelu_mips.cpp
third_party/ncnn/src/layer/mips/prelu_mips.h
third_party/ncnn/src/layer/mips/relu_mips.cpp
third_party/ncnn/src/layer/mips/relu_mips.h
third_party/ncnn/src/layer/mips/sigmoid_mips.cpp
third_party/ncnn/src/layer/mips/sigmoid_mips.h
third_party/ncnn/src/layer/mips/slice_mips.cpp
third_party/ncnn/src/layer/mips/slice_mips.h
third_party/ncnn/src/layer/mips/softmax_mips.cpp
third_party/ncnn/src/layer/mips/softmax_mips.h
third_party/ncnn/src/layer/mips/swish_mips.cpp
third_party/ncnn/src/layer/mips/swish_mips.h
third_party/ncnn/src/layer/mips/tanh_mips.cpp
third_party/ncnn/src/layer/mips/tanh_mips.h
third_party/ncnn/src/layer/mips/unaryop_mips.cpp
third_party/ncnn/src/layer/mips/unaryop_mips.h
third_party/ncnn/src/layer/riscv/absval_riscv.cpp
third_party/ncnn/src/layer/riscv/absval_riscv.h
third_party/ncnn/src/layer/riscv/binaryop_riscv.cpp
third_party/ncnn/src/layer/riscv/binaryop_riscv.h
third_party/ncnn/src/layer/riscv/cast_riscv.cpp
third_party/ncnn/src/layer/riscv/cast_riscv.h
third_party/ncnn/src/layer/riscv/clip_riscv.cpp
third_party/ncnn/src/layer/riscv/clip_riscv.h
third_party/ncnn/src/layer/riscv/concat_riscv.cpp
third_party/ncnn/src/layer/riscv/concat_riscv.h
third_party/ncnn/src/layer/riscv/convolution_1x1.h
third_party/ncnn/src/layer/riscv/convolution_1x1_fp16s.h
third_party/ncnn/src/layer/riscv/convolution_1x1_pack1ton.h
third_party/ncnn/src/layer/riscv/convolution_1x1_pack1ton_fp16s.h
third_party/ncnn/src/layer/riscv/convolution_1x1_packn.h
third_party/ncnn/src/layer/riscv/convolution_1x1_packn_fp16s.h
third_party/ncnn/src/layer/riscv/convolution_1x1_packnto1.h
third_party/ncnn/src/layer/riscv/convolution_1x1_packnto1_fp16s.h
third_party/ncnn/src/layer/riscv/convolution_3x3_pack1ton.h
third_party/ncnn/src/layer/riscv/convolution_3x3_pack1ton_fp16s.h
third_party/ncnn/src/layer/riscv/convolution_3x3_packn.h
third_party/ncnn/src/layer/riscv/convolution_3x3_packn_fp16s.h
third_party/ncnn/src/layer/riscv/convolution_7x7_pack1ton.h
third_party/ncnn/src/layer/riscv/convolution_7x7_pack1ton_fp16s.h
third_party/ncnn/src/layer/riscv/convolution_fp16s.h
third_party/ncnn/src/layer/riscv/convolution_pack1ton.h
third_party/ncnn/src/layer/riscv/convolution_pack1ton_fp16s.h
third_party/ncnn/src/layer/riscv/convolution_packn.h
third_party/ncnn/src/layer/riscv/convolution_packn_fp16s.h
third_party/ncnn/src/layer/riscv/convolution_packnto1.h
third_party/ncnn/src/layer/riscv/convolution_packnto1_fp16s.h
third_party/ncnn/src/layer/riscv/convolution_riscv.cpp
third_party/ncnn/src/layer/riscv/convolution_riscv.h
third_party/ncnn/src/layer/riscv/convolution_sgemm.h
third_party/ncnn/src/layer/riscv/convolution_sgemm_fp16s.h
third_party/ncnn/src/layer/riscv/convolution_sgemm_pack1ton.h
third_party/ncnn/src/layer/riscv/convolution_sgemm_pack1ton_fp16s.h
third_party/ncnn/src/layer/riscv/convolution_sgemm_packn.h
third_party/ncnn/src/layer/riscv/convolution_sgemm_packn_fp16s.h
third_party/ncnn/src/layer/riscv/convolution_sgemm_packnto1.h
third_party/ncnn/src/layer/riscv/convolution_sgemm_packnto1_fp16s.h
third_party/ncnn/src/layer/riscv/convolutiondepthwise_3x3_packn.h
third_party/ncnn/src/layer/riscv/convolutiondepthwise_3x3_packn_fp16s.h
third_party/ncnn/src/layer/riscv/convolutiondepthwise_5x5_packn.h
third_party/ncnn/src/layer/riscv/convolutiondepthwise_5x5_packn_fp16s.h
third_party/ncnn/src/layer/riscv/convolutiondepthwise_riscv.cpp
third_party/ncnn/src/layer/riscv/convolutiondepthwise_riscv.h
third_party/ncnn/src/layer/riscv/crop_riscv.cpp
third_party/ncnn/src/layer/riscv/crop_riscv.h
third_party/ncnn/src/layer/riscv/deconvolution_fp16s.h
third_party/ncnn/src/layer/riscv/deconvolution_pack1ton.h
third_party/ncnn/src/layer/riscv/deconvolution_pack1ton_fp16s.h
third_party/ncnn/src/layer/riscv/deconvolution_packn.h
third_party/ncnn/src/layer/riscv/deconvolution_packn_fp16s.h
third_party/ncnn/src/layer/riscv/deconvolution_packnto1.h
third_party/ncnn/src/layer/riscv/deconvolution_packnto1_fp16s.h
third_party/ncnn/src/layer/riscv/deconvolution_riscv.cpp
third_party/ncnn/src/layer/riscv/deconvolution_riscv.h
third_party/ncnn/src/layer/riscv/deconvolutiondepthwise_riscv.cpp
third_party/ncnn/src/layer/riscv/deconvolutiondepthwise_riscv.h
third_party/ncnn/src/layer/riscv/dropout_riscv.cpp
third_party/ncnn/src/layer/riscv/dropout_riscv.h
third_party/ncnn/src/layer/riscv/flatten_riscv.cpp
third_party/ncnn/src/layer/riscv/flatten_riscv.h
third_party/ncnn/src/layer/riscv/gru_riscv.cpp
third_party/ncnn/src/layer/riscv/gru_riscv.h
third_party/ncnn/src/layer/riscv/hardsigmoid_riscv.cpp
third_party/ncnn/src/layer/riscv/hardsigmoid_riscv.h
third_party/ncnn/src/layer/riscv/hardswish_riscv.cpp
third_party/ncnn/src/layer/riscv/hardswish_riscv.h
third_party/ncnn/src/layer/riscv/innerproduct_riscv.cpp
third_party/ncnn/src/layer/riscv/innerproduct_riscv.h
third_party/ncnn/src/layer/riscv/interp_bicubic.h
third_party/ncnn/src/layer/riscv/interp_bicubic_fp16s.h
third_party/ncnn/src/layer/riscv/interp_bicubic_packn.h
third_party/ncnn/src/layer/riscv/interp_bicubic_packn_fp16s.h
third_party/ncnn/src/layer/riscv/interp_bilinear.h
third_party/ncnn/src/layer/riscv/interp_bilinear_fp16s.h
third_party/ncnn/src/layer/riscv/interp_bilinear_packn.h
third_party/ncnn/src/layer/riscv/interp_bilinear_packn_fp16s.h
third_party/ncnn/src/layer/riscv/interp_riscv.cpp
third_party/ncnn/src/layer/riscv/interp_riscv.h
third_party/ncnn/src/layer/riscv/mish_riscv.cpp
third_party/ncnn/src/layer/riscv/mish_riscv.h
third_party/ncnn/src/layer/riscv/packing_riscv.cpp
third_party/ncnn/src/layer/riscv/packing_riscv.h
third_party/ncnn/src/layer/riscv/padding_packn.h
third_party/ncnn/src/layer/riscv/padding_riscv.cpp
third_party/ncnn/src/layer/riscv/padding_riscv.h
third_party/ncnn/src/layer/riscv/pooling_riscv.cpp
third_party/ncnn/src/layer/riscv/pooling_riscv.h
third_party/ncnn/src/layer/riscv/prelu_riscv.cpp
third_party/ncnn/src/layer/riscv/prelu_riscv.h
third_party/ncnn/src/layer/riscv/relu_riscv.cpp
third_party/ncnn/src/layer/riscv/relu_riscv.h
third_party/ncnn/src/layer/riscv/riscv_activation.h
third_party/ncnn/src/layer/riscv/riscv_usability.h
third_party/ncnn/src/layer/riscv/riscv_v_071_fix.h
third_party/ncnn/src/layer/riscv/rvv_mathfun.h
third_party/ncnn/src/layer/riscv/rvv_mathfun_fp16s.h
third_party/ncnn/src/layer/riscv/selu_riscv.cpp
third_party/ncnn/src/layer/riscv/selu_riscv.h
third_party/ncnn/src/layer/riscv/sigmoid_riscv.cpp
third_party/ncnn/src/layer/riscv/sigmoid_riscv.h
third_party/ncnn/src/layer/riscv/softmax_riscv.cpp
third_party/ncnn/src/layer/riscv/softmax_riscv.h
third_party/ncnn/src/layer/riscv/swish_riscv.cpp
third_party/ncnn/src/layer/riscv/swish_riscv.h
third_party/ncnn/src/layer/riscv/tanh_riscv.cpp
third_party/ncnn/src/layer/riscv/tanh_riscv.h
third_party/ncnn/src/layer/riscv/unaryop_riscv.cpp
third_party/ncnn/src/layer/riscv/unaryop_riscv.h
third_party/ncnn/src/layer/vulkan/absval_vulkan.cpp
third_party/ncnn/src/layer/vulkan/absval_vulkan.h
third_party/ncnn/src/layer/vulkan/batchnorm_vulkan.cpp
third_party/ncnn/src/layer/vulkan/batchnorm_vulkan.h
third_party/ncnn/src/layer/vulkan/binaryop_vulkan.cpp
third_party/ncnn/src/layer/vulkan/binaryop_vulkan.h
third_party/ncnn/src/layer/vulkan/cast_vulkan.cpp
third_party/ncnn/src/layer/vulkan/cast_vulkan.h
third_party/ncnn/src/layer/vulkan/clip_vulkan.cpp
third_party/ncnn/src/layer/vulkan/clip_vulkan.h
third_party/ncnn/src/layer/vulkan/concat_vulkan.cpp
third_party/ncnn/src/layer/vulkan/concat_vulkan.h
third_party/ncnn/src/layer/vulkan/convolution_vulkan.cpp
third_party/ncnn/src/layer/vulkan/convolution_vulkan.h
third_party/ncnn/src/layer/vulkan/convolutiondepthwise_vulkan.cpp
third_party/ncnn/src/layer/vulkan/convolutiondepthwise_vulkan.h
third_party/ncnn/src/layer/vulkan/crop_vulkan.cpp
third_party/ncnn/src/layer/vulkan/crop_vulkan.h
third_party/ncnn/src/layer/vulkan/deconvolution_vulkan.cpp
third_party/ncnn/src/layer/vulkan/deconvolution_vulkan.h
third_party/ncnn/src/layer/vulkan/deconvolutiondepthwise_vulkan.cpp
third_party/ncnn/src/layer/vulkan/deconvolutiondepthwise_vulkan.h
third_party/ncnn/src/layer/vulkan/deepcopy_vulkan.cpp
third_party/ncnn/src/layer/vulkan/deepcopy_vulkan.h
third_party/ncnn/src/layer/vulkan/dropout_vulkan.cpp
third_party/ncnn/src/layer/vulkan/dropout_vulkan.h
third_party/ncnn/src/layer/vulkan/eltwise_vulkan.cpp
third_party/ncnn/src/layer/vulkan/eltwise_vulkan.h
third_party/ncnn/src/layer/vulkan/flatten_vulkan.cpp
third_party/ncnn/src/layer/vulkan/flatten_vulkan.h
third_party/ncnn/src/layer/vulkan/hardsigmoid_vulkan.cpp
third_party/ncnn/src/layer/vulkan/hardsigmoid_vulkan.h
third_party/ncnn/src/layer/vulkan/hardswish_vulkan.cpp
third_party/ncnn/src/layer/vulkan/hardswish_vulkan.h
third_party/ncnn/src/layer/vulkan/innerproduct_vulkan.cpp
third_party/ncnn/src/layer/vulkan/innerproduct_vulkan.h
third_party/ncnn/src/layer/vulkan/instancenorm_vulkan.cpp
third_party/ncnn/src/layer/vulkan/instancenorm_vulkan.h
third_party/ncnn/src/layer/vulkan/interp_vulkan.cpp
third_party/ncnn/src/layer/vulkan/interp_vulkan.h
third_party/ncnn/src/layer/vulkan/lrn_vulkan.cpp
third_party/ncnn/src/layer/vulkan/lrn_vulkan.h
third_party/ncnn/src/layer/vulkan/memorydata_vulkan.cpp
third_party/ncnn/src/layer/vulkan/memorydata_vulkan.h
third_party/ncnn/src/layer/vulkan/mish_vulkan.cpp
third_party/ncnn/src/layer/vulkan/mish_vulkan.h
third_party/ncnn/src/layer/vulkan/normalize_vulkan.cpp
third_party/ncnn/src/layer/vulkan/normalize_vulkan.h
third_party/ncnn/src/layer/vulkan/packing_vulkan.cpp
third_party/ncnn/src/layer/vulkan/packing_vulkan.h
third_party/ncnn/src/layer/vulkan/padding_vulkan.cpp
third_party/ncnn/src/layer/vulkan/padding_vulkan.h
third_party/ncnn/src/layer/vulkan/permute_vulkan.cpp
third_party/ncnn/src/layer/vulkan/permute_vulkan.h
third_party/ncnn/src/layer/vulkan/pixelshuffle_vulkan.cpp
third_party/ncnn/src/layer/vulkan/pixelshuffle_vulkan.h
third_party/ncnn/src/layer/vulkan/pooling_vulkan.cpp
third_party/ncnn/src/layer/vulkan/pooling_vulkan.h
third_party/ncnn/src/layer/vulkan/prelu_vulkan.cpp
third_party/ncnn/src/layer/vulkan/prelu_vulkan.h
third_party/ncnn/src/layer/vulkan/priorbox_vulkan.cpp
third_party/ncnn/src/layer/vulkan/priorbox_vulkan.h
third_party/ncnn/src/layer/vulkan/relu_vulkan.cpp
third_party/ncnn/src/layer/vulkan/relu_vulkan.h
third_party/ncnn/src/layer/vulkan/reorg_vulkan.cpp
third_party/ncnn/src/layer/vulkan/reorg_vulkan.h
third_party/ncnn/src/layer/vulkan/reshape_vulkan.cpp
third_party/ncnn/src/layer/vulkan/reshape_vulkan.h
third_party/ncnn/src/layer/vulkan/scale_vulkan.cpp
third_party/ncnn/src/layer/vulkan/scale_vulkan.h
third_party/ncnn/src/layer/vulkan/shufflechannel_vulkan.cpp
third_party/ncnn/src/layer/vulkan/shufflechannel_vulkan.h
third_party/ncnn/src/layer/vulkan/sigmoid_vulkan.cpp
third_party/ncnn/src/layer/vulkan/sigmoid_vulkan.h
third_party/ncnn/src/layer/vulkan/slice_vulkan.cpp
third_party/ncnn/src/layer/vulkan/slice_vulkan.h
third_party/ncnn/src/layer/vulkan/softmax_vulkan.cpp
third_party/ncnn/src/layer/vulkan/softmax_vulkan.h
third_party/ncnn/src/layer/vulkan/swish_vulkan.cpp
third_party/ncnn/src/layer/vulkan/swish_vulkan.h
third_party/ncnn/src/layer/vulkan/tanh_vulkan.cpp
third_party/ncnn/src/layer/vulkan/tanh_vulkan.h
third_party/ncnn/src/layer/vulkan/unaryop_vulkan.cpp
third_party/ncnn/src/layer/vulkan/unaryop_vulkan.h
third_party/ncnn/src/layer/vulkan/shader/absval.comp
third_party/ncnn/src/layer/vulkan/shader/absval_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/absval_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/batchnorm.comp
third_party/ncnn/src/layer/vulkan/shader/batchnorm_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/batchnorm_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/binaryop.comp
third_party/ncnn/src/layer/vulkan/shader/binaryop_broadcast.comp
third_party/ncnn/src/layer/vulkan/shader/binaryop_broadcast_a1_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/binaryop_broadcast_a1_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/binaryop_broadcast_b1_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/binaryop_broadcast_b1_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/binaryop_broadcast_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/binaryop_broadcast_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/binaryop_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/binaryop_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/cast_fp16_to_fp32.comp
third_party/ncnn/src/layer/vulkan/shader/cast_fp16_to_fp32_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/cast_fp16_to_fp32_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/cast_fp32_to_fp16.comp
third_party/ncnn/src/layer/vulkan/shader/cast_fp32_to_fp16_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/cast_fp32_to_fp16_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/clip.comp
third_party/ncnn/src/layer/vulkan/shader/clip_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/clip_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/concat.comp
third_party/ncnn/src/layer/vulkan/shader/concat_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/concat_pack4to1.comp
third_party/ncnn/src/layer/vulkan/shader/concat_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/concat_pack8to1.comp
third_party/ncnn/src/layer/vulkan/shader/concat_pack8to4.comp
third_party/ncnn/src/layer/vulkan/shader/convolution.comp
third_party/ncnn/src/layer/vulkan/shader/convolution_1x1s1d1.comp
third_party/ncnn/src/layer/vulkan/shader/convolution_pack1to4.comp
third_party/ncnn/src/layer/vulkan/shader/convolution_pack1to8.comp
third_party/ncnn/src/layer/vulkan/shader/convolution_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/convolution_pack4_1x1s1d1.comp
third_party/ncnn/src/layer/vulkan/shader/convolution_pack4_3x3s1d1_winograd23_gemm.comp
third_party/ncnn/src/layer/vulkan/shader/convolution_pack4_3x3s1d1_winograd23_transform_input.comp
third_party/ncnn/src/layer/vulkan/shader/convolution_pack4_3x3s1d1_winograd23_transform_output.comp
third_party/ncnn/src/layer/vulkan/shader/convolution_pack4to1.comp
third_party/ncnn/src/layer/vulkan/shader/convolution_pack4to8.comp
third_party/ncnn/src/layer/vulkan/shader/convolution_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/convolution_pack8_1x1s1d1.comp
third_party/ncnn/src/layer/vulkan/shader/convolution_pack8_3x3s1d1_winograd23_gemm.comp
third_party/ncnn/src/layer/vulkan/shader/convolution_pack8_3x3s1d1_winograd23_transform_input.comp
third_party/ncnn/src/layer/vulkan/shader/convolution_pack8_3x3s1d1_winograd23_transform_output.comp
third_party/ncnn/src/layer/vulkan/shader/convolution_pack8to1.comp
third_party/ncnn/src/layer/vulkan/shader/convolution_pack8to4.comp
third_party/ncnn/src/layer/vulkan/shader/convolutiondepthwise.comp
third_party/ncnn/src/layer/vulkan/shader/convolutiondepthwise_group.comp
third_party/ncnn/src/layer/vulkan/shader/convolutiondepthwise_group_pack1to4.comp
third_party/ncnn/src/layer/vulkan/shader/convolutiondepthwise_group_pack1to8.comp
third_party/ncnn/src/layer/vulkan/shader/convolutiondepthwise_group_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/convolutiondepthwise_group_pack4to1.comp
third_party/ncnn/src/layer/vulkan/shader/convolutiondepthwise_group_pack4to8.comp
third_party/ncnn/src/layer/vulkan/shader/convolutiondepthwise_group_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/convolutiondepthwise_group_pack8to1.comp
third_party/ncnn/src/layer/vulkan/shader/convolutiondepthwise_group_pack8to4.comp
third_party/ncnn/src/layer/vulkan/shader/convolutiondepthwise_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/convolutiondepthwise_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/crop.comp
third_party/ncnn/src/layer/vulkan/shader/crop_pack1to4.comp
third_party/ncnn/src/layer/vulkan/shader/crop_pack1to8.comp
third_party/ncnn/src/layer/vulkan/shader/crop_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/crop_pack4to1.comp
third_party/ncnn/src/layer/vulkan/shader/crop_pack4to8.comp
third_party/ncnn/src/layer/vulkan/shader/crop_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/crop_pack8to1.comp
third_party/ncnn/src/layer/vulkan/shader/crop_pack8to4.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolution.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolution_pack1to4.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolution_pack1to8.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolution_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolution_pack4to1.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolution_pack4to8.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolution_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolution_pack8to1.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolution_pack8to4.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolutiondepthwise.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolutiondepthwise_group.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolutiondepthwise_group_pack1to4.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolutiondepthwise_group_pack1to8.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolutiondepthwise_group_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolutiondepthwise_group_pack4to1.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolutiondepthwise_group_pack4to8.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolutiondepthwise_group_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolutiondepthwise_group_pack8to1.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolutiondepthwise_group_pack8to4.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolutiondepthwise_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/deconvolutiondepthwise_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/deepcopy.comp
third_party/ncnn/src/layer/vulkan/shader/deepcopy_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/deepcopy_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/dropout.comp
third_party/ncnn/src/layer/vulkan/shader/dropout_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/dropout_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/eltwise.comp
third_party/ncnn/src/layer/vulkan/shader/eltwise_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/eltwise_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/flatten.comp
third_party/ncnn/src/layer/vulkan/shader/flatten_pack1to4.comp
third_party/ncnn/src/layer/vulkan/shader/flatten_pack1to8.comp
third_party/ncnn/src/layer/vulkan/shader/flatten_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/flatten_pack4to8.comp
third_party/ncnn/src/layer/vulkan/shader/flatten_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/hardsigmoid.comp
third_party/ncnn/src/layer/vulkan/shader/hardsigmoid_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/hardsigmoid_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/hardswish.comp
third_party/ncnn/src/layer/vulkan/shader/hardswish_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/hardswish_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/innerproduct.comp
third_party/ncnn/src/layer/vulkan/shader/innerproduct_gemm.comp
third_party/ncnn/src/layer/vulkan/shader/innerproduct_gemm_wp1to4.comp
third_party/ncnn/src/layer/vulkan/shader/innerproduct_gemm_wp1to8.comp
third_party/ncnn/src/layer/vulkan/shader/innerproduct_gemm_wp4.comp
third_party/ncnn/src/layer/vulkan/shader/innerproduct_gemm_wp4to1.comp
third_party/ncnn/src/layer/vulkan/shader/innerproduct_gemm_wp4to8.comp
third_party/ncnn/src/layer/vulkan/shader/innerproduct_gemm_wp8.comp
third_party/ncnn/src/layer/vulkan/shader/innerproduct_gemm_wp8to1.comp
third_party/ncnn/src/layer/vulkan/shader/innerproduct_gemm_wp8to4.comp
third_party/ncnn/src/layer/vulkan/shader/innerproduct_pack1to4.comp
third_party/ncnn/src/layer/vulkan/shader/innerproduct_pack1to8.comp
third_party/ncnn/src/layer/vulkan/shader/innerproduct_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/innerproduct_pack4to1.comp
third_party/ncnn/src/layer/vulkan/shader/innerproduct_pack4to8.comp
third_party/ncnn/src/layer/vulkan/shader/innerproduct_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/innerproduct_pack8to1.comp
third_party/ncnn/src/layer/vulkan/shader/innerproduct_pack8to4.comp
third_party/ncnn/src/layer/vulkan/shader/instancenorm_coeffs.comp
third_party/ncnn/src/layer/vulkan/shader/instancenorm_coeffs_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/instancenorm_coeffs_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/instancenorm_norm.comp
third_party/ncnn/src/layer/vulkan/shader/instancenorm_norm_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/instancenorm_norm_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/instancenorm_reduce_mean.comp
third_party/ncnn/src/layer/vulkan/shader/instancenorm_reduce_mean_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/instancenorm_reduce_mean_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/instancenorm_reduce_sum4_fp16_to_fp32.comp
third_party/ncnn/src/layer/vulkan/shader/instancenorm_reduce_sum4_fp16_to_fp32_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/instancenorm_reduce_sum4_fp16_to_fp32_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/instancenorm_reduce_sum4_fp32.comp
third_party/ncnn/src/layer/vulkan/shader/instancenorm_reduce_sum4_fp32_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/instancenorm_reduce_sum4_fp32_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/instancenorm_sub_mean_square.comp
third_party/ncnn/src/layer/vulkan/shader/instancenorm_sub_mean_square_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/instancenorm_sub_mean_square_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/interp.comp
third_party/ncnn/src/layer/vulkan/shader/interp_bicubic.comp
third_party/ncnn/src/layer/vulkan/shader/interp_bicubic_coeffs.comp
third_party/ncnn/src/layer/vulkan/shader/interp_bicubic_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/interp_bicubic_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/interp_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/interp_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/lrn_norm.comp
third_party/ncnn/src/layer/vulkan/shader/lrn_norm_across_channel_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/lrn_norm_across_channel_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/lrn_norm_within_channel_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/lrn_norm_within_channel_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/lrn_square_pad.comp
third_party/ncnn/src/layer/vulkan/shader/lrn_square_pad_across_channel_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/lrn_square_pad_across_channel_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/lrn_square_pad_within_channel_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/lrn_square_pad_within_channel_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/mish.comp
third_party/ncnn/src/layer/vulkan/shader/mish_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/mish_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/normalize_coeffs.comp
third_party/ncnn/src/layer/vulkan/shader/normalize_coeffs_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/normalize_coeffs_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/normalize_norm.comp
third_party/ncnn/src/layer/vulkan/shader/normalize_norm_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/normalize_norm_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/normalize_reduce_sum4_fp16_to_fp32.comp
third_party/ncnn/src/layer/vulkan/shader/normalize_reduce_sum4_fp16_to_fp32_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/normalize_reduce_sum4_fp16_to_fp32_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/normalize_reduce_sum4_fp32.comp
third_party/ncnn/src/layer/vulkan/shader/normalize_reduce_sum4_fp32_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/normalize_reduce_sum4_fp32_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/packing.comp
third_party/ncnn/src/layer/vulkan/shader/packing_fp16_to_fp32.comp
third_party/ncnn/src/layer/vulkan/shader/packing_fp32_to_fp16.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack1to4.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack1to4_fp16_to_fp32.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack1to4_fp32_to_fp16.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack1to8.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack1to8_fp16_to_fp32.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack1to8_fp32_to_fp16.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack4_fp16_to_fp32.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack4_fp32_to_fp16.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack4to1.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack4to1_fp16_to_fp32.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack4to1_fp32_to_fp16.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack4to8.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack4to8_fp16_to_fp32.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack4to8_fp32_to_fp16.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack8_fp16_to_fp32.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack8_fp32_to_fp16.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack8to1.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack8to1_fp16_to_fp32.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack8to1_fp32_to_fp16.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack8to4.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack8to4_fp16_to_fp32.comp
third_party/ncnn/src/layer/vulkan/shader/packing_pack8to4_fp32_to_fp16.comp
third_party/ncnn/src/layer/vulkan/shader/padding.comp
third_party/ncnn/src/layer/vulkan/shader/padding_pack1to4.comp
third_party/ncnn/src/layer/vulkan/shader/padding_pack1to8.comp
third_party/ncnn/src/layer/vulkan/shader/padding_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/padding_pack4to1.comp
third_party/ncnn/src/layer/vulkan/shader/padding_pack4to8.comp
third_party/ncnn/src/layer/vulkan/shader/padding_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/padding_pack8to1.comp
third_party/ncnn/src/layer/vulkan/shader/padding_pack8to4.comp
third_party/ncnn/src/layer/vulkan/shader/permute.comp
third_party/ncnn/src/layer/vulkan/shader/permute_pack1to4.comp
third_party/ncnn/src/layer/vulkan/shader/permute_pack1to8.comp
third_party/ncnn/src/layer/vulkan/shader/permute_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/permute_pack4to1.comp
third_party/ncnn/src/layer/vulkan/shader/permute_pack4to8.comp
third_party/ncnn/src/layer/vulkan/shader/permute_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/permute_pack8to1.comp
third_party/ncnn/src/layer/vulkan/shader/permute_pack8to4.comp
third_party/ncnn/src/layer/vulkan/shader/pixelshuffle.comp
third_party/ncnn/src/layer/vulkan/shader/pixelshuffle_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/pixelshuffle_pack4to1.comp
third_party/ncnn/src/layer/vulkan/shader/pixelshuffle_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/pixelshuffle_pack8to1.comp
third_party/ncnn/src/layer/vulkan/shader/pixelshuffle_pack8to4.comp
third_party/ncnn/src/layer/vulkan/shader/pooling.comp
third_party/ncnn/src/layer/vulkan/shader/pooling_adaptive.comp
third_party/ncnn/src/layer/vulkan/shader/pooling_adaptive_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/pooling_adaptive_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/pooling_global.comp
third_party/ncnn/src/layer/vulkan/shader/pooling_global_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/pooling_global_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/pooling_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/pooling_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/prelu.comp
third_party/ncnn/src/layer/vulkan/shader/prelu_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/prelu_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/priorbox.comp
third_party/ncnn/src/layer/vulkan/shader/priorbox_mxnet.comp
third_party/ncnn/src/layer/vulkan/shader/relu.comp
third_party/ncnn/src/layer/vulkan/shader/relu_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/relu_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/reorg.comp
third_party/ncnn/src/layer/vulkan/shader/reorg_pack1to4.comp
third_party/ncnn/src/layer/vulkan/shader/reorg_pack1to8.comp
third_party/ncnn/src/layer/vulkan/shader/reorg_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/reorg_pack4to8.comp
third_party/ncnn/src/layer/vulkan/shader/reorg_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/reshape.comp
third_party/ncnn/src/layer/vulkan/shader/reshape_pack1to4.comp
third_party/ncnn/src/layer/vulkan/shader/reshape_pack1to8.comp
third_party/ncnn/src/layer/vulkan/shader/reshape_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/reshape_pack4to1.comp
third_party/ncnn/src/layer/vulkan/shader/reshape_pack4to8.comp
third_party/ncnn/src/layer/vulkan/shader/reshape_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/reshape_pack8to1.comp
third_party/ncnn/src/layer/vulkan/shader/reshape_pack8to4.comp
third_party/ncnn/src/layer/vulkan/shader/scale.comp
third_party/ncnn/src/layer/vulkan/shader/scale_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/scale_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/shufflechannel.comp
third_party/ncnn/src/layer/vulkan/shader/shufflechannel_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/shufflechannel_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/sigmoid.comp
third_party/ncnn/src/layer/vulkan/shader/sigmoid_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/sigmoid_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/slice.comp
third_party/ncnn/src/layer/vulkan/shader/slice_pack1to4.comp
third_party/ncnn/src/layer/vulkan/shader/slice_pack1to8.comp
third_party/ncnn/src/layer/vulkan/shader/slice_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/slice_pack4to8.comp
third_party/ncnn/src/layer/vulkan/shader/slice_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/softmax_div_sum.comp
third_party/ncnn/src/layer/vulkan/shader/softmax_div_sum_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/softmax_div_sum_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/softmax_exp_sub_max.comp
third_party/ncnn/src/layer/vulkan/shader/softmax_exp_sub_max_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/softmax_exp_sub_max_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/softmax_reduce_max.comp
third_party/ncnn/src/layer/vulkan/shader/softmax_reduce_max_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/softmax_reduce_max_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/softmax_reduce_sum.comp
third_party/ncnn/src/layer/vulkan/shader/softmax_reduce_sum_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/softmax_reduce_sum_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/swish.comp
third_party/ncnn/src/layer/vulkan/shader/swish_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/swish_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/tanh.comp
third_party/ncnn/src/layer/vulkan/shader/tanh_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/tanh_pack8.comp
third_party/ncnn/src/layer/vulkan/shader/unaryop.comp
third_party/ncnn/src/layer/vulkan/shader/unaryop_pack4.comp
third_party/ncnn/src/layer/vulkan/shader/unaryop_pack8.comp
third_party/ncnn/src/layer/x86/avx_mathfun.h
third_party/ncnn/src/layer/x86/batchnorm_x86.cpp
third_party/ncnn/src/layer/x86/batchnorm_x86.h
third_party/ncnn/src/layer/x86/bias_x86.cpp
third_party/ncnn/src/layer/x86/bias_x86.h
third_party/ncnn/src/layer/x86/binaryop_x86.cpp
third_party/ncnn/src/layer/x86/binaryop_x86.h
third_party/ncnn/src/layer/x86/cast_x86.cpp
third_party/ncnn/src/layer/x86/cast_x86.h
third_party/ncnn/src/layer/x86/clip_x86.cpp
third_party/ncnn/src/layer/x86/clip_x86.h
third_party/ncnn/src/layer/x86/concat_x86.cpp
third_party/ncnn/src/layer/x86/concat_x86.h
third_party/ncnn/src/layer/x86/convolution_1x1.h
third_party/ncnn/src/layer/x86/convolution_1x1_int8.h
third_party/ncnn/src/layer/x86/convolution_1x1_pack4.h
third_party/ncnn/src/layer/x86/convolution_1x1_pack8.h
third_party/ncnn/src/layer/x86/convolution_1x1_pack8_fp16.h
third_party/ncnn/src/layer/x86/convolution_1x1_pack8to4_int8.h
third_party/ncnn/src/layer/x86/convolution_2x2_pack8.h
third_party/ncnn/src/layer/x86/convolution_2x2_pack8_fp16.h
third_party/ncnn/src/layer/x86/convolution_3x3.h
third_party/ncnn/src/layer/x86/convolution_3x3_int8.h
third_party/ncnn/src/layer/x86/convolution_3x3_pack1to8.h
third_party/ncnn/src/layer/x86/convolution_3x3_pack8.h
third_party/ncnn/src/layer/x86/convolution_3x3_pack8to1.h
third_party/ncnn/src/layer/x86/convolution_5x5.h
third_party/ncnn/src/layer/x86/convolution_7x7.h
third_party/ncnn/src/layer/x86/convolution_int8.h
third_party/ncnn/src/layer/x86/convolution_pack1to4_int8.h
third_party/ncnn/src/layer/x86/convolution_pack8to1_int8.h
third_party/ncnn/src/layer/x86/convolution_pack8to4_int8.h
third_party/ncnn/src/layer/x86/convolution_sgemm.h
third_party/ncnn/src/layer/x86/convolution_sgemm_int8.h
third_party/ncnn/src/layer/x86/convolution_sgemm_pack8to4_int8.h
third_party/ncnn/src/layer/x86/convolution_x86.cpp
third_party/ncnn/src/layer/x86/convolution_x86.h
third_party/ncnn/src/layer/x86/convolutiondepthwise_3x3.h
third_party/ncnn/src/layer/x86/convolutiondepthwise_3x3_int8.h
third_party/ncnn/src/layer/x86/convolutiondepthwise_3x3_pack8.h
third_party/ncnn/src/layer/x86/convolutiondepthwise_3x3_pack8_fp16.h
third_party/ncnn/src/layer/x86/convolutiondepthwise_5x5_pack8.h
third_party/ncnn/src/layer/x86/convolutiondepthwise_x86.cpp
third_party/ncnn/src/layer/x86/convolutiondepthwise_x86.h
third_party/ncnn/src/layer/x86/crop_x86.cpp
third_party/ncnn/src/layer/x86/crop_x86.h
third_party/ncnn/src/layer/x86/dequantize_x86.cpp
third_party/ncnn/src/layer/x86/dequantize_x86.h
third_party/ncnn/src/layer/x86/dropout_x86.cpp
third_party/ncnn/src/layer/x86/dropout_x86.h
third_party/ncnn/src/layer/x86/eltwise_x86.cpp
third_party/ncnn/src/layer/x86/eltwise_x86.h
third_party/ncnn/src/layer/x86/flatten_x86.cpp
third_party/ncnn/src/layer/x86/flatten_x86.h
third_party/ncnn/src/layer/x86/hardsigmoid_x86.cpp
third_party/ncnn/src/layer/x86/hardsigmoid_x86.h
third_party/ncnn/src/layer/x86/hardswish_x86.cpp
third_party/ncnn/src/layer/x86/hardswish_x86.h
third_party/ncnn/src/layer/x86/innerproduct_x86.cpp
third_party/ncnn/src/layer/x86/innerproduct_x86.h
third_party/ncnn/src/layer/x86/lrn_x86.cpp
third_party/ncnn/src/layer/x86/lrn_x86.h
third_party/ncnn/src/layer/x86/lstm_x86.cpp
third_party/ncnn/src/layer/x86/lstm_x86.h
third_party/ncnn/src/layer/x86/mish_x86.cpp
third_party/ncnn/src/layer/x86/mish_x86.h
third_party/ncnn/src/layer/x86/packing_x86.cpp
third_party/ncnn/src/layer/x86/packing_x86.h
third_party/ncnn/src/layer/x86/padding_pack4.h
third_party/ncnn/src/layer/x86/padding_pack8.h
third_party/ncnn/src/layer/x86/padding_pack8_int8.h
third_party/ncnn/src/layer/x86/padding_x86.cpp
third_party/ncnn/src/layer/x86/padding_x86.h
third_party/ncnn/src/layer/x86/pooling_2x2.h
third_party/ncnn/src/layer/x86/pooling_2x2_pack8.h
third_party/ncnn/src/layer/x86/pooling_3x3_pack8.h
third_party/ncnn/src/layer/x86/pooling_x86.cpp
third_party/ncnn/src/layer/x86/pooling_x86.h
third_party/ncnn/src/layer/x86/prelu_x86.cpp
third_party/ncnn/src/layer/x86/prelu_x86.h
third_party/ncnn/src/layer/x86/quantize_x86.cpp
third_party/ncnn/src/layer/x86/quantize_x86.h
third_party/ncnn/src/layer/x86/relu_x86.cpp
third_party/ncnn/src/layer/x86/relu_x86.h
third_party/ncnn/src/layer/x86/requantize_x86.cpp
third_party/ncnn/src/layer/x86/requantize_x86.h
third_party/ncnn/src/layer/x86/reshape_x86.cpp
third_party/ncnn/src/layer/x86/reshape_x86.h
third_party/ncnn/src/layer/x86/roialign_x86.cpp
third_party/ncnn/src/layer/x86/roialign_x86.h
third_party/ncnn/src/layer/x86/scale_x86.cpp
third_party/ncnn/src/layer/x86/scale_x86.h
third_party/ncnn/src/layer/x86/sigmoid_x86.cpp
third_party/ncnn/src/layer/x86/sigmoid_x86.h
third_party/ncnn/src/layer/x86/slice_x86.cpp
third_party/ncnn/src/layer/x86/slice_x86.h
third_party/ncnn/src/layer/x86/sse_mathfun.h
third_party/ncnn/src/layer/x86/swish_x86.cpp
third_party/ncnn/src/layer/x86/swish_x86.h
third_party/ncnn/src/layer/x86/tanh_x86.cpp
third_party/ncnn/src/layer/x86/tanh_x86.h
third_party/ncnn/src/layer/x86/x86_activation.h
third_party/ncnn/src/layer/x86/x86_usability.h
third_party/ncnn/src/layer/x86/yolov3detectionoutput_x86.cpp
third_party/ncnn/src/layer/x86/yolov3detectionoutput_x86.h
third_party/ncnn/tests/CMakeLists.txt
third_party/ncnn/tests/prng.h
third_party/ncnn/tests/test_absval.cpp
third_party/ncnn/tests/test_batchnorm.cpp
third_party/ncnn/tests/test_binaryop.cpp
third_party/ncnn/tests/test_c_api.cpp
third_party/ncnn/tests/test_cast.cpp
third_party/ncnn/tests/test_clip.cpp
third_party/ncnn/tests/test_command.cpp
third_party/ncnn/tests/test_concat.cpp
third_party/ncnn/tests/test_convolution.cpp
third_party/ncnn/tests/test_convolution1d.cpp
third_party/ncnn/tests/test_convolutiondepthwise.cpp
third_party/ncnn/tests/test_cpu.cpp
third_party/ncnn/tests/test_crop.cpp
third_party/ncnn/tests/test_deconvolution.cpp
third_party/ncnn/tests/test_deconvolutiondepthwise.cpp
third_party/ncnn/tests/test_deepcopy.cpp
third_party/ncnn/tests/test_dequantize.cpp
third_party/ncnn/tests/test_dropout.cpp
third_party/ncnn/tests/test_eltwise.cpp
third_party/ncnn/tests/test_elu.cpp
third_party/ncnn/tests/test_flatten.cpp
third_party/ncnn/tests/test_gelu.cpp
third_party/ncnn/tests/test_gemm.cpp
third_party/ncnn/tests/test_groupnorm.cpp
third_party/ncnn/tests/test_gru.cpp
third_party/ncnn/tests/test_hardsigmoid.cpp
third_party/ncnn/tests/test_hardswish.cpp
third_party/ncnn/tests/test_innerproduct.cpp
third_party/ncnn/tests/test_instancenorm.cpp
third_party/ncnn/tests/test_interp.cpp
third_party/ncnn/tests/test_layernorm.cpp
third_party/ncnn/tests/test_lrn.cpp
third_party/ncnn/tests/test_lstm.cpp
third_party/ncnn/tests/test_mat_pixel.cpp
third_party/ncnn/tests/test_mat_pixel_affine.cpp
third_party/ncnn/tests/test_mat_pixel_drawing.cpp
third_party/ncnn/tests/test_mat_pixel_resize.cpp
third_party/ncnn/tests/test_mat_pixel_rotate.cpp
third_party/ncnn/tests/test_memorydata.cpp
third_party/ncnn/tests/test_mish.cpp
third_party/ncnn/tests/test_multiheadattention.cpp
third_party/ncnn/tests/test_noop.cpp
third_party/ncnn/tests/test_normalize.cpp
third_party/ncnn/tests/test_packing.cpp
third_party/ncnn/tests/test_padding.cpp
third_party/ncnn/tests/test_permute.cpp
third_party/ncnn/tests/test_pixelshuffle.cpp
third_party/ncnn/tests/test_pooling.cpp
third_party/ncnn/tests/test_pooling1d.cpp
third_party/ncnn/tests/test_prelu.cpp
third_party/ncnn/tests/test_priorbox.cpp
third_party/ncnn/tests/test_quantize.cpp
third_party/ncnn/tests/test_relu.cpp
third_party/ncnn/tests/test_reorg.cpp
third_party/ncnn/tests/test_requantize.cpp
third_party/ncnn/tests/test_reshape.cpp
third_party/ncnn/tests/test_rnn.cpp
third_party/ncnn/tests/test_roialign.cpp
third_party/ncnn/tests/test_roipooling.cpp
third_party/ncnn/tests/test_scale.cpp
third_party/ncnn/tests/test_selu.cpp
third_party/ncnn/tests/test_shufflechannel.cpp
third_party/ncnn/tests/test_sigmoid.cpp
third_party/ncnn/tests/test_slice.cpp
third_party/ncnn/tests/test_softmax.cpp
third_party/ncnn/tests/test_softplus.cpp
third_party/ncnn/tests/test_squeezenet.cpp
third_party/ncnn/tests/test_swish.cpp
third_party/ncnn/tests/test_tanh.cpp
third_party/ncnn/tests/test_unaryop.cpp
third_party/ncnn/tests/test_yolov3detectionoutput.cpp
third_party/ncnn/tests/testutil.h
third_party/ncnn/toolchains/aarch64-linux-gnu-c.toolchain.cmake
third_party/ncnn/toolchains/aarch64-linux-gnu.toolchain.cmake
third_party/ncnn/toolchains/arm-linux-gnueabi-c.toolchain.cmake
third_party/ncnn/toolchains/arm-linux-gnueabi.toolchain.cmake
third_party/ncnn/toolchains/arm-linux-gnueabihf.toolchain.cmake
third_party/ncnn/toolchains/c906.toolchain.cmake
third_party/ncnn/toolchains/himix100.toolchain.cmake
third_party/ncnn/toolchains/himix200.toolchain.cmake
third_party/ncnn/toolchains/hisiv300.toolchain.cmake
third_party/ncnn/toolchains/hisiv500.toolchain.cmake
third_party/ncnn/toolchains/hisiv600.toolchain.cmake
third_party/ncnn/toolchains/host-c.clang.toolchain.cmake
third_party/ncnn/toolchains/host-c.gcc.toolchain.cmake
third_party/ncnn/toolchains/host.clang-m32.toolchain.cmake
third_party/ncnn/toolchains/host.gcc-c++03.toolchain.cmake
third_party/ncnn/toolchains/host.gcc-m32.toolchain.cmake
third_party/ncnn/toolchains/host.gcc.toolchain.cmake
third_party/ncnn/toolchains/ios.toolchain.cmake
third_party/ncnn/toolchains/iossimxc-x64.toolchain.cmake
third_party/ncnn/toolchains/iossimxc.toolchain.cmake
third_party/ncnn/toolchains/iosxc-arm64.toolchain.cmake
third_party/ncnn/toolchains/iosxc.toolchain.cmake
third_party/ncnn/toolchains/jetson.toolchain.cmake
third_party/ncnn/toolchains/loongarch64-linux-gnu.toolchain.cmake
third_party/ncnn/toolchains/mips-mti-linux-gnu.toolchain.cmake
third_party/ncnn/toolchains/mips64el-linux-gnuabi64.toolchain.cmake
third_party/ncnn/toolchains/mipsel-linux-gnu.toolchain.cmake
third_party/ncnn/toolchains/mipsisa32r6el-linux-gnu.toolchain.cmake
third_party/ncnn/toolchains/mipsisa64r6el-linux-gnuabi64.toolchain.cmake
third_party/ncnn/toolchains/pi3.toolchain.cmake
third_party/ncnn/toolchains/powerpc64le-linux-gnu.toolchain.cmake
third_party/ncnn/toolchains/riscv32-unknown-elf.toolchain.cmake
third_party/ncnn/toolchains/riscv64-linux-gnu.toolchain.cmake
third_party/ncnn/toolchains/riscv64-unknown-elf.toolchain.cmake
third_party/ncnn/toolchains/riscv64-unknown-linux-gnu.toolchain.cmake
third_party/ncnn/toolchains/v831.toolchain.cmake
third_party/ncnn/tools/CMakeLists.txt
third_party/ncnn/tools/modelwriter.h
third_party/ncnn/tools/ncnn2mem.cpp
third_party/ncnn/tools/ncnnmerge.cpp
third_party/ncnn/tools/ncnnoptimize.cpp
third_party/ncnn/tools/caffe/CMakeLists.txt
third_party/ncnn/tools/caffe/caffe.proto
third_party/ncnn/tools/caffe/caffe2ncnn.cpp
third_party/ncnn/tools/darknet/CMakeLists.txt
third_party/ncnn/tools/darknet/README.md
third_party/ncnn/tools/darknet/darknet2ncnn.cpp
third_party/ncnn/tools/darknet/output.jpg
third_party/ncnn/tools/keras/readme.md
third_party/ncnn/tools/mlir/CMakeLists.txt
third_party/ncnn/tools/mlir/fix_td.sh
third_party/ncnn/tools/mlir/mlir2ncnn.cpp
third_party/ncnn/tools/mlir/ncnn_dialect.cpp
third_party/ncnn/tools/mlir/ncnn_dialect.h
third_party/ncnn/tools/mlir/ncnn_ops.td
third_party/ncnn/tools/mlir/ncnn_rewriter.cpp
third_party/ncnn/tools/mlir/ncnn_rewriter.td
third_party/ncnn/tools/mlir/tf_attributes.cc
third_party/ncnn/tools/mlir/tf_attributes.h
third_party/ncnn/tools/mlir/tf_dialect.cpp
third_party/ncnn/tools/mlir/tf_dialect.h
third_party/ncnn/tools/mlir/tf_generated_ops.td
third_party/ncnn/tools/mlir/tf_op_base.td
third_party/ncnn/tools/mlir/tf_ops.td
third_party/ncnn/tools/mlir/tf_side_effects.h
third_party/ncnn/tools/mlir/tf_traits.h
third_party/ncnn/tools/mlir/tf_types.cc
third_party/ncnn/tools/mlir/tf_types.def
third_party/ncnn/tools/mlir/tf_types.h
third_party/ncnn/tools/mxnet/CMakeLists.txt
third_party/ncnn/tools/mxnet/mxnet2ncnn.cpp
third_party/ncnn/tools/onnx/CMakeLists.txt
third_party/ncnn/tools/onnx/onnx.proto
third_party/ncnn/tools/onnx/onnx2ncnn.cpp
third_party/ncnn/tools/plugin/ImageWatchNCNN.natvis
third_party/ncnn/tools/plugin/ImageWatchNNIE.natvis
third_party/ncnn/tools/plugin/README.md
third_party/ncnn/tools/plugin/ncnn_snapshot.png
third_party/ncnn/tools/plugin/nnie_snapshot.png
third_party/ncnn/tools/pytorch/readme.txt
third_party/ncnn/tools/quantize/CMakeLists.txt
third_party/ncnn/tools/quantize/README.md
third_party/ncnn/tools/quantize/imreadwrite.cpp
third_party/ncnn/tools/quantize/imreadwrite.h
third_party/ncnn/tools/quantize/ncnn2int8.cpp
third_party/ncnn/tools/quantize/ncnn2table.cpp
third_party/ncnn/tools/tensorflow/readme.txt
third_party/zxing-cpp/CMakeLists.txt
third_party/zxing-cpp/LICENSE
third_party/zxing-cpp/README.md
third_party/zxing-cpp/ZXVersion.h.in
third_party/zxing-cpp/ZXingConfig.cmake.in
third_party/zxing-cpp/src/BarcodeFormat.cpp
third_party/zxing-cpp/src/BarcodeFormat.h
third_party/zxing-cpp/src/BinaryBitmap.cpp
third_party/zxing-cpp/src/BinaryBitmap.h
third_party/zxing-cpp/src/BitArray.cpp
third_party/zxing-cpp/src/BitArray.h
third_party/zxing-cpp/src/BitHacks.h
third_party/zxing-cpp/src/BitMatrix.cpp
third_party/zxing-cpp/src/BitMatrix.h
third_party/zxing-cpp/src/BitMatrixCursor.h
third_party/zxing-cpp/src/BitMatrixIO.cpp
third_party/zxing-cpp/src/BitMatrixIO.h
third_party/zxing-cpp/src/BitSource.cpp
third_party/zxing-cpp/src/BitSource.h
third_party/zxing-cpp/src/ByteArray.h
third_party/zxing-cpp/src/ByteMatrix.h
third_party/zxing-cpp/src/CharacterSet.h
third_party/zxing-cpp/src/CharacterSetECI.cpp
third_party/zxing-cpp/src/CharacterSetECI.h
third_party/zxing-cpp/src/ConcentricFinder.cpp
third_party/zxing-cpp/src/ConcentricFinder.h
third_party/zxing-cpp/src/CustomData.h
third_party/zxing-cpp/src/DecodeHints.cpp
third_party/zxing-cpp/src/DecodeHints.h
third_party/zxing-cpp/src/DecodeStatus.cpp
third_party/zxing-cpp/src/DecodeStatus.h
third_party/zxing-cpp/src/DecoderResult.h
third_party/zxing-cpp/src/DetectorResult.h
third_party/zxing-cpp/src/Flags.h
third_party/zxing-cpp/src/GTIN.cpp
third_party/zxing-cpp/src/GTIN.h
third_party/zxing-cpp/src/GenericGF.cpp
third_party/zxing-cpp/src/GenericGF.h
third_party/zxing-cpp/src/GenericGFPoly.cpp
third_party/zxing-cpp/src/GenericGFPoly.h
third_party/zxing-cpp/src/GlobalHistogramBinarizer.cpp
third_party/zxing-cpp/src/GlobalHistogramBinarizer.h
third_party/zxing-cpp/src/GridSampler.cpp
third_party/zxing-cpp/src/GridSampler.h
third_party/zxing-cpp/src/HybridBinarizer.cpp
third_party/zxing-cpp/src/HybridBinarizer.h
third_party/zxing-cpp/src/ImageView.h
third_party/zxing-cpp/src/LogMatrix.h
third_party/zxing-cpp/src/Matrix.h
third_party/zxing-cpp/src/MultiFormatReader.cpp
third_party/zxing-cpp/src/MultiFormatReader.h
third_party/zxing-cpp/src/MultiFormatWriter.cpp
third_party/zxing-cpp/src/MultiFormatWriter.h
third_party/zxing-cpp/src/Pattern.h
third_party/zxing-cpp/src/PerspectiveTransform.cpp
third_party/zxing-cpp/src/PerspectiveTransform.h
third_party/zxing-cpp/src/Point.h
third_party/zxing-cpp/src/Quadrilateral.h
third_party/zxing-cpp/src/ReadBarcode.cpp
third_party/zxing-cpp/src/ReadBarcode.h
third_party/zxing-cpp/src/Reader.h
third_party/zxing-cpp/src/ReedSolomonDecoder.cpp
third_party/zxing-cpp/src/ReedSolomonDecoder.h
third_party/zxing-cpp/src/ReedSolomonEncoder.cpp
third_party/zxing-cpp/src/ReedSolomonEncoder.h
third_party/zxing-cpp/src/RegressionLine.h
third_party/zxing-cpp/src/Result.cpp
third_party/zxing-cpp/src/Result.h
third_party/zxing-cpp/src/ResultPoint.cpp
third_party/zxing-cpp/src/ResultPoint.h
third_party/zxing-cpp/src/Scope.h
third_party/zxing-cpp/src/StructuredAppend.h
third_party/zxing-cpp/src/TextDecoder.cpp
third_party/zxing-cpp/src/TextDecoder.h
third_party/zxing-cpp/src/TextEncoder.cpp
third_party/zxing-cpp/src/TextEncoder.h
third_party/zxing-cpp/src/TextUtfEncoding.cpp
third_party/zxing-cpp/src/TextUtfEncoding.h
third_party/zxing-cpp/src/ThresholdBinarizer.h
third_party/zxing-cpp/src/TritMatrix.h
third_party/zxing-cpp/src/WhiteRectDetector.cpp
third_party/zxing-cpp/src/WhiteRectDetector.h
third_party/zxing-cpp/src/ZXBigInteger.cpp
third_party/zxing-cpp/src/ZXBigInteger.h
third_party/zxing-cpp/src/ZXConfig.h
third_party/zxing-cpp/src/ZXContainerAlgorithms.h
third_party/zxing-cpp/src/ZXNullable.h
third_party/zxing-cpp/src/ZXTestSupport.h
third_party/zxing-cpp/src/aztec/AZDecoder.cpp
third_party/zxing-cpp/src/aztec/AZDecoder.h
third_party/zxing-cpp/src/aztec/AZDetector.cpp
third_party/zxing-cpp/src/aztec/AZDetector.h
third_party/zxing-cpp/src/aztec/AZDetectorResult.h
third_party/zxing-cpp/src/aztec/AZEncoder.cpp
third_party/zxing-cpp/src/aztec/AZEncoder.h
third_party/zxing-cpp/src/aztec/AZEncodingState.h
third_party/zxing-cpp/src/aztec/AZHighLevelEncoder.cpp
third_party/zxing-cpp/src/aztec/AZHighLevelEncoder.h
third_party/zxing-cpp/src/aztec/AZReader.cpp
third_party/zxing-cpp/src/aztec/AZReader.h
third_party/zxing-cpp/src/aztec/AZToken.cpp
third_party/zxing-cpp/src/aztec/AZToken.h
third_party/zxing-cpp/src/aztec/AZWriter.cpp
third_party/zxing-cpp/src/aztec/AZWriter.h
third_party/zxing-cpp/src/datamatrix/DMBitLayout.cpp
third_party/zxing-cpp/src/datamatrix/DMBitLayout.h
third_party/zxing-cpp/src/datamatrix/DMDataBlock.cpp
third_party/zxing-cpp/src/datamatrix/DMDataBlock.h
third_party/zxing-cpp/src/datamatrix/DMDecoder.cpp
third_party/zxing-cpp/src/datamatrix/DMDecoder.h
third_party/zxing-cpp/src/datamatrix/DMDetector.cpp
third_party/zxing-cpp/src/datamatrix/DMDetector.h
third_party/zxing-cpp/src/datamatrix/DMECEncoder.cpp
third_party/zxing-cpp/src/datamatrix/DMECEncoder.h
third_party/zxing-cpp/src/datamatrix/DMEncoderContext.h
third_party/zxing-cpp/src/datamatrix/DMHighLevelEncoder.cpp
third_party/zxing-cpp/src/datamatrix/DMHighLevelEncoder.h
third_party/zxing-cpp/src/datamatrix/DMReader.cpp
third_party/zxing-cpp/src/datamatrix/DMReader.h
third_party/zxing-cpp/src/datamatrix/DMSymbolInfo.cpp
third_party/zxing-cpp/src/datamatrix/DMSymbolInfo.h
third_party/zxing-cpp/src/datamatrix/DMSymbolShape.h
third_party/zxing-cpp/src/datamatrix/DMVersion.cpp
third_party/zxing-cpp/src/datamatrix/DMVersion.h
third_party/zxing-cpp/src/datamatrix/DMWriter.cpp
third_party/zxing-cpp/src/datamatrix/DMWriter.h
third_party/zxing-cpp/src/maxicode/MCBitMatrixParser.cpp
third_party/zxing-cpp/src/maxicode/MCBitMatrixParser.h
third_party/zxing-cpp/src/maxicode/MCDecoder.cpp
third_party/zxing-cpp/src/maxicode/MCDecoder.h
third_party/zxing-cpp/src/maxicode/MCReader.cpp
third_party/zxing-cpp/src/maxicode/MCReader.h
third_party/zxing-cpp/src/oned/ODCodabarReader.cpp
third_party/zxing-cpp/src/oned/ODCodabarReader.h
third_party/zxing-cpp/src/oned/ODCodabarWriter.cpp
third_party/zxing-cpp/src/oned/ODCodabarWriter.h
third_party/zxing-cpp/src/oned/ODCode128Patterns.cpp
third_party/zxing-cpp/src/oned/ODCode128Patterns.h
third_party/zxing-cpp/src/oned/ODCode128Reader.cpp
third_party/zxing-cpp/src/oned/ODCode128Reader.h
third_party/zxing-cpp/src/oned/ODCode128Writer.cpp
third_party/zxing-cpp/src/oned/ODCode128Writer.h
third_party/zxing-cpp/src/oned/ODCode39Reader.cpp
third_party/zxing-cpp/src/oned/ODCode39Reader.h
third_party/zxing-cpp/src/oned/ODCode39Writer.cpp
third_party/zxing-cpp/src/oned/ODCode39Writer.h
third_party/zxing-cpp/src/oned/ODCode93Reader.cpp
third_party/zxing-cpp/src/oned/ODCode93Reader.h
third_party/zxing-cpp/src/oned/ODCode93Writer.cpp
third_party/zxing-cpp/src/oned/ODCode93Writer.h
third_party/zxing-cpp/src/oned/ODDataBarCommon.cpp
third_party/zxing-cpp/src/oned/ODDataBarCommon.h
third_party/zxing-cpp/src/oned/ODDataBarExpandedReader.cpp
third_party/zxing-cpp/src/oned/ODDataBarExpandedReader.h
third_party/zxing-cpp/src/oned/ODDataBarReader.cpp
third_party/zxing-cpp/src/oned/ODDataBarReader.h
third_party/zxing-cpp/src/oned/ODEAN13Writer.cpp
third_party/zxing-cpp/src/oned/ODEAN13Writer.h
third_party/zxing-cpp/src/oned/ODEAN8Writer.cpp
third_party/zxing-cpp/src/oned/ODEAN8Writer.h
third_party/zxing-cpp/src/oned/ODITFReader.cpp
third_party/zxing-cpp/src/oned/ODITFReader.h
third_party/zxing-cpp/src/oned/ODITFWriter.cpp
third_party/zxing-cpp/src/oned/ODITFWriter.h
third_party/zxing-cpp/src/oned/ODMultiUPCEANReader.cpp
third_party/zxing-cpp/src/oned/ODMultiUPCEANReader.h
third_party/zxing-cpp/src/oned/ODReader.cpp
third_party/zxing-cpp/src/oned/ODReader.h
third_party/zxing-cpp/src/oned/ODRowReader.cpp
third_party/zxing-cpp/src/oned/ODRowReader.h
third_party/zxing-cpp/src/oned/ODUPCAWriter.cpp
third_party/zxing-cpp/src/oned/ODUPCAWriter.h
third_party/zxing-cpp/src/oned/ODUPCEANCommon.cpp
third_party/zxing-cpp/src/oned/ODUPCEANCommon.h
third_party/zxing-cpp/src/oned/ODUPCEWriter.cpp
third_party/zxing-cpp/src/oned/ODUPCEWriter.h
third_party/zxing-cpp/src/oned/ODWriterHelper.cpp
third_party/zxing-cpp/src/oned/ODWriterHelper.h
third_party/zxing-cpp/src/oned/rss/ODRSSExpandedBinaryDecoder.cpp
third_party/zxing-cpp/src/oned/rss/ODRSSExpandedBinaryDecoder.h
third_party/zxing-cpp/src/oned/rss/ODRSSFieldParser.cpp
third_party/zxing-cpp/src/oned/rss/ODRSSFieldParser.h
third_party/zxing-cpp/src/oned/rss/ODRSSGenericAppIdDecoder.cpp
third_party/zxing-cpp/src/oned/rss/ODRSSGenericAppIdDecoder.h
third_party/zxing-cpp/src/pdf417/PDFBarcodeMetadata.h
third_party/zxing-cpp/src/pdf417/PDFBarcodeValue.cpp
third_party/zxing-cpp/src/pdf417/PDFBarcodeValue.h
third_party/zxing-cpp/src/pdf417/PDFBoundingBox.cpp
third_party/zxing-cpp/src/pdf417/PDFBoundingBox.h
third_party/zxing-cpp/src/pdf417/PDFCodeword.h
third_party/zxing-cpp/src/pdf417/PDFCodewordDecoder.cpp
third_party/zxing-cpp/src/pdf417/PDFCodewordDecoder.h
third_party/zxing-cpp/src/pdf417/PDFCompaction.h
third_party/zxing-cpp/src/pdf417/PDFDecodedBitStreamParser.cpp
third_party/zxing-cpp/src/pdf417/PDFDecodedBitStreamParser.h
third_party/zxing-cpp/src/pdf417/PDFDecoderResultExtra.h
third_party/zxing-cpp/src/pdf417/PDFDetectionResult.cpp
third_party/zxing-cpp/src/pdf417/PDFDetectionResult.h
third_party/zxing-cpp/src/pdf417/PDFDetectionResultColumn.cpp
third_party/zxing-cpp/src/pdf417/PDFDetectionResultColumn.h
third_party/zxing-cpp/src/pdf417/PDFDetector.cpp
third_party/zxing-cpp/src/pdf417/PDFDetector.h
third_party/zxing-cpp/src/pdf417/PDFEncoder.cpp
third_party/zxing-cpp/src/pdf417/PDFEncoder.h
third_party/zxing-cpp/src/pdf417/PDFHighLevelEncoder.cpp
third_party/zxing-cpp/src/pdf417/PDFHighLevelEncoder.h
third_party/zxing-cpp/src/pdf417/PDFModulusGF.cpp
third_party/zxing-cpp/src/pdf417/PDFModulusGF.h
third_party/zxing-cpp/src/pdf417/PDFModulusPoly.cpp
third_party/zxing-cpp/src/pdf417/PDFModulusPoly.h
third_party/zxing-cpp/src/pdf417/PDFReader.cpp
third_party/zxing-cpp/src/pdf417/PDFReader.h
third_party/zxing-cpp/src/pdf417/PDFScanningDecoder.cpp
third_party/zxing-cpp/src/pdf417/PDFScanningDecoder.h
third_party/zxing-cpp/src/pdf417/PDFWriter.cpp
third_party/zxing-cpp/src/pdf417/PDFWriter.h
third_party/zxing-cpp/src/qrcode/QRBitMatrixParser.cpp
third_party/zxing-cpp/src/qrcode/QRBitMatrixParser.h
third_party/zxing-cpp/src/qrcode/QRCodecMode.cpp
third_party/zxing-cpp/src/qrcode/QRCodecMode.h
third_party/zxing-cpp/src/qrcode/QRDataBlock.cpp
third_party/zxing-cpp/src/qrcode/QRDataBlock.h
third_party/zxing-cpp/src/qrcode/QRDataMask.h
third_party/zxing-cpp/src/qrcode/QRDecoder.cpp
third_party/zxing-cpp/src/qrcode/QRDecoder.h
third_party/zxing-cpp/src/qrcode/QRDecoderMetadata.h
third_party/zxing-cpp/src/qrcode/QRDetector.cpp
third_party/zxing-cpp/src/qrcode/QRDetector.h
third_party/zxing-cpp/src/qrcode/QRECB.h
third_party/zxing-cpp/src/qrcode/QREncodeResult.h
third_party/zxing-cpp/src/qrcode/QREncoder.cpp
third_party/zxing-cpp/src/qrcode/QREncoder.h
third_party/zxing-cpp/src/qrcode/QRErrorCorrectionLevel.cpp
third_party/zxing-cpp/src/qrcode/QRErrorCorrectionLevel.h
third_party/zxing-cpp/src/qrcode/QRFormatInformation.cpp
third_party/zxing-cpp/src/qrcode/QRFormatInformation.h
third_party/zxing-cpp/src/qrcode/QRMaskUtil.cpp
third_party/zxing-cpp/src/qrcode/QRMaskUtil.h
third_party/zxing-cpp/src/qrcode/QRMatrixUtil.cpp
third_party/zxing-cpp/src/qrcode/QRMatrixUtil.h
third_party/zxing-cpp/src/qrcode/QRReader.cpp
third_party/zxing-cpp/src/qrcode/QRReader.h
third_party/zxing-cpp/src/qrcode/QRVersion.cpp
third_party/zxing-cpp/src/qrcode/QRVersion.h
third_party/zxing-cpp/src/qrcode/QRWriter.cpp
third_party/zxing-cpp/src/qrcode/QRWriter.h
third_party/zxing-cpp/src/textcodec/Big5MapTable.cpp
third_party/zxing-cpp/src/textcodec/Big5MapTable.h
third_party/zxing-cpp/src/textcodec/Big5TextDecoder.cpp
third_party/zxing-cpp/src/textcodec/Big5TextDecoder.h
third_party/zxing-cpp/src/textcodec/Big5TextEncoder.cpp
third_party/zxing-cpp/src/textcodec/Big5TextEncoder.h
third_party/zxing-cpp/src/textcodec/GBTextDecoder.cpp
third_party/zxing-cpp/src/textcodec/GBTextDecoder.h
third_party/zxing-cpp/src/textcodec/GBTextEncoder.cpp
third_party/zxing-cpp/src/textcodec/GBTextEncoder.h
third_party/zxing-cpp/src/textcodec/JPTextDecoder.cpp
third_party/zxing-cpp/src/textcodec/JPTextDecoder.h
third_party/zxing-cpp/src/textcodec/JPTextEncoder.cpp
third_party/zxing-cpp/src/textcodec/JPTextEncoder.h
third_party/zxing-cpp/src/textcodec/KRHangulMapping.cpp
third_party/zxing-cpp/src/textcodec/KRHangulMapping.h
third_party/zxing-cpp/src/textcodec/KRTextDecoder.cpp
third_party/zxing-cpp/src/textcodec/KRTextDecoder.h
third_party/zxing-cpp/src/textcodec/KRTextEncoder.cpp
third_party/zxing-cpp/src/textcodec/KRTextEncoder.h