Register sum operator (#15889)

test=develop
revert-16045-imperative_remove_desc
mozga-intel 6 years ago committed by ceci3
parent 639118260c
commit b29acec815

@ -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);

Loading…
Cancel
Save