Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Image normalize operator - GPU support, 3D/4D inputs (apache#13802)
* CPU version of normalize operator is working and unit test added * Add GPU implementation and tests * Working GPU normalize transforms * Add default values, fix imports, fix documentation * Add backward implmentation for image normalize * Add tests for backward pass * Move back operators to its original files * Add review comments * Add 4D example * Make infer type generic * Fix inline function build error * make functions as inline to avoid multiple definition conflict across cc and cu * Fix build errors * Fix failing GPU tests
- Loading branch information