Home
last modified time | relevance | path

Searched defs:or_ (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/operators/
Dlogical.py62 def or_(a, b): function
/external/OpenCL-CTS/test_conformance/subgroups/
Dsubhelpers.h102 or_, enumerator
/external/python/cpython3/Lib/
Doperator.py116 def or_(a, b): function
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DAppleScript_Suite.py559 def or_(self, _object, _attributes={}, **_arguments): member in AppleScript_Suite_Events
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py1617 def or_(x, y, name=None): function
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp960 void AssemblerMIPS32::or_(const Operand *OpRd, const Operand *OpRs, in or_() function in Ice::MIPS32::AssemblerMIPS32