Skip to content

Commit

Permalink
[TVM] Support slice op (#43969)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch/pytorch#43969

Reviewed By: yinghai

Differential Revision: D23413340

fbshipit-source-id: 20168bd573b81ce538e3589b72aba9590c3c055e
  • Loading branch information
hlu1 authored and facebook-github-bot committed Sep 1, 2020
1 parent 5472426 commit 06c277f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions caffe2/opt/tvm_transformer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ const std::unordered_set<std::string>& TvmTransformer::getSupportedOps() {
"Reshape",
"ReplaceNaN",
"Sigmoid",
"Slice",
"Softmax",
"Split",
"Sum",
Expand Down

0 comments on commit 06c277f

Please sign in to comment.