CMakeLists.txt 137 字节
Newer Older
1 2 3 4
cc_library(
  custom_operator_node
  SRCS custom_operator_node.cc
  DEPS phi_tensor phi_api grad_node_info custom_operator op_meta_info)