2020-11-05 08:54:52 +08:00
|
|
|
add_subdirectory(ATenToTCF)
|
2020-06-14 14:45:43 +08:00
|
|
|
add_subdirectory(BasicpyToStd)
|
2020-07-09 12:03:57 +08:00
|
|
|
add_subdirectory(NumpyToTCF)
|
2020-11-10 07:49:22 +08:00
|
|
|
add_subdirectory(TCFToLinalg)
|
2020-11-07 09:17:28 +08:00
|
|
|
add_subdirectory(TCFToStd)
|
2020-05-07 09:41:54 +08:00
|
|
|
add_subdirectory(TCFToTCP)
|
2020-06-14 14:45:43 +08:00
|
|
|
|
2020-10-09 09:29:59 +08:00
|
|
|
add_npcomp_library(NPCOMPConversionPasses
|
2020-08-28 06:09:10 +08:00
|
|
|
Passes.cpp
|
|
|
|
|
|
|
|
DEPENDS
|
|
|
|
NPCOMPConversionPassIncGen
|
|
|
|
|
|
|
|
LINK_COMPONENTS
|
|
|
|
Core
|
|
|
|
|
|
|
|
LINK_LIBS PUBLIC
|
|
|
|
NPCOMPBasicpyToSTD
|
|
|
|
NPCOMPNumpyToTCF
|
|
|
|
NPCOMPTCFToTCP
|
|
|
|
)
|