Add support for grounding dino (#1137)
* Add sum, norm, normalize unit tests
* Add min/max unit tests
* make tests synchronous
* Cleanup
* Update mean op unit tests
* Add more tensor unit tests
* Update view unit test
* Add tensor construction unit tests
* Add more tensor op unit tests
* Add another squeeze unit test
* Multiple dims for squeeze unit test
* Refactor tensor reduce ops
* Add support for `gt` and `lt` tensor ops
* Add grounding dino implementation
* Allow grounding dino to be usable via the pipeline API
* Add listed support for grounding dino
* Add grounding dino unit tests
* Add zero-shot object detection pipeline unit test for grounding dino