• Home
  • Raw
  • Download

Lines Matching refs:function

26 arm_compute::Status arm_compute::error_on_mismatching_windows(const char *function, const char *fil…  in error_on_mismatching_windows()  argument
34 ARM_COMPUTE_RETURN_ERROR_ON_LOC(full[i].start() != win[i].start(), function, file, line); in error_on_mismatching_windows()
35 ARM_COMPUTE_RETURN_ERROR_ON_LOC(full[i].end() != win[i].end(), function, file, line); in error_on_mismatching_windows()
36 ARM_COMPUTE_RETURN_ERROR_ON_LOC(full[i].step() != win[i].step(), function, file, line); in error_on_mismatching_windows()
41 arm_compute::Status arm_compute::error_on_invalid_subwindow(const char *function, const char *file,… in error_on_invalid_subwindow() argument
49 ARM_COMPUTE_RETURN_ERROR_ON_LOC(full[i].start() > sub[i].start(), function, file, line); in error_on_invalid_subwindow()
50 ARM_COMPUTE_RETURN_ERROR_ON_LOC(full[i].end() < sub[i].end(), function, file, line); in error_on_invalid_subwindow()
51 ARM_COMPUTE_RETURN_ERROR_ON_LOC(full[i].step() != sub[i].step(), function, file, line); in error_on_invalid_subwindow()
52 …PUTE_RETURN_ERROR_ON_LOC((sub[i].start() - full[i].start()) % sub[i].step(), function, file, line); in error_on_invalid_subwindow()
57 arm_compute::Status arm_compute::error_on_window_not_collapsable_at_dimension(const char *function,… in error_on_window_not_collapsable_at_dimension() argument
63 ARM_COMPUTE_RETURN_ERROR_ON_LOC(window[dim].start() != 0, function, file, line); in error_on_window_not_collapsable_at_dimension()
64 ARM_COMPUTE_RETURN_ERROR_ON_LOC(window[dim].start() != full[dim].start(), function, file, line); in error_on_window_not_collapsable_at_dimension()
65 ARM_COMPUTE_RETURN_ERROR_ON_LOC(full[dim].end() != window[dim].end(), function, file, line); in error_on_window_not_collapsable_at_dimension()
70 arm_compute::Status arm_compute::error_on_coordinates_dimensions_gte(const char *function, const ch… in error_on_coordinates_dimensions_gte() argument
75 ARM_COMPUTE_RETURN_ERROR_ON_LOC(pos[i] != 0, function, file, line); in error_on_coordinates_dimensions_gte()
80 arm_compute::Status arm_compute::error_on_window_dimensions_gte(const char *function, const char *f… in error_on_window_dimensions_gte() argument
86 function, file, line, in error_on_window_dimensions_gte()
92 arm_compute::Status arm_compute::error_on_tensor_not_2d(const char *function, const char *file, con… in error_on_tensor_not_2d() argument
95 ARM_COMPUTE_RETURN_ERROR_ON_LOC(tensor == nullptr, function, file, line); in error_on_tensor_not_2d()
96 ARM_COMPUTE_RETURN_ERROR_ON_LOC(tensor->info() == nullptr, function, file, line); in error_on_tensor_not_2d()
98 function, file, line, in error_on_tensor_not_2d()
103 arm_compute::Status arm_compute::error_on_tensor_not_2d(const char *function, const char *file, con… in error_on_tensor_not_2d() argument
106 ARM_COMPUTE_RETURN_ERROR_ON_LOC(tensor == nullptr, function, file, line); in error_on_tensor_not_2d()
108 function, file, line, in error_on_tensor_not_2d()
113 arm_compute::Status arm_compute::error_on_channel_not_in_known_format(const char *function, const c… in error_on_channel_not_in_known_format() argument
116 ARM_COMPUTE_RETURN_ERROR_ON_LOC(fmt == arm_compute::Format::UNKNOWN, function, file, line); in error_on_channel_not_in_known_format()
117 ARM_COMPUTE_RETURN_ERROR_ON_LOC(cn == arm_compute::Channel::UNKNOWN, function, file, line); in error_on_channel_not_in_known_format()
122 …arm_compute::error_on_channel_not_in(function, file, line, cn, arm_compute::Channel::R, arm_comput… in error_on_channel_not_in_known_format()
125 …arm_compute::error_on_channel_not_in(function, file, line, cn, arm_compute::Channel::R, arm_comput… in error_on_channel_not_in_known_format()
128 …arm_compute::error_on_channel_not_in(function, file, line, cn, arm_compute::Channel::U, arm_comput… in error_on_channel_not_in_known_format()
136 …arm_compute::error_on_channel_not_in(function, file, line, cn, arm_compute::Channel::Y, arm_comput… in error_on_channel_not_in_known_format()
139 ARM_COMPUTE_ERROR_LOC(function, file, line, "Not supported format."); in error_on_channel_not_in_known_format()
144 arm_compute::Status arm_compute::error_on_unconfigured_kernel(const char *function, const char *fil… in error_on_unconfigured_kernel() argument
147 ARM_COMPUTE_RETURN_ERROR_ON_LOC(kernel == nullptr, function, file, line); in error_on_unconfigured_kernel()
149 function, file, line, in error_on_unconfigured_kernel()
154 arm_compute::Status arm_compute::error_on_invalid_subtensor(const char *function, const char *file,… in error_on_invalid_subtensor() argument
162 ARM_COMPUTE_RETURN_ERROR_ON_LOC(invalid_idx || out_of_bounds_size, function, file, line); in error_on_invalid_subtensor()
167 arm_compute::Status arm_compute::error_on_invalid_subtensor_valid_region(const char *function, cons… in error_on_invalid_subtensor_valid_region() argument
173 …ETURN_ERROR_ON_LOC((parent_valid_region.anchor[d] > valid_region.anchor[d]), function, file, line); in error_on_invalid_subtensor_valid_region()
175 function, file, line); in error_on_invalid_subtensor_valid_region()