Home
last modified time | relevance | path

Searched refs:ARM_COMPUTE_ERROR_THROW_ON (Results 1 – 25 of 244) sorted by relevance

12345678910

/external/ComputeLibrary/arm_compute/core/
DValidate.h158ARM_COMPUTE_ERROR_THROW_ON(::arm_compute::error_on_nullptr(__func__, __FILE__, __LINE__, __VA_ARGS…
180ARM_COMPUTE_ERROR_THROW_ON(::arm_compute::error_on_mismatching_windows(__func__, __FILE__, __LINE_…
202ARM_COMPUTE_ERROR_THROW_ON(::arm_compute::error_on_invalid_subwindow(__func__, __FILE__, __LINE__,…
222ARM_COMPUTE_ERROR_THROW_ON(::arm_compute::error_on_window_not_collapsable_at_dimension(__func__, _…
241ARM_COMPUTE_ERROR_THROW_ON(::arm_compute::error_on_coordinates_dimensions_gte(__func__, __FILE__, …
260ARM_COMPUTE_ERROR_THROW_ON(::arm_compute::error_on_window_dimensions_gte(__func__, __FILE__, __LIN…
283ARM_COMPUTE_ERROR_THROW_ON(::arm_compute::error_on_mismatching_dimensions(__func__, __FILE__, __LI…
315ARM_COMPUTE_ERROR_THROW_ON(::arm_compute::error_on_tensors_not_even(__func__, __FILE__, __LINE__, …
348ARM_COMPUTE_ERROR_THROW_ON(::arm_compute::error_on_tensors_not_subsampled(__func__, __FILE__, __LI…
438ARM_COMPUTE_ERROR_THROW_ON(::arm_compute::error_on_mismatching_shapes(__func__, __FILE__, __LINE__…
[all …]
DError.h409 #define ARM_COMPUTE_ERROR_THROW_ON(status) \ macro
455 #define ARM_COMPUTE_ERROR_THROW_ON(status) macro
/external/ComputeLibrary/src/core/CL/
DCLValidate.h33ARM_COMPUTE_ERROR_THROW_ON(::arm_compute::error_on_unsupported_fp16(__func__, __FILE__, __LINE__, …
56ARM_COMPUTE_ERROR_THROW_ON(::arm_compute::error_on_unsupported_int64_base_atomics(__func__, __FILE…
/external/ComputeLibrary/src/core/CPP/
DValidate.h113ARM_COMPUTE_ERROR_THROW_ON(::arm_compute::error_on_unsupported_cpu_fp16(__func__, __FILE__, __LINE…
119ARM_COMPUTE_ERROR_THROW_ON(::arm_compute::error_on_unsupported_cpu_bf16(__func__, __FILE__, __LINE…
/external/ComputeLibrary/src/core/NEON/kernels/
DNEFFTScaleKernel.cpp94ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), (output != nullptr) ? output->info() … in configure()
104 ARM_COMPUTE_ERROR_THROW_ON(win_config.first); in configure()
DNEMeanStdDevNormalizationKernel.cpp140ARM_COMPUTE_ERROR_THROW_ON(NEMeanStdDevNormalizationKernel::validate(input->info(), (output != nul… in configure()
148 ARM_COMPUTE_ERROR_THROW_ON(win_config.first); in configure()
DNEStackLayerKernel.cpp95ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), axis, idx_input, num_tensors, output-… in configure()
105 ARM_COMPUTE_ERROR_THROW_ON(win_config.first); in configure()
DNEInstanceNormalizationLayerKernel.cpp146ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(_input->info(), _output->info(), _gamma, _beta, _eps… in configure()
150 ARM_COMPUTE_ERROR_THROW_ON(std::get<0>(win_config)); in configure()
DNEL2NormalizeLayerKernel.cpp157ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), sum->info(), output->info(), axis, ep… in configure()
167 ARM_COMPUTE_ERROR_THROW_ON(std::get<0>(win_config)); in configure()
DNEBatchToSpaceLayerKernel.cpp91ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), block_shape->info(), output->info())); in configure()
111ARM_COMPUTE_ERROR_THROW_ON(validate_arguments_static(input->info(), block_shape_x, block_shape_y, … in configure()
DNEFFTDigitReverseKernel.cpp79ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), output->info(), idx->info(), config)); in configure()
91 ARM_COMPUTE_ERROR_THROW_ON(win_config.first); in configure()
/external/ComputeLibrary/src/cpu/kernels/
DCpuConvertQuantizedSignednessKernel.cpp79 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(src, dst)); in configure()
82 ARM_COMPUTE_ERROR_THROW_ON(win_config.first); in configure()
DCpuCopyKernel.cpp82 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(src, dst, padding)); in configure()
96 ARM_COMPUTE_ERROR_THROW_ON(win_config.first); in configure()
DCpuDirectConv2dKernel.cpp124 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(src, weights, dst, conv_info)); in configure()
128 ARM_COMPUTE_ERROR_THROW_ON(win_config.first); in configure()
/external/ComputeLibrary/src/core/CL/kernels/
DCLStackLayerKernel.cpp90ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), axis, idx_input, num_tensors, output-… in configure()
108 ARM_COMPUTE_ERROR_THROW_ON(win_config.first); in configure()
DCLGatherKernel.cpp90ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), indices->info(), output->info(), axis… in configure()
94 ARM_COMPUTE_ERROR_THROW_ON(win_config.first); in configure()
DCLFFTDigitReverseKernel.cpp85ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), output->info(), idx->info(), config)); in configure()
101 ARM_COMPUTE_ERROR_THROW_ON(win_config.first); in configure()
DCLFFTRadixStageKernel.cpp92ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), (output != nullptr) ? output->info() … in configure()
124 ARM_COMPUTE_ERROR_THROW_ON(win_config.first); in configure()
DCLQLSTMLayerNormalizationKernel.cpp93ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), output->info(), weight->info(), bias-… in configure()
123 ARM_COMPUTE_ERROR_THROW_ON(win_config.first); in configure()
DCLChannelShuffleLayerKernel.cpp111 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), output->info(), num_groups)); in configure()
149 ARM_COMPUTE_ERROR_THROW_ON(win_config.first); in configure()
DCLNormalizePlanarYUVLayerKernel.cpp98ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), output->info(), mean->info(), std->in… in configure()
149 ARM_COMPUTE_ERROR_THROW_ON(win_config.first); in configure()
DCLBatchToSpaceLayerKernel.cpp100ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), block_shape->info(), output->info())); in configure()
134ARM_COMPUTE_ERROR_THROW_ON(validate_arguments_static(input->info(), block_shape_x, block_shape_y, … in configure()
/external/ComputeLibrary/src/gpu/cl/kernels/
DClWinogradFilterTransformKernel.cpp106 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(src, dst, winograd_info)); in configure()
136 ARM_COMPUTE_ERROR_THROW_ON(win_config.first); in configure()
DClGemmReshapeRhsMatrixKernel.cpp120 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(src, dst, rhs_info)); in configure()
139 ARM_COMPUTE_ERROR_THROW_ON(win_config.first); in configure()
DClCol2ImKernel.cpp98 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(src, dst, convolved_dims, num_groups)); in configure()
116 ARM_COMPUTE_ERROR_THROW_ON(win_config.first); in configure()

12345678910