Skip to content
New issue

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

support ~ operator on ByteTensor #1371

Closed
soumith opened this issue Apr 26, 2017 · 0 comments · Fixed by #1403
Closed

support ~ operator on ByteTensor #1371

soumith opened this issue Apr 26, 2017 · 0 comments · Fixed by #1403
Labels
todo Not as important as medium or high priority tasks, but we will work on these.

Comments

@soumith
Copy link
Member

soumith commented Apr 26, 2017

Currently not supported.
See: https://discuss.pytorch.org/t/how-do-use-logical-not-on-bytetensor/2074

@soumith soumith added 1hr todo Not as important as medium or high priority tasks, but we will work on these. labels Apr 26, 2017
zou3519 pushed a commit to zou3519/pytorch that referenced this issue Mar 30, 2018
Summary:
Closes pytorch#1371
Closes facebookarchive/caffe2#1372

Reviewed By: asaadaldien, houseroad, akyrola, bwasti

Differential Revision: D6125792

Pulled By: Yangqing

fbshipit-source-id: 5fd7ee9a5d77381fe9afbe899ef18465ecd1ceea
houseroad added a commit to houseroad/pytorch that referenced this issue Sep 6, 2018
…8ffb52 (pytorch#11346)

Summary:
Pull Request resolved: pytorch#11346

Previous import was 1b09eb14c2c781fae078fa6b1c0390ba6fc0898c

Included changes:
- **[bff0b88](onnx/onnx@bff0b88)**: Add DynamicSlice experimental op (pytorch#1377) <James Reed>
- **[91a7b8e](onnx/onnx@91a7b8e)**: statCoverage(model) (pytorch#1246) <Akshay Chalana>
- **[36643c6](onnx/onnx@36643c6)**: fix the doc for softmax (pytorch#1374) <Lu Fang>
- **[8c64acd](onnx/onnx@8c64acd)**: Silence usused result warning in ONNXIFI wrapper cleanup. Fix pytorch#1344 (pytorch#1371) <Marat Dukhan>
- **[53b20f6](onnx/onnx@53b20f6)**: Add the ability to deprecate an OpSchema (pytorch#1317) <Ryan Hill>
- **[8aec4e2](onnx/onnx@8aec4e2)**: [Anderspapitto patch] fix the shape inference for broadcasting (pytorch#1368) <Lu Fang>

Reviewed By: jamesr66a

Differential Revision: D9691533

fbshipit-source-id: 1a8c22262ae4946897e4be030d3f1cf3a3ad58b6
facebook-github-bot pushed a commit that referenced this issue Sep 7, 2018
…8ffb52 (#11346)

Summary:
Pull Request resolved: #11346

Previous import was 1b09eb14c2c781fae078fa6b1c0390ba6fc0898c

Included changes:
- **[bff0b88](onnx/onnx@bff0b88)**: Add DynamicSlice experimental op (#1377) <James Reed>
- **[91a7b8e](onnx/onnx@91a7b8e)**: statCoverage(model) (#1246) <Akshay Chalana>
- **[36643c6](onnx/onnx@36643c6)**: fix the doc for softmax (#1374) <Lu Fang>
- **[8c64acd](onnx/onnx@8c64acd)**: Silence usused result warning in ONNXIFI wrapper cleanup. Fix #1344 (#1371) <Marat Dukhan>
- **[53b20f6](onnx/onnx@53b20f6)**: Add the ability to deprecate an OpSchema (#1317) <Ryan Hill>
- **[8aec4e2](onnx/onnx@8aec4e2)**: [Anderspapitto patch] fix the shape inference for broadcasting (#1368) <Lu Fang>

Reviewed By: jamesr66a

Differential Revision: D9691533

fbshipit-source-id: 6aff6ce04ade37182e2ffe9bc83eb86846bc722d
PenghuiCheng pushed a commit to PenghuiCheng/pytorch that referenced this issue Sep 11, 2018
…8ffb52 (pytorch#11346)

Summary:
Pull Request resolved: pytorch#11346

Previous import was 1b09eb14c2c781fae078fa6b1c0390ba6fc0898c

Included changes:
- **[bff0b88](onnx/onnx@bff0b88)**: Add DynamicSlice experimental op (pytorch#1377) <James Reed>
- **[91a7b8e](onnx/onnx@91a7b8e)**: statCoverage(model) (pytorch#1246) <Akshay Chalana>
- **[36643c6](onnx/onnx@36643c6)**: fix the doc for softmax (pytorch#1374) <Lu Fang>
- **[8c64acd](onnx/onnx@8c64acd)**: Silence usused result warning in ONNXIFI wrapper cleanup. Fix pytorch#1344 (pytorch#1371) <Marat Dukhan>
- **[53b20f6](onnx/onnx@53b20f6)**: Add the ability to deprecate an OpSchema (pytorch#1317) <Ryan Hill>
- **[8aec4e2](onnx/onnx@8aec4e2)**: [Anderspapitto patch] fix the shape inference for broadcasting (pytorch#1368) <Lu Fang>

Reviewed By: jamesr66a

Differential Revision: D9691533

fbshipit-source-id: 6aff6ce04ade37182e2ffe9bc83eb86846bc722d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo Not as important as medium or high priority tasks, but we will work on these.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant