39 #pragma omp parallel for 43 dst[i] = src1[i] | src2[i];
SimpleTensor< T > bitwise_or(const SimpleTensor< T > &src1, const SimpleTensor< T > &src2)
DataType data_type() const override
Data type of the tensor.
TensorShape shape() const override
Shape of the tensor.
Copyright (c) 2017-2023 Arm Limited.
Simple tensor object that stores elements in a consecutive chunk of memory.
int num_elements() const override
Number of elements of the tensor.