TIM-VX/src/tim/vx
Goose Bomb 914e280209
Refactor CMake build system (#184)
* Remove unnecessary compiler flags

* Refactor CMakeLists.txt

* Tweak CMakeLists.txt for libtim_internal

* Tweak CMakeLists.txt for libtim-vx

* Make TIM_VX_ENABLE_TEST defaults to OFF

* Eliminate usage of include_directories

* Fix CI unit test
2021-10-12 10:44:49 +08:00
..
internal Refactor CMake build system (#184) 2021-10-12 10:44:49 +08:00
ops Refactor CMake build system (#184) 2021-10-12 10:44:49 +08:00
context.cc Added NBG support 2021-02-22 11:38:21 +08:00
context_private.h Added NBG support 2021-02-22 11:38:21 +08:00
context_test.cc Refine unit test case name (#70) 2021-05-25 11:19:42 +08:00
graph.cc Add shuffle_channel support & test for tim::vx 2021-09-07 22:44:57 +08:00
graph_private.h Add layout inference feature (#34) 2021-05-08 09:29:47 +08:00
graph_test.cc Refine cmake build: add gtest (#47) 2021-05-17 13:04:45 +08:00
operation.cc Add unidirectional sequence lstm support 2021-08-09 13:43:33 +08:00
operation_private.h Remove DownScaleSizeRounding type 2021-05-25 16:48:50 +08:00
tensor.cc Minor refinement: use tensor pointer after check 2021-08-04 11:31:26 +08:00
tensor_private.h Support layout inference for ops (#77) 2021-05-27 10:33:44 +08:00
test_utils.h Fix build error with Android NDK 2021-09-09 12:56:01 +08:00
type_utils.cc Remove DownScaleSizeRounding type 2021-05-25 16:48:50 +08:00
type_utils.h Remove DownScaleSizeRounding type 2021-05-25 16:48:50 +08:00