- 01 May, 2019 2 commits
-
-
Jayaram Bobba authored
* Support constant folding for reshape and broadcast bf16 data * - Addressed PR feedback - Adding extra paranthesis for icc
-
Nishant Patel authored
* Generalize types in general convolution * type-o * rounding * Do prod wide * templatize conv in cpu/kernel & add u8u8 support for Qconv * Remove cast function * Avoid compiler warning * Merge problem
-
- 30 Apr, 2019 6 commits
-
-
Amy Zhuang authored
* Implement thread safe calls. Create MKLDNN primitives on first iteratin for quantized_concat. * Add buffer_data to CPURuntimeContext. * Fix bugs. * Modify unit test. * Swap vectors of mkldnn primitive pointers for CODEGEN. * Fix a bug. * Address PR feedback. * Rename variables. * Update Gather, GatherND, and DeconvolutionBias. * Fix style error. Disable cpu thread_safe_calls test on Windows.
-
Jayaram Bobba authored
* - Added support for complex ops used in object detection models - PriorBox, PriorBoxClustered, Proposal, RegionYolo, ReorgYolo * Added unit test file * Fix documentation errors
-
Sergey Shalnov authored
-
Sergey Shalnov authored
* IntelGPU backend: GroupConvolution implementation * IntelGPU backend: GroupConvolution with clDNN support added * use better ctor in cldnn
-
Sergey Shalnov authored
* IntelGPU backend: Use core fusion pass * Add BatchFusion pass
-
Scott Cyphers authored
* Refactor distributed to be isolated to a few files. * Fix type-o * style * review comments * type-o * typo * Return name
-
- 29 Apr, 2019 5 commits
-
-
Scott Cyphers authored
-
Adam Procter authored
* Add ShapeRelevance pass * Typo
-
Michał Karzyński authored
-
Robert Kimball authored
* Change warmup to run full, normal iterations * style
-
Jayaram Bobba authored
* Moving GroupConvolution to ngraph fused opset * style fix * remove unused function * IntelGPU backend: Add GroupConvolution operation into main switch
-
- 27 Apr, 2019 5 commits
-
-
Michał Karzyński authored
* Refactor get_default_axis_vector to use std:: functions * Move get_default_axis_vector to ngraph::op * Move reorder_axes to ngraph::op::util * Move reshape helper to ngraph::op::util * Move DepthToSpace to fused ops * Add DepthToSpace docstrings * Move SpaceToDepth to fused ops * Remove redundant ngraph::op::util::get_default_axis_vector function * Add ops to serializer * Change block_size to size_t * Add fused ops tests * Add type prop tests * Add ops to list of ops unsupported on iGPU * Disable tests in iGPU manifest
-
Pruthvi authored
* - add safety checks for mkldnn-assignement for quantized inner product * - add asserts for unsupported data types in builder & emitter code of Quantized Dot
-
Michał Karzyński authored
* Add fused version of Elu op * Refactor ONNX importer prelu function to use fused op * Style check * Add docstrings * Move make_constant_node to op/util * Use make_constant_node helper * Remove unneeded std:: prefixes * Remove make_constant_node function, use builder::make_constant * Remove redundant includes * Add Elu to serializer * Add Elu tests * Add Elu tests to type prop * Add Elu to list of ops unsupported on iGPU * Add Elu to list of ops unsupported on iGPU * Disable tests in iGPU manifest
-
Robert Kimball authored
* rework PerformanceCounter class * Update intel gpu to new PerformanceCounter and enable performance on interpreter
-
Robert Kimball authored
* Add new HybridTensor class. Remove Tensor parent. * upate more backends * fix GPU tensor * update intel gpu backend
-
- 26 Apr, 2019 5 commits
-
-
gaurides authored
-
Jayaram Bobba authored
Added NGRAPH_JSON_ENABLE to conditionally enable code/features relying on external JSON libraries (#2821)
-
Sang Ik Lee authored
* Update LLVM to 8.0.0 * Required codegen changes to use LLVM 8.0.0
-
Avijit authored
* First rev of NGTF build from nGraph * Copyright year update * WIP * Update test_ngtf_build.py Updated with the latest repo URL
-
Michał Karzyński authored
-
- 25 Apr, 2019 8 commits
-
-
Michał Karzyński authored
* Add NgraphTestCase test runner class * Code improvements * clang-format * Add support for multiple output types * Add reading inputs/outputs from files * Refactor model_quant_conv_linear_3d * Add shape checking to NgraphTestCase * Add expected output shape to model_quant_conv_linear_3d * Code review * Remove small data files and move values to test code for legibility * clang-format * Refactor model_quant_conv_linear_2d * Refactor model_dequantize_linear_1d_zero_scale_uint8_negative_axis * Refactor model_dequantize_linear_1d_zero_scale_int8_4d * Refactor model_dequantize_linear_1d_zero_scale_int8 * Refactor model_dequantize_linear_1d_zero_scale_uint8 * Refactor model_dequantize_linear_scalar_zero_scale_int8 * Refactor model_dequantize_linear_scalar_zero_scale_uint8 * Refactor model_quantize_linear_axis_negative * Refactor model_quantize_linear_axis_zero * Refactor model_quantize_linear_zero_point * Add shape checking to NgraphTestCase::run * Refactor NgraphTestCase::run
-
Adam Procter authored
-
Adam Procter authored
-
Sang Ik Lee authored
Workaround for gcc 4.8.2: Suppress mkl-dnn warning manually since pragma GCC diagnostic ignored is not working on gcc 4.8.2 (#2812)
-
Sergey Shalnov authored
* IntelGPU backend: Set of fusion operations * avoid test failed after pr merge
-
Robert Kimball authored
* Add numeric_limits for bfloat16 type * fix constexpr
-
Adam Procter authored
* Fix broken test in shape specialization pass * Roll back unnecessary changes to Add
-
Sang Ik Lee authored
-
- 24 Apr, 2019 2 commits
-
-
Sergey Shalnov authored
-
Tomasz Dołbniak authored
* [ONNX] Extended types support for NgraphTestCase * [ONNX] Move the value comparators to the NgraphTestCase class
-
- 23 Apr, 2019 4 commits
-
-
Robert Kimball authored
* Add ConstantToBroadcast pass * address review comment * fix merge error
-
Sang Ik Lee authored
* Don't create a separate .so for python onnx importer. * Pass outer make's -j values to sub make used in python_wheel.
-
Robert Kimball authored
* don't emit empty objects * Add method to set the option to add output shapes to json * more cleanup
-
Michał Karzyński authored
-
- 22 Apr, 2019 3 commits
-
-
Matthew Brookhart authored
-
Robert Kimball authored
* constant/io sizes * add sizes and counts for all data io in a json * Add details to model sizing * change filemode * change filemode * fix filemode
-
Sergey Shalnov authored
-