RUAN PINGCHENG created SINGA-245:
------------------------------------
Summary: float as the first operand can not multiply with a tensor
object
Key: SINGA-245
URL: https://issues.apache.org/jira/browse/SINGA-245
Project: Singa
Issue Type: Bug
Reporter: RUAN PINGCHENG
Priority: Minor
E,g
a = 0.5 # a is a float
b = tensor.Tensor() # b is a tensor object
a * b will raise an exception for an unsupported operation.
However, b * a can work correctly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)