pytorch
a4e47ea1 - static runtime support for fb::equally_split (#56565)

Commit
4 years ago
static runtime support for fb::equally_split (#56565) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/56565 fb::equally_split get fused with ListUnpack and all outputs from ListUnpack getting attached to fb::equally_split. So fb::equal_split will have as many outputs as ListUnpack . Test Plan: buck test caffe2/torch/fb/sparsenn:fb_operators_test buck test caffe2/torch/fb/sparsenn:test -- test_equally_split_op Reviewed By: hlu1 Differential Revision: D27902824 fbshipit-source-id: 7855047c3bd46bbb74b7346ac384c70b6a3e1f46
Author
Edvard Ghazaryan
Parents
Loading