1. 01 Nov, 2019 1 commit
  2. 30 Oct, 2019 2 commits
    • [Relay][Topi][TensorFlow][ONNX][Lang] Add support for Any op (#4205) · b07b1952
      * Add support for Any op
      
      * Support ONNX frontend
      
      * Add doc
      
      * Add to relay docs
      
      * Dummy change to retrigger CI
      Jon Soifer committed
    • [Relay][Frontend][ONNX] New Operators and Opsets to Support BERT (#4197) · 156aa590
      * Added slice v10
      
      * Added constantofshape operation and small refactor.
      
      * Finished one_hot implementation.
      
      * Reshape working across all bert layers.
      
      * Fixed constantofshape and removed code duplication.
      
      * onnx model fully ingested.
      
      * Working on improving onnx tests.
      
      * Changed onnx testing to use onnxruntime instead of caffe2, also formatted.
      
      * Add arbitrary output nodes to onnx frontend.
      
      * Added v6 tiling for bert squad 8 support.
      
      * Small syntax fixes
      
      * Reduced code duplication in split opset versions.
      
      * Added batch matmul test
      
      * Added unstack split testing.
      
      * Adde onehot test, needs a little cleanup probably.
      
      * Replaced deprecated constant fill with constantofshape and updated tests accordingly.
      
      * Added tests for new opset version of slice and tile.
      
      * lint clean up
      
      * Lint fixes
      
      * Changed onnx dependency
      
      * Went back to caffe2 runtime for CI integration.
      
      * Rebase and small typo/syntax changes.
      
      * Added hard casting of onehot attributes to int.
      Josh Fromm committed
  3. 23 Oct, 2019 1 commit
  4. 22 Oct, 2019 1 commit
  5. 18 Oct, 2019 1 commit
  6. 02 Oct, 2019 1 commit
  7. 20 Sep, 2019 1 commit
  8. 15 Sep, 2019 1 commit
  9. 09 Sep, 2019 1 commit
  10. 04 Sep, 2019 1 commit
  11. 29 Aug, 2019 1 commit
  12. 22 Aug, 2019 2 commits
  13. 14 Aug, 2019 1 commit
  14. 13 Aug, 2019 1 commit
    • [Relay] SpaceToDepth and MirrorPad Operators (#3718) · 8bd9d4d5
      * Added relay and topi mirror_pad operator.
      
      * Added mirror_padding to tensorflow frontend.
      
      * Added mirrorpad testing in tensorflow frontent.
      
      * Added space_to_depth in tf frontend.
      
      * Added tests for spacetodepth.
      
      * spacetodepth bug fix.
      
      * Lint fix
      
      * Added mirror pad python attrs.
      
      * Pad code formatting.
      
      * Syntax improvement
      
      * Hopefully last lint fix
      Josh Fromm committed
  15. 06 Aug, 2019 1 commit
  16. 02 Aug, 2019 1 commit
  17. 01 Aug, 2019 1 commit
  18. 27 Jul, 2019 1 commit
  19. 26 Jul, 2019 2 commits
  20. 19 Jul, 2019 1 commit
  21. 16 Jul, 2019 1 commit
  22. 10 Jul, 2019 1 commit
    • [Relay][RFC] Implement type checking for Any (#3221) · 3fb84e2b
      * Implement type checking for Any
      
      Remove code generation related changes
      
      Remove compile changes
      
      Remove more
      
      Remove unification hack
      
      Add some code back that was needed, and clean up test
      
      Refactor test cases
      
      WIP
      
      Implement TypeHint AST
      
      Add test case which should fail
      
      Remove unification changes, and fix bug with let rec
      
      Restore unification for shapes
      
      Improve error reporting while debugging
      
      All examples type check
      
      All examples type check
      
      WIP
      
      First version that works with hints, needs clean up
      
      Remove dead code
      
      Tweaks
      
      Remove type hint
      
      Remove unecessary type hint stuff
      
      Remove more type hints
      
      Clean up
      
      Expose Any expression node
      
      Address CR
      
      Fix
      
      Fix solver
      
      Kill unecessary code
      
      Fix
      
      PyLint
      
      Fix
      
      Relocate loops
      
      Fix license and test
      
      Lint again
      
      Lint again
      
      Fix loops
      
      Fix docstring
      
      Fix template error
      
      Fix compiler issue
      
      Fix compile err
      
      Remove more runtime changes
      
      Restore buffer
      
      Fix segfault
      
      Fix
      
      Fix arange
      
      * Address feedback
      
      * Fix typo
      
      * Fix arange
      
      * Fix op level3
      
      * Fix issue with Python wrapper
      Jared Roesch committed
  23. 06 Jul, 2019 1 commit
  24. 02 Jul, 2019 1 commit
  25. 27 Jun, 2019 1 commit
  26. 25 Jun, 2019 1 commit
  27. 17 Jun, 2019 1 commit
  28. 15 Jun, 2019 1 commit
  29. 13 Jun, 2019 1 commit
  30. 12 Jun, 2019 1 commit
  31. 10 Jun, 2019 1 commit
  32. 07 Jun, 2019 1 commit
  33. 06 Jun, 2019 1 commit
  34. 04 Jun, 2019 1 commit
  35. 20 May, 2019 1 commit
  36. 17 May, 2019 1 commit
    • [Relay] Better shape inference in TensorFlow Frontend. (#3176) · 246b4109
      * Some bug fixes in tensorflow graph converter and added DepthToSpace operator.
      
      * Made DepthToSpace better comply with other function syntax.
      
      * Added better shape inference for unusual situations.
      
      * Lint fixes.
      
      * Added depthtospace test.
      
      * Added test cases for value inference and depthtospace.
      
      * Added fill testing.
      
      * Made comment changes and added BroadcastTo op and tests.
      
      * Fixed underlining and unneeded opt_level forcing.
      
      * Added _infer_value assertion that all values to infer are available in passed parameters.
      Josh Fromm committed
  37. 16 May, 2019 1 commit