You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/09/08 14:50:20 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15474065#comment-15474065 ] 

ASF subversion and git services commented on SINGA-245:
-------------------------------------------------------

Commit 76cd806e7f52f609ea603aece9d0ed21b68d67c1 in incubator-singa's branch refs/heads/master from [~ruanpingcheng@gmail.com]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=76cd806 ]

SINGA-245 Float as the first operand can not multiply with a tensor object


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