Home
last modified time | relevance | path

Searched refs:COMPARISON (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/ops/
Dmath_ops.cc688 #define COMPARISON() \ macro
695 REGISTER_OP("Less").COMPARISON();
697 REGISTER_OP("LessEqual").COMPARISON();
699 REGISTER_OP("Greater").COMPARISON();
701 REGISTER_OP("GreaterEqual").COMPARISON();
703 #undef COMPARISON
/external/yapf/yapf/yapflib/
Dsplit_penalty.py38 COMPARISON = 1300 variable
377 _IncreasePenalty(node, COMPARISON)