"test/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "16a03b39ea2760dbdef593529a5d0d3e62ffdfb6"
  1. 01 Oct, 2021 1 commit
    • turneram's avatar
      Add remaining random ops for Barracuda models (#963) · ccd08b4c
      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
      ccd08b4c