Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py568 def bitwise_xor(x1, x2): function
/external/swiftshader/src/Shader/
DShaderCore.cpp1983 void ShaderCore::bitwise_xor(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in bitwise_xor() function in sw::ShaderCore