CMakeLists.txt 90 字节
Newer Older
1 2 3 4
cc_library(
  py_layer_node
  SRCS py_layer_node.cc
  DEPS pybind phi_api grad_node_info)