onnxruntime
57e24820
- Fix a bug in Expand cuda op implementation. (#1528)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 years ago
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.
References
#1528 - Fix a bug in Expand cuda op implementation.
Author
HectorSVC
Parents
b5993600
Loading