Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_meta.cpp58 template<> struct dummy_op<dummy_a, dummy_b> { typedef dummy_c type; }; struct
59 template<> struct dummy_op<dummy_b, dummy_a> { typedef dummy_d type; }; argument
60 template<> struct dummy_op<dummy_b, dummy_c> { typedef dummy_a type; }; argument
61 template<> struct dummy_op<dummy_c, dummy_b> { typedef dummy_d type; }; argument
62 template<> struct dummy_op<dummy_c, dummy_a> { typedef dummy_b type; }; struct
63 template<> struct dummy_op<dummy_a, dummy_c> { typedef dummy_d type; }; struct
64 template<> struct dummy_op<dummy_a, dummy_a> { typedef dummy_e type; }; struct
65 template<> struct dummy_op<dummy_b, dummy_b> { typedef dummy_e type; }; struct
66 template<> struct dummy_op<dummy_c, dummy_c> { typedef dummy_e type; }; struct
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistribute_strategy_test.py1636 dummy_op = lambda inp: True function
/external/mesa3d/src/freedreno/decode/
Dcffdec.c2631 static const struct type3_op dummy_op = { in get_type3_op() local