CMakeLists.txt 216 字节
Newer Older
J
Jiabin Yang 已提交
1 2 3 4
cc_library(
  static_global_utils
  SRCS static_global_utils.cc
  DEPS proto_desc)
5 6 7 8

cc_library(
  static_tensor_operants
  SRCS static_tensor_operants.cc
9
  DEPS static_prim_api primitive_backend_static_experimental)