- 01 Oct, 2018 1 commit
-
-
Adam Procter authored
-
- 27 Sep, 2018 7 commits
-
-
Adam Procter authored
-
Robert Kimball authored
* remove get_tensor method * remove get_element_count as it is redundant to get_size * fix a few issues with examples and python wrapper * rename get_size to get_element_count and add get_size_in_bytes method
-
Anna Alberska authored
* add quantize op into intelgpu * IntelGPU backend: ArgMax, ArgMin, LRN operations * PR1697. Comments addressed * PR1697. Empty lines added
-
Adam Procter authored
-
Adam Procter authored
Ditch == and != operators, add 'compatible' function to mean 'possibly equal/not necessarily unequal'
-
L.S. Cook authored
* add DropOut op and stub to Documentation ToC * cleanup stub for dropout and add template for op additions * add checklist as helper for op_stub
-
Adam Procter authored
Throw exceptions if attempt is made to convert from size_t_max to Dimension, or from an undetermined Dimension to size_t
-
- 26 Sep, 2018 18 commits
-
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
Adam Straw authored
* adding nGraph Quantize op * unit test failing for floating point exception * unit test working in float * unit test working in uint8 * improved type checking and polished unit test - passing * quantized axes working * inclusive project method * add round mode * TODO cleanup * code format * adding serializer support - fails build * add serializer support * make CPU quantize op work; new tests for int8, clamp) * fix build failure * fix GPU build issue * fix GPU unit test manifest * use quantized offset * add is_quantized field to element::Type * add reduce function to coordinate.hpp
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
Nishant Patel authored
-
Adam Procter authored
-
Robert Kimball authored
* Move CallFrame functionality into GPUBackend
-
dmyershov authored
* IntelGPU backend: Switch Select operation to use implementation from clDNN * PR1688: Style fix.
-
Adam Procter authored
Fix DEX_ONLY compile error in cpu_external_function.cpp
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
- 25 Sep, 2018 6 commits
-
-
Adam Procter authored
Move definition of StaticInitializers out of `#ifndef NGRAPH_DEX_ONLY`
-
shssf authored
* IntelGPU backend: Types workaround removal * PR1681. Fix style
-
Chris Sullivan authored
* Don't reuse memory for non-destructive ops. * Update comment.
-
Robert Kimball authored
-
Jaikrishnan Menon authored
* CPU Builder: Replace uint8_t with double in partial element type set * Keep support for uint8_t kernels
-
Robert Kimball authored
* update nbench output to be more consistent for single vs. directory benchmark. * wip * add types used in model * fix test * style * catch all exceptions when running any option
-
- 24 Sep, 2018 2 commits
-
-
Robert Kimball authored
* fix CPU dependency
-
Nick Korovaiko authored
* zero dim elem fix * switch to find * fix runtime errors
-
- 22 Sep, 2018 4 commits
-
-
shssf authored
-
Jaikrishnan Menon authored
-
shssf authored
-
shssf authored
* IntelGPU backend. Use common nGraph optimization passes * PR1667. Move variable definition.
-
- 21 Sep, 2018 2 commits
-
-
Nick Korovaiko authored
-
Nick Korovaiko authored
-