@cryoco ,
The PR #25956 loses to add serialize/deserialize to slice plugin. The slice plugin will be included by ERNIE inference when static shape of slice plugin is ready. I have made a reference: commit-d07febd2 at my repo. Maybe you can use cherry-pick to merge my commit.
1条答案
按热度按时间deikduxw1#
@NHZlX, @cryoco,
There are 2 pull requests regarding slice plugin - #25602 and #25276.
商智洲 told me that what Paddle needs is actually as same as
nvinfer1::ISliceLayer
, so we can replace slice plugin withnvinfer1::ISliceLayer
, then we don't need the 2 pull requests.