Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug in Expand cuda op implementation. (#1528)
Description: crash if the output shape has 0 in it. because the code to / output_shape[i] Fix: If the output shape has 0 which means output_shape.Size() is 0, so output should be null.
- Loading branch information