Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/operators/
Dlogical.py113 is_not = operator.is_not variable
/external/python/cpython2/Modules/
Doperator.c176 is_not(PyObject *s, PyObject *a) in is_not() function
/external/python/cpython3/Lib/
Doperator.py65 def is_not(a, b): function