Use softer error reporting instead of CHECK*

  - CHECK(x) checks whether condition x holds and LOG(FATAL) if not, which
    will result in calling abort().
  - This change uses nnOpsCheck which would log the failing condition and
    return false to the runtime, allowing graceful failures.

Bug: 63905942
Test: NeuralNetworkTests pass
Change-Id: I8b1217f777638f974c91fa429449e39d37218af6
6 files changed
tree: c70275f2fecaff7ea4c9502c70ee27f5259c9eda
  1. common/
  2. driver/
  3. runtime/
  4. tools/
  5. Android.bp
  6. README.txt