Home
last modified time | relevance | path

Searched refs:IsPerformanceModeSupported (Results 1 - 11 of 11) sorted by relevance

/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dmock_idevice.h49 int32_t IsPerformanceModeSupported(bool& isSupported) override;
H A Dmock_idevice.cpp214 int32_t MockIDevice::IsPerformanceModeSupported(bool& isSupported) in IsPerformanceModeSupported() function in OHOS::HDI::Nnrt::V2_0::MockIDevice
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H A Dmock_idevice.h49 int32_t IsPerformanceModeSupported(bool& isSupported) override;
H A Dmock_idevice.cpp196 int32_t MockIDevice::IsPerformanceModeSupported(bool& isSupported) in IsPerformanceModeSupported() function in OHOS::HDI::Nnrt::V1_0::MockIDevice
/test/xts/acts/ai/nncore/opstest/include/
H A Dmock_idevice.h49 int32_t IsPerformanceModeSupported(bool& isSupported) override;
/test/xts/acts/ai/nncore/common/
H A Dmock_idevice.h49 int32_t IsPerformanceModeSupported(bool& isSupported) override;
H A Dmock_idevice.cpp212 int32_t MockIDevice::IsPerformanceModeSupported(bool& isSupported) in IsPerformanceModeSupported() function in OHOS::HDI::Nnrt::V2_0::MockIDevice
/test/xts/acts/ai/nncore/opstest/src/
H A Dmock_idevice.cpp212 int32_t MockIDevice::IsPerformanceModeSupported(bool& isSupported) in IsPerformanceModeSupported() function in OHOS::HDI::Nnrt::V2_1::MockIDevice
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/
H A Dhdi_device_test.cpp119 auto hdiRet = device_->IsPerformanceModeSupported(isSupportedPerformance); in HWTEST_F()
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/
H A Dhdi_device_test.cpp119 auto hdiRet = device_->IsPerformanceModeSupported(isSupportedPerformance); in HWTEST_F()
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest_additional/src/
H A Dhdi_device_test.cpp172 * @tc.desc: Call function V2 IsPerformanceModeSupported, stability test
179 hdiRet = device_->IsPerformanceModeSupported(isSupportedPerformance); in HWTEST_F()
187 * @tc.desc: Call function V2 IsPerformanceModeSupported, stability test
192 auto hdiRet = device_->IsPerformanceModeSupported(isSupportedPerformance); in HWTEST_F()

Completed in 17 milliseconds