1. 25 May, 2023 1 commit
    • Chris Austen's avatar
      Documentation updates for 5.6 (#1773) · f9ddbc8e
      Chris Austen authored
      * Use action to free space which uses apt  remove to remove all the dependencies as well (#1756)
      * Docsupdate (#1748)
      * adjust docker files to support new rocm 5.5 (#1729)
      * update to v0.11.0 of rocm-docs-core (#1763)
      f9ddbc8e
  2. 22 Jun, 2022 1 commit
  3. 05 Jan, 2022 1 commit
  4. 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