onnxruntime
57e24820 - Fix a bug in Expand cuda op implementation. (#1528)

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.
Author
Parents
Loading