1. 17 May, 2019 8 commits
  2. 16 May, 2019 2 commits
  3. 15 May, 2019 9 commits
  4. 14 May, 2019 4 commits
  5. 13 May, 2019 9 commits
  6. 11 May, 2019 6 commits
    • Chris Sullivan's avatar
      Change CPUTensorRole -> TensorRole in ngraph core and utilize it in GPU backend… · c67892af
      Chris Sullivan authored
      Change CPUTensorRole -> TensorRole in ngraph core and utilize it in GPU backend instead of a local enum. This is also now use in NNP backend. (#2900)
      
      c67892af
    • Jayaram Bobba's avatar
      Adding ROI pooling layers (#2899) · 3c7ca424
      Jayaram Bobba authored
      3c7ca424
    • Tomasz Dołbniak's avatar
      NgraphTestCase - dump expected and computed data to the console (#2893) · 5fbf30e3
      Tomasz Dołbniak authored
      * Dump the expected and actual values for NgraphTestCase
      
      * Adapt to changes in master
      
      * Some docs and API unification
      5fbf30e3
    • Adam Rogowiec's avatar
      [Fused op] Normalize (#2888) · fffbaa89
      Adam Rogowiec authored
      * Extend lp-norm functions to take bias.
      
      * Move lp-norm utilities to nGraph core op/util.
      
      * Move norm files to builder directory.
      
      * Normalize fused operator implementation.
      
      * Fused op boilerplate.
      
      * Fix node validation and normalization across spatial axes.
      
      * Add UT normalize across CHW with scalar scale.
      
      * Fix expanding input tensor to 4D.
      
      * Add more UT for 3D and 2D.
      
      * Add more UT, with scale and across HW.
      
      * Update to new localization of l2_norm function.
      
      * Add type_prop UT and update gpu/igpu manifests.
      
      * Apply clang-format.
      
      * Add positive UT for type_prop.
      
      * Update unit test manifests.
      
      * Address review comments.
      
      * Add using namespace std.
      
      * Remove unnecessary std prefixes.
      
      * Remove blacklisted unittests for GPU.
      
      * Apply clang-format.
      
      * Review comments.
      
      * Fix clang errors.
      fffbaa89
    • tsocha's avatar
      [Fused Op] Add new fused operator: MVN(Mean Variance Normalization) (#2887) · 58dc9d09
      tsocha authored
      * Basic mean normalization
      
      * Add NVM to serializer
      
      * Add test for mean normalization
      
      * Add support for across_channel atribute
      
      * Add test for mvn_mean_normalization splited by channels
      
      * Assume that data have n and c channels
      
      * Add support for normalize_variance attribute
      
      * Add test for full mean variance normalization
      
      * Add type prop test
      
      * Skip tests on GPU
      
      * Use ngraph builder functions instead of my own
      
      * Update mvn.cpp
      
      * Change order in initializer list
      
      * Review fix
      58dc9d09
    • Scott Cyphers's avatar
      Ayzhuang/fix tf maxpool segfault migrate (#2909) · 48991823
      Scott Cyphers authored
      * remove throw from dtor (#2854)
      
      * Migrate from master (#2858)
      
      * Migrate from master. (#2866)
      
      * Add build option NGRAPH_ENABLE_CPU_CONV_AUTO to enable/disable mkldnn convolution_auto for CPU backend. (#2868)
      
      * Fix a bug in mkldnn emitter. (#2878)
      
      * Fix data type for conv builder (#2885)
      
      * Fix data type for conv builder
      
      * Added support for other data types
      
      * Migrate #2889 from master (#2891)
      
      * Migrate from #2884 (#2897)
      
      * Migrate #2864 (#2901)
      
      * Migrate #2864
      
      * Remove extra changes
      
      * Copy PR #2894 to r0.19 branch (#2903)
      48991823
  7. 10 May, 2019 2 commits