drivers: neural_net: remove obsolete driver

This driver is not being used by anything and is not being built or
tested, so remove it.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-09-19 01:30:31 +00:00
commit 1640d37189
7 changed files with 0 additions and 804 deletions

View file

@ -1,5 +1,3 @@
# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_library_sources_ifdef(CONFIG_INTEL_GNA intel_gna.c)