".circleci/git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "70f429a419dc0bab700b576beaf1f6f0b02da40a"
Add remaining random ops for Barracuda models (#963)
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
Showing
File added
File added
File added
File added
File added
File added
File added
File added
Please register or sign in to comment