CMakeLists.txt 274 字节
Newer Older
1 2 3 4 5 6 7 8 9 10
if(WITH_PYTHON OR NOT ON_INFER)
  cc_library(
    primitive_eager_utils_experimental
    SRCS eager_utils.cc
    DEPS phi common_infer_shape_functions)
endif()
cc_library(
  primitive_static_utils_experimental
  SRCS static_utils.cc
  DEPS phi common_infer_shape_functions)