"Any" and "All" ops (#2217)
* Skip --exclude-libs linker flag on macOS * Change test to if(LINUX) * Add "Any" op and AnyAllReplacement pass * Add AnyAllReplacement to IGPU backend * Stub (error-out) handlers for GPU and INTELGPU * Add 'All' op * Add AnyAllInsertion pass, deprecate deprecable ops, add stubs for INTELGPU * Add failing unit tests to INTELGPU manifest * Reduce boilerplate * Reduce more boilerplate * Add static keywords
Showing
src/ngraph/op/all.cpp
0 → 100644
src/ngraph/op/all.hpp
0 → 100644
src/ngraph/op/any.cpp
0 → 100644
src/ngraph/op/any.hpp
0 → 100644
test/any_all_insertion.cpp
0 → 100644
test/any_all_replacement.cpp
0 → 100644
test/backend_all.in.cpp
0 → 100644
This diff is collapsed.
test/backend_any.in.cpp
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment