We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More concretely, I believe that the following is not correct:
The scalar might be on the right or left of the operator.
And then also the last example will fail:
> = 3-x 1 1 1 1 [torch.Tensor of dimension 2x2]
The text was updated successfully, but these errors were encountered:
that sounds right, it should be -x + 3 let me correct that.
Sorry, something went wrong.
fixed documentation for scalar.
b840da5
Thanks to @kosklain for pointing it out in #99
No branches or pull requests
More concretely, I believe that the following is not correct:
The scalar might be on the right or left of the operator.
And then also the last example will fail:
The text was updated successfully, but these errors were encountered: