You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "wangwei (JIRA)" <ji...@apache.org> on 2016/10/06 12:02:20 UTC

[jira] [Closed] (SINGA-245) float as the first operand can not multiply with a tensor object

     [ https://issues.apache.org/jira/browse/SINGA-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

wangwei closed SINGA-245.
-------------------------
    Resolution: Fixed

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