CMakeLists.txt 109 字节
Newer Older
1 2 3
cc_library(
  custom_operator_node
  SRCS custom_operator_node.cc
4
  DEPS phi grad_node_info custom_operator)