"test/vscode:/vscode.git/clone" did not exist on "872554f1cc0364d9eedecdcc412a804643d9c9f6"
- 01 Oct, 2021 1 commit
-
-
turneram authored
Add RandomNormal, RandomNormalLike, RandomUniform, and RandomUniformLike to onnx parser and onnx tests Each pair of Random*/Random*Like is implemented using a single op_parser because the ops share the same essential attributes and algorithm with the difference that Random*Like get the output type and/or shape from an input argument and Random* take both from attributes. Resolves #907 Resolves #959
-