Home
last modified time | relevance | path

Searched defs:isSupported (Results 1 – 14 of 14) sorted by relevance

/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dmock_idevice.cpp123 void MockIDevice::SetFP16Supported(bool isSupported) in SetFP16Supported()
128 void MockIDevice::SetPerformanceSupported(bool isSupported) in SetPerformanceSupported()
133 void MockIDevice::SetPrioritySupported(bool isSupported) in SetPrioritySupported()
138 void MockIDevice::SetModelCacheSupported(bool isSupported) in SetModelCacheSupported()
143 void MockIDevice::SetOperationsSupported(std::vector<bool> isSupported) in SetOperationsSupported()
148 void MockIDevice::SetDynamicInputSupported(bool isSupported) in SetDynamicInputSupported()
190 int32_t MockIDevice::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported()
196 int32_t MockIDevice::IsPerformanceModeSupported(bool& isSupported) in IsPerformanceModeSupported()
202 int32_t MockIDevice::IsPrioritySupported(bool& isSupported) in IsPrioritySupported()
208 int32_t MockIDevice::IsDynamicInputSupported(bool& isSupported) in IsDynamicInputSupported()
[all …]
/test/xts/acts/ai/nncore/common/
Dmock_idevice.cpp138 void MockIDevice::SetFP16Supported(bool isSupported) in SetFP16Supported()
143 void MockIDevice::SetPerformanceSupported(bool isSupported) in SetPerformanceSupported()
148 void MockIDevice::SetPrioritySupported(bool isSupported) in SetPrioritySupported()
153 void MockIDevice::SetModelCacheSupported(bool isSupported) in SetModelCacheSupported()
158 void MockIDevice::SetOperationsSupported(std::vector<bool> isSupported) in SetOperationsSupported()
163 void MockIDevice::SetDynamicInputSupported(bool isSupported) in SetDynamicInputSupported()
206 int32_t MockIDevice::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported()
212 int32_t MockIDevice::IsPerformanceModeSupported(bool& isSupported) in IsPerformanceModeSupported()
218 int32_t MockIDevice::IsPrioritySupported(bool& isSupported) in IsPrioritySupported()
224 int32_t MockIDevice::IsDynamicInputSupported(bool& isSupported) in IsDynamicInputSupported()
[all …]
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dmock_idevice.cpp141 void MockIDevice::SetFP16Supported(bool isSupported) in SetFP16Supported()
146 void MockIDevice::SetPerformanceSupported(bool isSupported) in SetPerformanceSupported()
151 void MockIDevice::SetPrioritySupported(bool isSupported) in SetPrioritySupported()
156 void MockIDevice::SetModelCacheSupported(bool isSupported) in SetModelCacheSupported()
161 void MockIDevice::SetOperationsSupported(std::vector<bool> isSupported) in SetOperationsSupported()
166 void MockIDevice::SetDynamicInputSupported(bool isSupported) in SetDynamicInputSupported()
208 int32_t MockIDevice::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported()
214 int32_t MockIDevice::IsPerformanceModeSupported(bool& isSupported) in IsPerformanceModeSupported()
220 int32_t MockIDevice::IsPrioritySupported(bool& isSupported) in IsPrioritySupported()
226 int32_t MockIDevice::IsDynamicInputSupported(bool& isSupported) in IsDynamicInputSupported()
[all …]
/test/xts/acts/ai/nncore/opstest/src/
Dmock_idevice.cpp138 void MockIDevice::SetFP16Supported(bool isSupported) in SetFP16Supported()
143 void MockIDevice::SetPerformanceSupported(bool isSupported) in SetPerformanceSupported()
148 void MockIDevice::SetPrioritySupported(bool isSupported) in SetPrioritySupported()
153 void MockIDevice::SetModelCacheSupported(bool isSupported) in SetModelCacheSupported()
158 void MockIDevice::SetOperationsSupported(std::vector<bool> isSupported) in SetOperationsSupported()
163 void MockIDevice::SetDynamicInputSupported(bool isSupported) in SetDynamicInputSupported()
206 int32_t MockIDevice::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported()
212 int32_t MockIDevice::IsPerformanceModeSupported(bool& isSupported) in IsPerformanceModeSupported()
218 int32_t MockIDevice::IsPrioritySupported(bool& isSupported) in IsPrioritySupported()
224 int32_t MockIDevice::IsDynamicInputSupported(bool& isSupported) in IsDynamicInputSupported()
[all …]
/test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/
DModelTest.cpp790 const bool *isSupported{nullptr}; variable
811 const bool *isSupported{nullptr}; variable
852 const bool isSupported = true; variable
875 const bool *isSupported{nullptr}; variable
897 const bool *isSupported{nullptr}; variable
915 std::vector<bool> isSupported{true, true}; variable
963 std::vector<bool> isSupported{true, false}; variable
DCompileTest.cpp118 std::vector<bool> isSupported = {true, false}; variable
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/
DModelTest.cpp790 const bool *isSupported{nullptr}; variable
811 const bool *isSupported{nullptr}; variable
852 const bool isSupported = true; variable
875 const bool *isSupported{nullptr}; variable
897 const bool *isSupported{nullptr}; variable
915 std::vector<bool> isSupported{true, true}; variable
963 std::vector<bool> isSupported{true, false}; variable
DCompileTest.cpp118 std::vector<bool> isSupported = {true, false}; variable
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
Dfunc_test.cpp665 bool isSupported = OH_AVCapability_IsEncoderBitrateModeSupported(nullptr, BITRATE_MODE_CBR); variable
688 bool isSupported = OH_AVCapability_IsEncoderBitrateModeSupported(capability, BITRATE_MODE_CBR); variable
713 bool isSupported = OH_AVCapability_IsEncoderBitrateModeSupported(capability, BITRATE_MODE_VBR); variable
738 bool isSupported = OH_AVCapability_IsEncoderBitrateModeSupported(capa, BITRATE_MODE_CQ); variable
743 bool isSupported = OH_AVCapability_IsEncoderBitrateModeSupported(capa, BITRATE_MODE_CQ); variable
1835 bool isSupported = OH_AVCapability_IsEncoderBitrateModeSupported(capability, BITRATE_MODE_CBR); variable
1860 bool isSupported = OH_AVCapability_IsEncoderBitrateModeSupported(capability, BITRATE_MODE_VBR); variable
1885 bool isSupported = OH_AVCapability_IsEncoderBitrateModeSupported(capa, BITRATE_MODE_CQ); variable
1890 bool isSupported = OH_AVCapability_IsEncoderBitrateModeSupported(capa, BITRATE_MODE_CQ); variable
/test/xts/acts/multimedia/camera/camera_ndk_test/entry/src/main/cpp/types/libentry/
Dindex.d.ts141 isSupported: boolean; property
/test/xts/acts/multimedia/camera/camera_ndk_test/entry/src/main/cpp/
Dcamera_manager.cpp185 bool isSupported = false; in HasFlashFn() local
2766 Camera_ErrorCode NDKCamera::IsAutoDeviceSwitchSupported(bool* isSupported) in IsAutoDeviceSwitchSupported()
Dmain.cpp2406 bool isSupported = false; in SessionIsAutoDeviceSwitchSupported() local
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
Dcamera_manager.cpp114 bool isSupported = false; in HasFlashFn() local
/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/
Dnnrtndk.cpp396 const bool *isSupported{nullptr}; in OHNNModelGetAvailableoperationsTwo() local