23.11
|
Functions | |
template<typename T , ARM_COMPUTE_REQUIRES_TA(std::is_integral< T >::value) > | |
bool | is_bit_set (T v, unsigned int idx) |
Checks if the idx-th bit is set in an integral type. More... | |
bool arm_compute::helpers::bit_ops::is_bit_set | ( | T | v, |
unsigned int | idx | ||
) |
Checks if the idx-th bit is set in an integral type.
[in] | v | Integral input |
[in] | idx | Index of the bit to check |
Definition at line 45 of file bit_ops.h.
Referenced by arm_compute::helpers::tensor_transform::calculate_end_on_index(), arm_compute::helpers::tensor_transform::calculate_start_on_index(), arm_compute::helpers::tensor_transform::compute_strided_slice_output_shape(), CLStridedSliceKernel::configure(), and NEStridedSliceKernel::run_op().