Home
last modified time | relevance | path

Searched defs:bitwise_and (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/tests/validation/reference/
DBitwiseAnd.cpp35 SimpleTensor<T> bitwise_and(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2) in bitwise_and() function
/external/ComputeLibrary/tests/validation/fixtures/
DBitwiseAndFixture.h68 FunctionType bitwise_and; in compute_target() local
/external/ComputeLibrary/src/core/NEON/kernels/
DNEBitwiseAndKernel.cpp48 inline void bitwise_and(const T *__restrict input1, const T *__restrict input2, T *__restrict outpu… in bitwise_and() function
/external/fonttools/Lib/fontTools/merge/
Dutil.py33 def bitwise_and(lst): function
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py558 def bitwise_and(x1, x2): function