1. 09 Aug, 2019 1 commit
  2. 08 Aug, 2019 3 commits
  3. 07 Aug, 2019 2 commits
    • Denise Kutnick's avatar
      [r0.25] PlaidML Grouped Convolution Implementation (#3399) · 9937f8b5
      Denise Kutnick authored
      * adding group convolution implementation for plaidml
      
      * update CMakeLists.txt to include new group convolution files
      
      * adding new ngraph unit tests for grouped convolutions
      
      * adding group conv unit test back in for plaidml backend
      
      * specify group convolution support in plaidml
      
      * add denise as codeowner for plaidml runtime dir
      
      * remove commented-out lines of unit test manifest
      
      * style changes
      
      * resolve all discussions in PR
      
      * skip data dilation unit test on cpu backend
      9937f8b5
    • Pruthvi's avatar
      Don't enable dl use in static builds for r0.25 (#3394) · 1a1edef9
      Pruthvi authored
      * Don't enable dl use in static builds
      
      remove dladdr in static
      
      * Swap dlerror defs
      
      * - add NGRAPH_INTERPRETER_STATIC_LIB_ENABLE && NGRAPH_CPU_STATIC_LIB_ENABLE as compiler definitions
      
      * Don't look for backends if static
      
      * - add dummy function to register quantized concat and max_pool for static build
      
      * Fix ifdef
      1a1edef9
  4. 02 Aug, 2019 34 commits