Home
last modified time | relevance | path

Searched refs:getUnderlyingResource (Results 1 – 25 of 25) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/utils/common/test/
H A DResilientPreparedModelTest.cpp265 TEST(ResilientPreparedModelTest, getUnderlyingResource) { in TEST() argument
268 EXPECT_CALL(*mockPreparedModel, getUnderlyingResource()) in TEST()
273 const auto resource = preparedModel->getUnderlyingResource(); in TEST()
H A DMockPreparedModel.h43 MOCK_METHOD(std::any, getUnderlyingResource, (), (const, override));
/aosp12/hardware/interfaces/neuralnetworks/utils/common/src/
H A DResilientPreparedModel.cpp173 std::any ResilientPreparedModel::getUnderlyingResource() const { in getUnderlyingResource() function in android::hardware::neuralnetworks::utils::ResilientPreparedModel
174 return getPreparedModel()->getUnderlyingResource(); in getUnderlyingResource()
H A DInvalidPreparedModel.cpp55 std::any InvalidPreparedModel::getUnderlyingResource() const { in getUnderlyingResource() function in android::hardware::neuralnetworks::utils::InvalidPreparedModel
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DIPreparedModel.h190 virtual std::any getUnderlyingResource() const = 0;
/aosp12/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
H A DInvalidPreparedModel.h49 std::any getUnderlyingResource() const override;
H A DResilientPreparedModel.h67 std::any getUnderlyingResource() const override;
/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DCanonicalPreparedModel.h57 std::any getUnderlyingResource() const override;
H A DCanonicalDevice.cpp212 std::any resource = preparedModel->getUnderlyingResource(); in allocate()
H A DCanonicalPreparedModel.cpp297 std::any PreparedModel::getUnderlyingResource() const { in getUnderlyingResource() function in android::nn::sample::PreparedModel
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/
H A DPreparedModel.h66 std::any getUnderlyingResource() const override;
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
H A DPreparedModel.h66 std::any getUnderlyingResource() const override;
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
H A DPreparedModel.h67 std::any getUnderlyingResource() const override;
/aosp12/hardware/interfaces/neuralnetworks/utils/adapter/src/
H A DPreparedModel.cpp148 const std::any resource = preparedModel->getUnderlyingResource(); in execute()
175 const std::any resource = preparedModel->getUnderlyingResource(); in execute_1_2()
206 const std::any resource = preparedModel->getUnderlyingResource(); in execute_1_3()
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/include/nnapi/hal/1.3/
H A DPreparedModel.h66 std::any getUnderlyingResource() const override;
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/
H A DPreparedModel.cpp126 std::any PreparedModel::getUnderlyingResource() const { in getUnderlyingResource() function in android::hardware::neuralnetworks::V1_0::utils::PreparedModel
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/test/
H A DPreparedModelTest.cpp386 TEST(PreparedModelTest, getUnderlyingResource) { in TEST() argument
392 const auto resource = preparedModel->getUnderlyingResource(); in TEST()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DPreparedModel.cpp166 std::any PreparedModel::getUnderlyingResource() const { in getUnderlyingResource() function in android::hardware::neuralnetworks::V1_2::utils::PreparedModel
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/test/
H A DPreparedModelTest.cpp542 TEST(PreparedModelTest, getUnderlyingResource) { in TEST() argument
548 const auto resource = preparedModel->getUnderlyingResource(); in TEST()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/test/
H A DPreparedModelTest.cpp651 TEST(PreparedModelTest, getUnderlyingResource) { in TEST() argument
658 const auto resource = preparedModel->getUnderlyingResource(); in TEST()
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DDevice.cpp61 std::any underlyingResource = preparedModels[i]->getUnderlyingResource(); in convert()
H A DPreparedModel.cpp265 std::any PreparedModel::getUnderlyingResource() const { in getUnderlyingResource() function in android::hardware::neuralnetworks::V1_3::utils::PreparedModel
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DPreparedModel.cpp219 std::any PreparedModel::getUnderlyingResource() const { in getUnderlyingResource() function in aidl::android::hardware::neuralnetworks::utils::PreparedModel
H A DDevice.cpp55 std::any underlyingResource = preparedModels[i]->getUnderlyingResource(); in convert()
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/test/
H A DPreparedModelTest.cpp894 TEST(PreparedModelTest, getUnderlyingResource) { in TEST() argument
901 const auto resource = preparedModel->getUnderlyingResource(); in TEST()