Home
last modified time | relevance | path

Searched refs:GetSupportedOperation (Results 1 - 12 of 12) sorted by relevance

/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest_additional/src/
H A Dhdi_device_test.cpp280 * @tc.desc: Call function V2 GetSupportedOperation, node.nodeType is NODE_TYPE_NONE
297 EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_SUCCESS, device_->GetSupportedOperation(*iModel, supportedOperations)); in HWTEST_F()
311 * @tc.desc: Call function V2 GetSupportedOperation, node.nodeType is NODE_TYPE_ACTIVATION
328 EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_SUCCESS, device_->GetSupportedOperation(*iModel, supportedOperations)); in HWTEST_F()
342 * @tc.desc: Call function V2 GetSupportedOperation, node.nodeType is NODE_TYPE_ADD_FUSION
359 EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_SUCCESS, device_->GetSupportedOperation(*iModel, supportedOperations)); in HWTEST_F()
373 * @tc.desc: Call function V2 GetSupportedOperation, node.nodeType is NODE_TYPE_ARGMAX_FUSION
390 EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_SUCCESS, device_->GetSupportedOperation(*iModel, supportedOperations)); in HWTEST_F()
404 * @tc.desc: Call function V2 GetSupportedOperation, node.nodeType is NODE_TYPE_AVG_POOL_FUSION
421 EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_SUCCESS, device_->GetSupportedOperation(*iMode in HWTEST_F()
[all...]
H A Dhdi_model_prepare_test.cpp1778 device_->GetSupportedOperation(*iModel, supportedOperations); in HWTEST_F()
1820 device_->GetSupportedOperation(*iModel, supportedOperations); in HWTEST_F()
1862 device_->GetSupportedOperation(*iModel, supportedOperations); in HWTEST_F()
1904 device_->GetSupportedOperation(*iModel, supportedOperations); in HWTEST_F()
1946 device_->GetSupportedOperation(*iModel, supportedOperations); in HWTEST_F()
1988 device_->GetSupportedOperation(*iModel, supportedOperations); in HWTEST_F()
2030 device_->GetSupportedOperation(*iModel, supportedOperations); in HWTEST_F()
2072 device_->GetSupportedOperation(*iModel, supportedOperations); in HWTEST_F()
2114 device_->GetSupportedOperation(*iModel, supportedOperations); in HWTEST_F()
2156 device_->GetSupportedOperation(*iMode in HWTEST_F()
[all...]
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/
H A Dhdi_device_test.cpp176 EXPECT_EQ(HDF_SUCCESS, device_->GetSupportedOperation(*iModel, supportedOperations)); in HWTEST_F()
206 EXPECT_EQ(HDF_SUCCESS, device_->GetSupportedOperation(*iModel, supportedOperations)); in HWTEST_F()
238 EXPECT_EQ(HDF_SUCCESS, device_->GetSupportedOperation(*iModel, supportedOperations)); in HWTEST_F()
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/
H A Dhdi_device_test.cpp176 EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_SUCCESS, device_->GetSupportedOperation(*iModel, supportedOperations)); in HWTEST_F()
206 EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_SUCCESS, device_->GetSupportedOperation(*iModel, supportedOperations)); in HWTEST_F()
238 EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_SUCCESS, device_->GetSupportedOperation(*iModel, supportedOperations)); in HWTEST_F()
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dmock_idevice.h45 int32_t GetSupportedOperation(const Model& model, std::vector<bool>& ops) override;
H A Dmock_idevice.cpp202 int32_t MockIDevice::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation() function in OHOS::HDI::Nnrt::V2_0::MockIDevice
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H A Dmock_idevice.h45 int32_t GetSupportedOperation(const Model& model, std::vector<bool>& ops) override;
H A Dmock_idevice.cpp184 int32_t MockIDevice::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation() function in OHOS::HDI::Nnrt::V1_0::MockIDevice
/test/xts/acts/ai/nncore/opstest/include/
H A Dmock_idevice.h45 int32_t GetSupportedOperation(const Model& model, std::vector<bool>& ops) override;
/test/xts/acts/ai/nncore/common/
H A Dmock_idevice.h45 int32_t GetSupportedOperation(const Model& model, std::vector<bool>& ops) override;
H A Dmock_idevice.cpp200 int32_t MockIDevice::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation() function in OHOS::HDI::Nnrt::V2_0::MockIDevice
/test/xts/acts/ai/nncore/opstest/src/
H A Dmock_idevice.cpp200 int32_t MockIDevice::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation() function in OHOS::HDI::Nnrt::V2_1::MockIDevice

Completed in 38 milliseconds