HomeSort by relevance Sort by last modified time
    Searched refs:greater_op (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/util/
EmulateCXX11Meta.h 239 struct greater_op { struct in namespace:Eigen::internal
CXX11Meta.h 307 struct greater_op { template<typename A, typename B> constexpr static inline auto run(A a, B b) -> decltype(a > b) { return a > b; } };
  /external/tensorflow/tensorflow/compiler/tests/
binary_ops_test.py 700 for greater_op in [math_ops.greater, (lambda x, y: x > y)]:
702 greater_op,
707 greater_op,
712 greater_op,
    [all...]

Completed in 197 milliseconds