From dev-return-3341-archive-asf-public=cust-asf.ponee.io@singa.incubator.apache.org Wed Aug 14 14:03:41 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id E87021802C7 for ; Wed, 14 Aug 2019 16:03:40 +0200 (CEST) Received: (qmail 98518 invoked by uid 500); 14 Aug 2019 14:03:40 -0000 Mailing-List: contact dev-help@singa.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@singa.incubator.apache.org Delivered-To: mailing list dev@singa.incubator.apache.org Received: (qmail 98507 invoked by uid 99); 14 Aug 2019 14:03:40 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Aug 2019 14:03:40 +0000 From: GitBox To: dev@singa.apache.org Subject: [GitHub] [incubator-singa] ShichengChen commented on a change in pull request #505: SINGA-474 sum operator Message-ID: <156579142034.20394.2400941532740444365.gitbox@gitbox.apache.org> Date: Wed, 14 Aug 2019 14:03:40 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit ShichengChen commented on a change in pull request #505: SINGA-474 sum operator URL: https://github.com/apache/incubator-singa/pull/505#discussion_r313891578 ########## File path: python/singa/autograd.py ########## @@ -440,6 +440,21 @@ def add_bias(x, b, axis=0): return AddBias(axis)(x, b)[0] +class Sum(Operation): + def __init__(self): Review comment: yes, I just changed the code ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services