/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | interface_i_nnrt_device_v10.md | 32 | [IsModelCacheSupported](#ismodelcachesupported) ([out] boolean isSupported) | 查询是否支持模型缓存功能 | 237 ### IsModelCacheSupported() 240 INnrtDevice::IsModelCacheSupported ([out] boolean isSupported)
|
H A D | interface_i_nnrt_device_v20.md | 32 | [IsModelCacheSupported](#ismodelcachesupported) ([out] boolean isSupported) | 查询是否支持模型缓存功能 | 238 ### IsModelCacheSupported() 241 INnrtDevice::IsModelCacheSupported ([out] boolean isSupported)
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/ |
H A D | nn_compiler_test.cpp | 53 MOCK_METHOD1(IsModelCacheSupported, OH_NN_ReturnCode(bool&)); 276 EXPECT_CALL(*((MockIDevice *) device.get()), IsModelCacheSupported(::testing::_)) 301 EXPECT_CALL(*((MockIDevice *) device.get()), IsModelCacheSupported(::testing::_)) 326 EXPECT_CALL(*((MockIDevice *) device.get()), IsModelCacheSupported(::testing::_)) 721 EXPECT_CALL(*((MockIDevice *) device.get()), IsModelCacheSupported(::testing::_)) 755 EXPECT_CALL(*((MockIDevice *) device.get()), IsModelCacheSupported(::testing::_)) 830 EXPECT_CALL(*((MockIDevice *) device.get()), IsModelCacheSupported(::testing::_)) 862 EXPECT_CALL(*((MockIDevice *) device.get()), IsModelCacheSupported(::testing::_)) 894 EXPECT_CALL(*((MockIDevice *) device.get()), IsModelCacheSupported(::testing::_)) 952 EXPECT_CALL(*((MockIDevice *) device.get()), IsModelCacheSupported(::testing::_)) [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_registrar/ |
H A D | device_registrar_test.cpp | 65 virtual int32_t IsModelCacheSupported(bool& isSupported) = 0; 132 OH_NN_ReturnCode IsModelCacheSupported(bool& isSupported) override in IsModelCacheSupported() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice 176 MOCK_METHOD1(IsModelCacheSupported, int32_t(bool&));
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_registrar/ |
H A D | device_registrar_test.cpp | 65 virtual int32_t IsModelCacheSupported(bool& isSupported) = 0; 132 OH_NN_ReturnCode IsModelCacheSupported(bool& isSupported) override in IsModelCacheSupported() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice 176 MOCK_METHOD1(IsModelCacheSupported, int32_t(bool&));
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/ |
H A D | mock_idevice.h | 41 MOCK_METHOD1(IsModelCacheSupported, int32_t(bool&));
|
/ohos5.0/foundation/ai/neural_network_runtime/test/fuzztest/ |
H A D | nnrt_device_impl.h | 97 int32_t IsModelCacheSupported(bool& isSupported) in IsModelCacheSupported() function
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/ |
H A D | mock_idevice.h | 41 MOCK_METHOD1(IsModelCacheSupported, int32_t(bool&));
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_1/ |
H A D | mock_idevice.h | 41 MOCK_METHOD1(IsModelCacheSupported, int32_t(bool&));
|
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/include/ |
H A D | nnrt_device_service.h | 56 int32_t IsModelCacheSupported(bool& isSupported) override;
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | device.h | 49 virtual OH_NN_ReturnCode IsModelCacheSupported(bool& isSupported) = 0;
|
H A D | hdi_device_v1_0.h | 45 OH_NN_ReturnCode IsModelCacheSupported(bool& isSupported) override;
|
H A D | hdi_device_v1_0.cpp | 230 OH_NN_ReturnCode HDIDeviceV1_0::IsModelCacheSupported(bool& isSupported) in IsModelCacheSupported() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0 232 auto ret = m_iDevice->IsModelCacheSupported(isSupported); in IsModelCacheSupported()
|
H A D | hdi_device_v2_0.h | 45 OH_NN_ReturnCode IsModelCacheSupported(bool& isSupported) override;
|
H A D | hdi_device_v2_1.h | 45 OH_NN_ReturnCode IsModelCacheSupported(bool& isSupported) override;
|
/ohos5.0/drivers/interface/nnrt/v1_0/ |
H A D | INnrtDevice.idl | 33 IsModelCacheSupported([out] boolean isSupported);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/foo/nnrt/v1_0/ |
H A D | INnrtDevice.idl | 33 IsModelCacheSupported([out] boolean isSupported);
|
/ohos5.0/drivers/interface/nnrt/v2_0/ |
H A D | INnrtDevice.idl | 33 IsModelCacheSupported([out] boolean isSupported);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/foo/nnrt/v2_0/ |
H A D | INnrtDevice.idl | 33 IsModelCacheSupported([out] boolean isSupported);
|
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/include/ |
H A D | nnrt_device_service.h | 59 int32_t IsModelCacheSupported(bool& isSupported) override;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/cpp_target/nnrt/v1_0/ |
H A D | nnrt_device_service.h.txt | 51 int32_t IsModelCacheSupported(bool& isSupported) override;
|
H A D | nnrt_device_service.cpp.txt | 81 int32_t NnrtDeviceService::IsModelCacheSupported(bool& isSupported)
|
H A D | innrt_device.h.txt | 104 virtual int32_t IsModelCacheSupported(bool& isSupported) = 0;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/cpp_target/nnrt/v2_0/ |
H A D | nnrt_device_service.h.txt | 51 int32_t IsModelCacheSupported(bool& isSupported) override;
|
H A D | nnrt_device_service.cpp.txt | 81 int32_t NnrtDeviceService::IsModelCacheSupported(bool& isSupported)
|