Home
last modified time | relevance | path

Searched refs:supportedOperations (Results 1 – 18 of 18) sorted by relevance

/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DVtsHalNeuralnetworks.cpp49 std::vector<bool> supportedOperations; in createPreparedModel() local
50 const auto supportedCallStatus = device->getSupportedOperations(model, &supportedOperations); in createPreparedModel()
52 ASSERT_NE(0ul, supportedOperations.size()); in createPreparedModel()
54 supportedOperations.begin(), supportedOperations.end(), [](bool v) { return v; }); in createPreparedModel()
/hardware/interfaces/neuralnetworks/1.0/utils/src/
DCallbacks.cpp42 ErrorStatus status, const hidl_vec<bool>& supportedOperations) { in supportedOperationsCallback() argument
44 return supportedOperations; in supportedOperationsCallback()
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DCallbacks.cpp73 ErrorStatus status, const hidl_vec<bool>& supportedOperations) { in supportedOperationsCallback() argument
75 return supportedOperations; in supportedOperationsCallback()
/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/
DCallbacks.h39 ErrorStatus status, const hidl_vec<bool>& supportedOperations);
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DInvalidDevice.cpp106 std::vector<bool>* supportedOperations) { in getSupportedOperations() argument
110 *supportedOperations = std::vector<bool>(model.main.operations.size(), false); in getSupportedOperations()
DDevice.cpp207 std::vector<bool> supportedOperations; in getSupportedOperations() local
208 const auto ret = kDevice->getSupportedOperations(aidlModel, &supportedOperations); in getSupportedOperations()
211 return supportedOperations; in getSupportedOperations()
/hardware/interfaces/neuralnetworks/aidl/utils/test/
DMockDevice.h43 (const Model& model, std::vector<bool>* supportedOperations), (override));
DDeviceTest.cpp506 const auto& supportedOperations = result.value(); in TEST() local
507 EXPECT_EQ(supportedOperations.size(), kSimpleModel.main.operations.size()); in TEST()
508 EXPECT_THAT(supportedOperations, Each(testing::IsTrue())); in TEST()
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DInvalidDevice.h47 std::vector<bool>* supportedOperations) override;
/hardware/interfaces/neuralnetworks/1.3/utils/include/nnapi/hal/1.3/
DCallbacks.h46 ErrorStatus status, const hidl_vec<bool>& supportedOperations);
/hardware/interfaces/neuralnetworks/1.1/utils/test/
DDeviceTest.cpp326 const auto& supportedOperations = result.value(); in TEST() local
327 EXPECT_EQ(supportedOperations.size(), kSimpleModel.main.operations.size()); in TEST()
328 EXPECT_THAT(supportedOperations, Each(testing::IsTrue())); in TEST()
/hardware/interfaces/neuralnetworks/1.0/utils/test/
DDeviceTest.cpp316 const auto& supportedOperations = result.value(); in TEST() local
317 EXPECT_EQ(supportedOperations.size(), kSimpleModel.main.operations.size()); in TEST()
318 EXPECT_THAT(supportedOperations, Each(testing::IsTrue())); in TEST()
/hardware/interfaces/neuralnetworks/1.0/
DIDevice.hal50 * @return supportedOperations A list of supported operations, where true
58 generates (ErrorStatus status, vec<bool> supportedOperations);
/hardware/interfaces/neuralnetworks/1.1/
DIDevice.hal55 * @return supportedOperations A list of supported operations, where true
63 generates (ErrorStatus status, vec<bool> supportedOperations);
/hardware/interfaces/neuralnetworks/1.2/utils/test/
DDeviceTest.cpp572 const auto& supportedOperations = result.value(); in TEST() local
573 EXPECT_EQ(supportedOperations.size(), kSimpleModel.main.operations.size()); in TEST()
574 EXPECT_THAT(supportedOperations, Each(testing::IsTrue())); in TEST()
/hardware/interfaces/neuralnetworks/1.3/utils/test/
DDeviceTest.cpp594 const auto& supportedOperations = result.value(); in TEST() local
595 EXPECT_EQ(supportedOperations.size(), kSimpleModel.main.operations.size()); in TEST()
596 EXPECT_THAT(supportedOperations, Each(testing::IsTrue())); in TEST()
/hardware/interfaces/neuralnetworks/1.2/
DIDevice.hal118 * @return supportedOperations A list of supported operations, where true
124 generates (ErrorStatus status, vec<bool> supportedOperations);
/hardware/interfaces/neuralnetworks/1.3/
DIDevice.hal69 * @return supportedOperations A list of supported operations, where true
75 generates (ErrorStatus status, vec<bool> supportedOperations);