- 02 Oct, 2018 2 commits
-
-
Adam Procter authored
Pretty sure at this point that I was reading the docs correctly.
-
Pruthvi authored
* WIP input * weights rnn optimization * concat + slcing + replacing new node works * WIP unit test case of fusing rnn inputs * - Added unit test case for fusing rnn input weights - registered CPURnnMatFusion_v1/v2 in codegen and DEX * fixed redeclaration of a variable * Refactored rnn input traformation passes into a single pass * Refactored CPURnnMatFusion call back functions * change random generator range to include -ve values in unit test * address PR comments * dont fuse if the shape of the data slices dont match
-
- 01 Oct, 2018 5 commits
-
-
Robert Kimball authored
* rename GPU_TensorView to GPUTensor and GPUTensorViewWrapper to GPUTensorWrapper * undo bad search/replace * revert change
-
Robert Kimball authored
* cleanup * cleanup header includes * cleanup * cleanup TensorMemoryReservation pass * include cleanup * more cleanup * more header cleanup * style * Remove obsolete comments
-
Fenglei authored
-
Scott Cyphers authored
* Sigmoid and tanh doc, edit for abs * Add equation for sigmoid.
-
Adam Procter authored
* Add CODEOWNERS file (will have no effect until enabled in GitHub settings) * Review comments, and fix a username * Tabs -> spaces * Review comments * /maint/ to @cconvey * /maint/ back to @diyessi by default
-
- 30 Sep, 2018 1 commit
-
-
Robert Kimball authored
-
- 29 Sep, 2018 2 commits
-
-
Robert Kimball authored
* rename files * rename runtime TensorView to Tensor * rename HostTensorView to HostTensor
-
Robert Kimball authored
* Address deferred comments from PR 1676 * use dynamic pointer cast for added error checking
-
- 28 Sep, 2018 11 commits
-
-
Nick Korovaiko authored
* set_output_size fix * add assert * dont run get_loop_kernels twice
-
shssf authored
-
shssf authored
-
shssf authored
-
Anna Alberska authored
-
shssf authored
-
Adam Procter authored
-
Fenglei authored
-
mchrusci authored
* CI speedup and simplification * Rebuild cached master when branch build fails * Fixed sed command * Fixed cahced nGraph path * Exit function if cmake or make fails * Fixed build path * Fail building in case cached ngraph is not built * Ensure cached nGraph is on master before pulling
-
Adam Straw authored
* add ngraph dequantize op * use a floating point offset * code format * reminder to fix serializer * add serializer support * add dequantize test cases * cleanup and code format * fix build warning for implicit conversion
-
gaurides authored
-
- 27 Sep, 2018 3 commits
-
-
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
-
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
-
- 26 Sep, 2018 6 commits
-
-
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
-
Nishant Patel 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
-
- 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 2 commits
-
-
shssf authored
-
Jaikrishnan Menon authored
-