1. 17 Jan, 2020 1 commit
    • Leona C's avatar
      Robust debugging docs (#4060) · 8a5a4c89
      Leona C authored
      * Robust debugging docs
      
      * Add section on nbench and address comments from review
      
      * Collaborate with Gauri to revise profiling section
      
      * Revise and PR feedback
      
      * Move note
      
      * Fix wording
      
      * Order sections more logically and fix a comma
      
      * Phrasing fix on nbench_tf summary
      
      * More prominent notice of experimental debug flags
      
      * Better description for diagnostic tools
      
      * Remove miscellaneous framework support
      
      * clean up section
      
      * Remove deprecated links
      
      * Update sitemap to not use a page title
      
      * Useful descriptions
      
      * PR feedback
      
      * Not a flag
      
      * Prebuilt MLIR compile flag available
      
      * Remove duplicate flag
      
      * update pass manager example
      
      * Meta documentation note in release notes
      
      * Ensure docs build with lastest upstream ops
      
      * Transpose op doc fixes
      
      * Better intra-doc links
      
      * Commas in csv format are important
      
      * Final review with Gauri
      
      * Remove dupes, CPU-specific envvars
      
      * changes re: Comments from Gauri
      Co-authored-by: 's avatarRobert Kimball <robert.kimball@intel.com>
      Co-authored-by: 's avatarSang Ik Lee <sang.ik.lee@intel.com>
      8a5a4c89
  2. 09 Dec, 2019 1 commit
    • Scott Cyphers's avatar
      Make sure examples compile (#3981) · 9f1e8f06
      Scott Cyphers authored
      * Make sure examples compile
      
      * Resolve doc build error due to opset versioning and align dynamic tensor doc to cpp example
      
      * Add latest rc
      
      * Remove deprecated API
      
      * Update brief link summary
      
      * Dist example
      
      * update doc for cpp code examples folder
      
      * Fix typo and toc index
      
      * Build config for example, deprecation in dist test
      
      * style
      9f1e8f06
  3. 15 Mar, 2019 1 commit
    • Adam Procter's avatar
      (Dynamic) Transpose op (#2594) · 37b95a02
      Adam Procter authored
      * Add construction API for Transpose
      
      * Add type propagation unit tests for Transpose
      
      * Add Transpose to op_tbl, add cases for serializer, stub out execution in INTERPRETER
      
      * Add docs for Transpose
      
      * Remove commented-out code
      
      * Add stub cases for op_tbl-dependent stuff
      
      * Fix missing FAIL()s in the transpose exception checks; fix validate_and_infer_types check
      37b95a02