Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/reference/
DBitwiseNot.cpp35 SimpleTensor<T> bitwise_not(const SimpleTensor<T> &src) in bitwise_not() function
/external/ComputeLibrary/tests/validation/fixtures/
DBitwiseNotFixture.h67 FunctionType bitwise_not; in compute_target() local
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py573 def bitwise_not(x): function