test=develop
@ -18,6 +18,7 @@ limitations under the License. */
#include <vector>
#include "ngraph/ngraph.hpp"
#include "paddle/fluid/operators/ngraph/ops/op_bridge.h"
#include "paddle/fluid/platform/ngraph_helper.h"
namespace paddle {
@ -53,3 +54,5 @@ void BuildSumNode(
} // namespace ngraphs
} // namespace operators
} // namespace paddle
REGISTER_NG_OP(sum, BuildSumNode);