Revision 0d43318d10e1a00cfb44aae5e396e41a438a4b46 authored by Steven Johnson on 10 January 2023, 19:23:58 UTC, committed by GitHub on 10 January 2023, 19:23:58 UTC
* Optimize Module::compile() for some edge cases

Avoid redundant `compile_to_buffer()` calls for output requests that can't possibly ever need them.

* Avoid mutation
1 parent a8d88bb
History
File Mode Size
cmake
delegate
halide
interpreter
test
tflite
util
.gitignore -rw-r--r-- 19 bytes
CMakeLists.txt -rw-r--r-- 4.4 KB
Makefile -rw-r--r-- 17.1 KB
README.md -rw-r--r-- 3.5 KB
benchmark.cpp -rw-r--r-- 2.4 KB
compare_vs_tflite.cpp -rw-r--r-- 716 bytes
configure_cmake.sh -rwxr-xr-x 2.4 KB
run_benchmark_on_device.sh -rwxr-xr-x 2.2 KB
run_benchmark_on_hexagon_sim.sh -rwxr-xr-x 992 bytes
run_compare_on_device.sh -rwxr-xr-x 2.6 KB

README.md

back to top