-
由 Pascal Lamblin 提交于
A test was using CAReduce{add} instead of Sum, so the accumulation dtype could not be set. Also fixed CAReduceDtype.make_node to allow use of CAReduceDtype{Add} directly, instead of Sum.6acc1699
A test was using CAReduce{add} instead of Sum, so the accumulation
dtype could not be set.
Also fixed CAReduceDtype.make_node to allow use of CAReduceDtype{Add}
directly, instead of Sum.