CMakeLists.txt 308 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
cc_library(
  tensor_utils
  SRCS tensor_utils.cc
  DEPS phi_api autograd_meta grad_node_info accumulation_node)
cc_library(
  hook_utils
  SRCS hook_utils.cc
  DEPS phi tensor_utils autograd_meta grad_node_info utils accumulation_node)
cc_library(
  global_utils
  SRCS global_utils.cc
  DEPS place tracer)