plaidml / openvino

OpenVINO™ Toolkit - Deep Learning Deployment Toolkit repository
https://docs.openvinotoolkit.org/latest/index.html
Apache License 2.0
0 stars 1 forks source link

Add input type option for ROIPooling #134

Closed XingHongChenIntel closed 3 years ago

XingHongChenIntel commented 3 years ago

add input type for coordinate box(second input of ROIPooling). According to this type, we can make coords as constant node or parameter node. and, the different kind of those node will be filled with the same data which is generated by GenerateCoords.