Describe the bug
I can not fint the tvm test floder in path: onnxruntime/test/tvm.
if (onnxruntime_USE_TVM)
file (GLOB_RECURSE onnxruntime_test_tvm_src CONFIGURE_DEPENDS
"${TEST_SRC_DIR}/tvm/*.h"
"${TEST_SRC_DIR}/tvm/*.cc"
)
list(APPEND onnxruntime_test_providers_dependencies onnxruntime_providers_tvm)
endif()
Describe the bug
I can not fint the tvm test floder in path: onnxruntime/test/tvm.