Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/compiler/
Djit_test.py144 def mulop(x1, x2): function
160 def mulop(x1, x2): function
248 def mulop(x1, x2): function
275 def mulop(x1, x2): function
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp36 const BinaryOperator *mulop; member
76 const BinaryOperator * mulop = nullptr; in CheckMallocArgument() local