platform_hardware_interfaces/neuralnetworks
Michael Butler c3e1a29a60 NN 1.3 HAL: ANAPIC review follow up
This CL makes the following three interface changes:
* Removes @1.3::Operand.ExtraParams, because it was the same as
  @1.2::Operand.ExtraParams
* Changes int32_t token to uint32_t for IDevice::allocate and for
  @1.3::Request.MemoryPool
* Renames OptionalTimePoint::nanoseconds to
  OptionalTimePoint::nanosecondsSinceEpoch

This CL also makes test changes in response to the interface changes,
and fixes a minor comment issue in @1.2::types.hal and @1.3::types.hal.

Bug: 148617339
Test: mma
Test: VtsHalNeuralnetworksV1_3TargetTest
Change-Id: I95b49ab34b0b79f587dda035ede700b73dc44a38
Merged-In: I95b49ab34b0b79f587dda035ede700b73dc44a38
(cherry picked from commit 6a4172cd3d)
2020-02-12 17:52:34 -08:00
..
1.0 redefine _Float16 as __fp16 for x86[_64] to allow removing workaround from inhouse clang 2020-02-05 11:09:22 -08:00
1.1 redefine _Float16 as __fp16 for x86[_64] to allow removing workaround from inhouse clang 2020-02-05 11:09:22 -08:00
1.2 NN 1.3 HAL: ANAPIC review follow up 2020-02-12 17:52:34 -08:00
1.3 NN 1.3 HAL: ANAPIC review follow up 2020-02-12 17:52:34 -08:00
README Add README to NeuralNetworks HAL 2018-03-05 12:59:35 -08:00
TEST_MAPPING Change NNAPI VTS TEST_MAPPING to restrict testing on sample drivers 2019-10-29 19:08:38 -07:00

NeuralNetworks sample driver implementation is located at
frameworks/ml/nn/driver/sample.