OSDN Git Service

Remove operationTuple.
authorJean-Luc Brouillet <jeanluc@google.com>
Sat, 23 Sep 2017 22:15:58 +0000 (15:15 -0700)
committerJean-Luc Brouillet <jeanluc@google.com>
Sun, 24 Sep 2017 07:44:11 +0000 (00:44 -0700)
commit39ac22e90857eb980e81d9dbbae6d41b3cfdf055
tree6207579637cbf24403a8e9386946ee5cf10066b2
parente9a134b868699649a98afbd80c1a521c7a34f634
Remove operationTuple.

Removed operationTuple from Model in the HAL, as the data type was
redundant information.

Removed supportedOperationTuples from Capabilities, as real drivers need
more complex restrictions than this provided.  For the OC-MR1, we'll just
rely on getSupportedNodes.

Also removed the unused cachesCompilation.

Bug: 63905942
Test: Compiled and ran tests.
Change-Id: I15f33d14634f2e1c8d726b1bd01d5b9e123b47ea
neuralnetworks/1.0/types.hal
neuralnetworks/1.0/vts/functional/Models.cpp
neuralnetworks/1.0/vts/functional/VtsHalNeuralnetworksV1_0TargetTest.cpp