OSDN Git Service

Add negative tests to the Neuralnetworks HAL
[android-x86/hardware-interfaces.git] / neuralnetworks / 1.0 / vts / functional / VtsHalNeuralnetworksV1_0TargetTest.h
index 9c56e6a..1b3b334 100644 (file)
@@ -72,6 +72,8 @@ class NeuralnetworksHidlTest : public ::testing::VtsHalHidlTargetTestBase {
     void SetUp() override;
     void TearDown() override;
 
+    sp<IPreparedModel> doPrepareModelShortcut(const Model& model);
+
     sp<IDevice> device;
 };