AMDMIGraphX
AMDMIGraphX copied to clipboard
Add TF parsers ResizeByNearestNeighbour
These ops appears in EfficientDet model.
Hi , we cannot add this resize functionality to initial data parsers right? as we know in tf.resize has this resizebynearestneighbour functionality so its usually done at the time of image processing , so thats after we parse the input data.
But i think we can do like if our aim to resize along with parsing, we can do that by taking the data batch by batch or all at and convert it ..by applying map functionality