- 22 May, 2019 25 commits
-
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Adam Rogowiec authored
-
Tomasz Dołbniak authored
* Split op skeleton * Two ways to construct a fused Split to be able to use it in onnx importer * refactor: move the util::split() helper functions to the core * Split's decompose_op() implementation using a helper function * Use fused Split in the onnx_importer * Code formatting * PR feedback * Split helpers moved to ngraph/builder * Basic UT - split a 1D tensor to 3 equal parts * UT: Split 2D tensor into variable length parts * Code formatting * Catch the proper type of exception in the onnx_importer split() * Initialize members in the correct order * Type prop tests for Split * Code formatting * PR feedback
-
- 21 May, 2019 3 commits
-
-
Amy Zhuang authored
* Create mkldnn primitives at first iteration for CODEGEN. OPs: add, lstm, and rnn. * OPs: batchnorm. * OPs: concat and lrn. Remove dead code. * Skip in place concat, relu, reshape, and slice when building node_primitive_string_deps_index map. * Change NGRAPH_ASSERT to NGRAPH_CHECK. * Address PR Feedback. * Create mkldnn primitives at first iteration for CODEGEN. OPs: convertlayout, relu, leakyrelu, boundedrelu, sigmoid, softmax, slice. * Fix bugs. * OPs: quantizedconcat. Check if there are descriptors before emitting code to read desc_file. * OPs: convolution backward. Use macro to write mkldnn memory dims to generated file. * OPs: MaxPoolWithIndices and MaxPoolWithIndicesBackprop. Add unit tests for MaxPoolWithIndices, MaxPoolWithIndicesBackprop, and MaxPoolBackprop. * Fix style error. * OPs: AvgPoolBackprop and MaxPoolBackprop. Add unit test for AvgPoolBackprop. * OPs: DeconvolutionBias. * OPs: Quantize and Dequantize. * OPs: QuantizedDot and QuantizedDotBias. * Use reference kernel for QuantizedConvolution for CODEGEN when mkldnn does not support the parameter types. Get scales for quantization ops in cpu_emitter. * Fix Windows build error: add CPU_BACKEND_API. * Use template for quantization ops. * OPs: QuantizedMatmul. Emit referece kernel for QuantizedDot in CODEGEN. * Remove QuantizedDot from get_scale_index. * Address PR feedback.
-
Robert Kimball authored
* Add move operations to AlignedBuffer * unit test
-
Rob Earhart authored
* Remove parent from PlaidML tensor initializer * Remove plaidml tensor parent plumbing * style
-
- 20 May, 2019 1 commit
-
-
Fenglei Tian authored
* remove throw from dtor (#2854) * add special handle for the 'NNP_xx' op name * style * add special handle for the 'NNP_xx' op name * style * use description as suggest by bob
-
- 17 May, 2019 8 commits
-
-
Mohammad Mahbubuzzaman authored
-
Sang Ik Lee authored
-
Nishant Patel authored
* Add builders for QLinearMatmul for onnxruntime * Generic Dot * Change the onnx bridge and address PR feedback * Fix date * Fix CI failure * Change varibale filter to input1 * const & reference * update branch * Comment * Introduce QuantizedMatmul * change pattern * QDot tests passing * style * PR feedback * Fix pattern * style
-
Sang Ik Lee authored
* Don't use pragma GCC diagnostic error "-Wswitch" pragma GCC diagnostic error "-Wswitch-enum" for GCC 4.8.X * Fix typo. * Style.
-
Adam Procter authored
-
Tomasz Dołbniak authored
* SquaredDifference implementation * Broadcast input before using it * Simple test of SquaredDifference * SquaredDifference validation tests * Formatting adjustments * Docs correction * Exclude the unit test on iGPU * Keep the includes in a single group * Update intelgpu_backend.cpp * Update unit_test.manifest * UT for the broadcasting path
-
tsocha authored
* Add test for i32 gather * Add support for ints to Gather op * Move helper function to anonymous namespace * Add more types * Use static_cast instead of the old one * Style fix * Skip tests on GPU * Add more tests * Skip tests on gpu * Change bool to char
-
Scott Cyphers authored
-
- 16 May, 2019 2 commits
-
-
Jayaram Bobba authored
* Supports more cases for Convolution Bias fusion and also removes redundant namespace qualifiers in core_fusion.cpp * added unit test * select all fusions
-
Michał Karzyński authored
-
- 15 May, 2019 1 commit
-
-
Louis Feng authored
* constexpr ctor for EnumMask * added pass properties to core passes. * added unit tests. * minor fixes.
-