Home
last modified time | relevance | path

Searched refs:ARM_COMPUTE_ERROR (Results 1 – 25 of 205) sorted by relevance

123456789

/external/ComputeLibrary/tests/framework/instruments/
DMaliCounter.cpp51 ARM_COMPUTE_ERROR("Failed to get HW info."); in get_mali_hw_info()
62 ARM_COMPUTE_ERROR("Failed to check version."); in get_mali_hw_info()
75 ARM_COMPUTE_ERROR("Failed settings flags ioctl."); in get_mali_hw_info()
86 ARM_COMPUTE_ERROR("Failed settings flags ioctl."); in get_mali_hw_info()
141 ARM_COMPUTE_ERROR("Invalid scale"); in MaliCounter()
164 ARM_COMPUTE_ERROR("Failed to open /dev/mali0."); in init()
173 ARM_COMPUTE_ERROR("Failed to get ABI version."); in init()
177 ARM_COMPUTE_ERROR("Unsupported ABI version 10."); in init()
189 ARM_COMPUTE_ERROR("Failed settings flags ioctl."); in init()
206 ARM_COMPUTE_ERROR("Failed setting hwcnt reader ioctl."); in init()
[all …]
/external/ComputeLibrary/src/core/NEON/wrapper/intrinsics/
Dgetlane.h55 ARM_COMPUTE_ERROR("Invalid lane"); \
73 ARM_COMPUTE_ERROR("Invalid lane"); \
87 ARM_COMPUTE_ERROR("Invalid lane"); \
140 ARM_COMPUTE_ERROR("Invalid lane"); \
166 ARM_COMPUTE_ERROR("Invalid lane"); \
184 ARM_COMPUTE_ERROR("Invalid lane"); \
198 ARM_COMPUTE_ERROR("Invalid lane"); \
Dsetlane.h55 ARM_COMPUTE_ERROR("Invalid lane"); \
73 ARM_COMPUTE_ERROR("Invalid lane"); \
87 ARM_COMPUTE_ERROR("Invalid lane"); \
140 ARM_COMPUTE_ERROR("Invalid lane"); \
166 ARM_COMPUTE_ERROR("Invalid lane"); \
184 ARM_COMPUTE_ERROR("Invalid lane"); \
/external/ComputeLibrary/arm_compute/core/
DUtils.h135 ARM_COMPUTE_ERROR("Invalid data type"); in data_size_from_type()
174 ARM_COMPUTE_ERROR("Undefined pixel size for given format"); in pixel_size_from_format()
208 ARM_COMPUTE_ERROR("Undefined element size for given data type"); in element_size_from_data_type()
250 ARM_COMPUTE_ERROR("Not supported data_type for given format"); in data_type_from_format()
294 ARM_COMPUTE_ERROR("Not supported channel"); in plane_idx_from_channel()
310 ARM_COMPUTE_ERROR("Not supported channel"); in plane_idx_from_channel()
315 ARM_COMPUTE_ERROR("Not supported format"); in plane_idx_from_channel()
342 ARM_COMPUTE_ERROR("Not supported channel"); in channel_idx_from_format()
359 ARM_COMPUTE_ERROR("Not supported channel"); in channel_idx_from_format()
374 ARM_COMPUTE_ERROR("Not supported channel"); in channel_idx_from_format()
[all …]
/external/ComputeLibrary/arm_compute/graph/
DTypePrinter.h55 ARM_COMPUTE_ERROR("NOT_SUPPORTED!");
207 ARM_COMPUTE_ERROR("NOT_SUPPORTED!");
231 ARM_COMPUTE_ERROR("NOT_SUPPORTED!");
255 ARM_COMPUTE_ERROR("NOT_SUPPORTED!");
273 ARM_COMPUTE_ERROR("NOT_SUPPORTED!");
291 ARM_COMPUTE_ERROR("NOT_SUPPORTED!");
/external/ComputeLibrary/src/runtime/
DSchedulerFactory.cpp62 ARM_COMPUTE_ERROR("Recompile with cppthreads=1 to use C++11 scheduler."); in create()
70 ARM_COMPUTE_ERROR("Recompile with openmp=1 to use openmp scheduler."); in create()
78 ARM_COMPUTE_ERROR("Invalid Scheduler type"); in create()
DScheduler.cpp100ARM_COMPUTE_ERROR("No custom scheduler has been setup. Call set(std::shared_ptr<IScheduler> &sched… in get()
121 ARM_COMPUTE_ERROR("Invalid Scheduler type"); in get()
/external/ComputeLibrary/src/cpu/operators/
DCpuConcatenate.cpp95 ARM_COMPUTE_ERROR("Axis not supported"); in configure()
133 ARM_COMPUTE_ERROR("Axis not supported"); in validate()
151 ARM_COMPUTE_ERROR("No inputs provided"); in run()
156 ARM_COMPUTE_ERROR("Configured with different number of inputs"); in run()
DCpuGemmLowpOutputStage.cpp74 ARM_COMPUTE_ERROR("Unsupported output data type."); in configure()
94 ARM_COMPUTE_ERROR("Unsupported output data type."); in configure()
101 ARM_COMPUTE_ERROR("Unsupported GEMMLowpOutputStage type."); in configure()
/external/ComputeLibrary/utils/
DTypePrinter.h180 ARM_COMPUTE_ERROR("Unsupported PostOpType");
233 ARM_COMPUTE_ERROR("Unsupported PostOpType");
330 ARM_COMPUTE_ERROR("NOT_SUPPORTED!");
645 ARM_COMPUTE_ERROR("NOT_SUPPORTED!");
732 ARM_COMPUTE_ERROR("NOT_SUPPORTED!");
785 ARM_COMPUTE_ERROR("NOT_SUPPORTED!");
846 ARM_COMPUTE_ERROR("NOT_SUPPORTED!");
893 ARM_COMPUTE_ERROR("NOT_SUPPORTED!");
970 ARM_COMPUTE_ERROR("NOT_SUPPORTED!");
1052 ARM_COMPUTE_ERROR("NOT_SUPPORTED!");
[all …]
DGraphUtils.cpp81 ARM_COMPUTE_ERROR("NOT SUPPORTED!"); in preprocess()
122 ARM_COMPUTE_ERROR("NOT SUPPORTED!"); in preprocess()
225 ARM_COMPUTE_ERROR("NOT SUPPORTED!"); in access_tensor()
439 ARM_COMPUTE_ERROR("NOT SUPPORTED!"); in access_tensor()
571 ARM_COMPUTE_ERROR("NOT SUPPORTED!"); in access_tensor()
648 ARM_COMPUTE_ERROR("NOT SUPPORTED!"); in access_tensor()
758 ARM_COMPUTE_ERROR("NOT SUPPORTED!"); in access_tensor()
/external/ComputeLibrary/src/core/CL/
DCLHelpers.cpp70 ARM_COMPUTE_ERROR("Unsupported input data type."); in get_cl_type_from_data_type()
100 ARM_COMPUTE_ERROR("Cannot get promoted OpenCL type for the input data type."); in get_cl_promoted_type_from_data_type()
118 ARM_COMPUTE_ERROR("Data type not supported"); in get_cl_unsigned_type_from_element_size()
136 ARM_COMPUTE_ERROR("Data type not supported"); in get_cl_signed_type_from_element_size()
170 ARM_COMPUTE_ERROR("Unsupported input data type."); in get_cl_select_type_from_data_type()
188 ARM_COMPUTE_ERROR("Unsupported data type."); in get_cl_dot8_acc_type_from_data_type()
218 ARM_COMPUTE_ERROR("Unsupported input data type."); in get_data_size_from_data_type()
/external/ComputeLibrary/src/core/
DRounding.cpp58 ARM_COMPUTE_ERROR("TO_NEAREST_EVEN rounding policy is not supported."); in round()
64 ARM_COMPUTE_ERROR("Unsupported rounding policy."); in round()
/external/ComputeLibrary/tests/validation/reference/
DPixelWiseMultiplication.cpp85 ARM_COMPUTE_ERROR("Unsupported rounding policy"); in mul()
151 ARM_COMPUTE_ERROR("Unsupported rounding policy"); in mul()
226 ARM_COMPUTE_ERROR("Scale of pixel-wise multiplication must be non-negative"); in pixel_wise_multiplication()
255 ARM_COMPUTE_ERROR("Scale of pixel-wise multiplication must be non-negative"); in pixel_wise_multiplication()
283 ARM_COMPUTE_ERROR("Scale of pixel-wise multiplication must be non-negative"); in pixel_wise_multiplication()
311 ARM_COMPUTE_ERROR("Scale of pixel-wise multiplication must be non-negative"); in pixel_wise_multiplication()
339 ARM_COMPUTE_ERROR("Scale of pixel-wise multiplication must be non-negative"); in pixel_wise_multiplication()
DReductionOperation.cpp96 ARM_COMPUTE_ERROR("Operation not supported"); in reduce_operation()
142 ARM_COMPUTE_ERROR("Operation not supported"); in reduce_operation()
175 ARM_COMPUTE_ERROR("Operation not supported"); in reduce_operation_arg_min_max()
271 ARM_COMPUTE_ERROR("Unsupported reduction axis"); in compute_reduction_operation()
/external/ComputeLibrary/src/gpu/cl/operators/
DClConcatenate.cpp138 ARM_COMPUTE_ERROR("Axis not supported"); in configure()
207 ARM_COMPUTE_ERROR("Axis not supported"); in validate()
223 ARM_COMPUTE_ERROR("No inputs provided"); in run()
228 ARM_COMPUTE_ERROR("Configured with different number of inputs"); in run()
/external/ComputeLibrary/src/runtime/CL/gemm/
DCLGEMMDefaultTypeValhall.cpp103 ARM_COMPUTE_ERROR("Not supported data type"); in select_kernel()
109 ARM_COMPUTE_ERROR("Not supported data type"); in select_kernel()
115 ARM_COMPUTE_ERROR("Not supported data type"); in select_kernel()
121 ARM_COMPUTE_ERROR("Not supported data type"); in select_kernel()
DCLGEMMDefaultTypeBifrost.cpp102 ARM_COMPUTE_ERROR("Not supported data type"); in select_kernel()
108 ARM_COMPUTE_ERROR("Not supported data type"); in select_kernel()
114 ARM_COMPUTE_ERROR("Not supported data type"); in select_kernel()
120 ARM_COMPUTE_ERROR("Not supported data type"); in select_kernel()
/external/ComputeLibrary/src/core/NEON/kernels/
DNEGatherKernel.cpp199 ARM_COMPUTE_ERROR("Not supported"); in configure()
214 ARM_COMPUTE_ERROR("Not supported"); in configure()
232 ARM_COMPUTE_ERROR("Not supported"); in configure()
238 ARM_COMPUTE_ERROR("Not supported"); in configure()
/external/ComputeLibrary/src/graph/
DUtils.cpp49 ARM_COMPUTE_ERROR("No backend exists!"); in get_default_target()
91 ARM_COMPUTE_ERROR("Unsupported DataType for SyntheticDataTypeMutator"); in create_default_pass_manager()
174 ARM_COMPUTE_ERROR("Data layout index not supported!"); in get_dimension_idx()
/external/ComputeLibrary/src/cpu/kernels/elementwise_unary/generic/neon/
Dimpl.cpp50 ARM_COMPUTE_ERROR("NOT_SUPPORTED!"); in elementwise_op_scalar_imp()
74 ARM_COMPUTE_ERROR("NOT_SUPPORTED!"); in elementwise_op_imp()
/external/ComputeLibrary/src/runtime/CL/
DCLHelpers.cpp114 ARM_COMPUTE_ERROR("Unsupported backend type"); in select_preferable_platform()
119 ARM_COMPUTE_ERROR("No valid platform found"); in select_preferable_platform()
/external/ComputeLibrary/src/cpu/kernels/elementwise_unary/generic/sve/
Dimpl.cpp53 ARM_COMPUTE_ERROR("NOT_SUPPORTED"); in elementwise_op_sve_imp()
67 ARM_COMPUTE_ERROR("NOT_SUPPORTED"); in elementwise_op_sve_imp()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEPadLayer.cpp203 ARM_COMPUTE_ERROR("Padding mode not supported."); in configure()
251 ARM_COMPUTE_ERROR("Invalid mode"); in validate()
289 ARM_COMPUTE_ERROR("Padding mode not supported."); in run()
/external/ComputeLibrary/tests/validation/fixtures/
DDequantizationLayerFixture.h124 ARM_COMPUTE_ERROR("Unsupported data type"); in compute_reference()
156 ARM_COMPUTE_ERROR("Unsupported data type"); in generate_quantization_info()

123456789