CMakeLists.txt 148 字节
Newer Older
1
add_subdirectory(utils)
2 3
add_subdirectory(generated)

4 5 6 7
cc_library(
  eager_api
  SRCS all.cc
  DEPS tensor_utils hook_utils global_utils eager_scale)