Home
last modified time | relevance | path

Searched defs:bitwise_xor (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/tests/validation/reference/
DBitwiseXor.cpp35 SimpleTensor<T> bitwise_xor(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2) in bitwise_xor() function
/external/ComputeLibrary/tests/validation/fixtures/
DBitwiseXorFixture.h68 FunctionType bitwise_xor; in compute_target() local
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py563 def bitwise_xor(x1, x2): function