Home
last modified time | relevance | path

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

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/
H A Dinterface_i_nnrt_device_v10.md30 | [IsDynamicInputSupported](#isdynamicinputsupported) ([out] boolean isSupported) | 查询设备是否支持变尺寸输入,变…
187 ### IsDynamicInputSupported()
190 INnrtDevice::IsDynamicInputSupported ([out] boolean isSupported)
H A Dinterface_i_nnrt_device_v20.md30 | [IsDynamicInputSupported](#isdynamicinputsupported) ([out] boolean isSupported) | 查询设备是否支持变尺寸输入,变…
188 ### IsDynamicInputSupported()
191 INnrtDevice::IsDynamicInputSupported ([out] boolean isSupported)
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_registrar/
H A Ddevice_registrar_test.cpp60 virtual int32_t IsDynamicInputSupported(bool& isSupported) = 0;
128 OH_NN_ReturnCode IsDynamicInputSupported(bool& isSupported) override in IsDynamicInputSupported() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice
173 MOCK_METHOD1(IsDynamicInputSupported, int32_t(bool&));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_registrar/
H A Ddevice_registrar_test.cpp60 virtual int32_t IsDynamicInputSupported(bool& isSupported) = 0;
128 OH_NN_ReturnCode IsDynamicInputSupported(bool& isSupported) override in IsDynamicInputSupported() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice
173 MOCK_METHOD1(IsDynamicInputSupported, int32_t(bool&));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/
H A Dmock_idevice.h39 MOCK_METHOD1(IsDynamicInputSupported, int32_t(bool&));
/ohos5.0/foundation/ai/neural_network_runtime/test/fuzztest/
H A Dnnrt_device_impl.h78 int32_t IsDynamicInputSupported(bool& isSupported) in IsDynamicInputSupported() function
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
H A Dmock_idevice.h39 MOCK_METHOD1(IsDynamicInputSupported, int32_t(bool&));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_1/
H A Dmock_idevice.h39 MOCK_METHOD1(IsDynamicInputSupported, int32_t(bool&));
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/include/
H A Dnnrt_device_service.h52 int32_t IsDynamicInputSupported(bool& isSupported) override;
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Ddevice.h48 virtual OH_NN_ReturnCode IsDynamicInputSupported(bool& isSupported) = 0;
H A Dhdi_device_v1_0.h44 OH_NN_ReturnCode IsDynamicInputSupported(bool& isSupported) override;
H A Dhdi_device_v1_0.cpp220 OH_NN_ReturnCode HDIDeviceV1_0::IsDynamicInputSupported(bool& isSupported) in IsDynamicInputSupported() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0
222 auto ret = m_iDevice->IsDynamicInputSupported(isSupported); in IsDynamicInputSupported()
H A Dhdi_device_v2_0.h44 OH_NN_ReturnCode IsDynamicInputSupported(bool& isSupported) override;
H A Dhdi_device_v2_1.h44 OH_NN_ReturnCode IsDynamicInputSupported(bool& isSupported) override;
/ohos5.0/drivers/interface/nnrt/v1_0/
H A DINnrtDevice.idl31 IsDynamicInputSupported([out] boolean isSupported);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/foo/nnrt/v1_0/
H A DINnrtDevice.idl31 IsDynamicInputSupported([out] boolean isSupported);
/ohos5.0/drivers/interface/nnrt/v2_0/
H A DINnrtDevice.idl31 IsDynamicInputSupported([out] boolean isSupported);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/foo/nnrt/v2_0/
H A DINnrtDevice.idl31 IsDynamicInputSupported([out] boolean isSupported);
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/include/
H A Dnnrt_device_service.h52 int32_t IsDynamicInputSupported(bool& isSupported) override;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/cpp_target/nnrt/v1_0/
H A Dnnrt_device_service.h.txt46 int32_t IsDynamicInputSupported(bool& isSupported) override;
H A Dnnrt_device_service.cpp.txt70 int32_t NnrtDeviceService::IsDynamicInputSupported(bool& isSupported)
H A Dinnrt_device.h.txt99 virtual int32_t IsDynamicInputSupported(bool& isSupported) = 0;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/cpp_target/nnrt/v2_0/
H A Dnnrt_device_service.h.txt46 int32_t IsDynamicInputSupported(bool& isSupported) override;
H A Dnnrt_device_service.cpp.txt70 int32_t NnrtDeviceService::IsDynamicInputSupported(bool& isSupported)
H A Dinnrt_device.h.txt100 virtual int32_t IsDynamicInputSupported(bool& isSupported) = 0;

12