Searched refs:dummy_op (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_meta.cpp | 57 template<typename A, typename B> struct dummy_op; 58 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; }; struct 60 template<> struct dummy_op<dummy_b, dummy_c> { typedef dummy_a type; }; struct 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; }; argument 63 template<> struct dummy_op<dummy_a, dummy_c> { typedef dummy_d type; }; argument 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; }; argument 66 template<> struct dummy_op<dummy_c, dummy_c> { typedef dummy_e type; }; argument [all …]
|
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | keras_test.py | 235 dummy_op = (lambda inp, target: True) 238 dummy_op = (lambda inp: True) 242 ds_with_unknown_cardinality = (original_dataset.filter(dummy_op).
|
/external/tensorflow/tensorflow/python/training/ |
D | saver_test.py | 2899 dummy_op = constant_op.constant([2.]) 2901 dummy_op, 2903 _tensor, "", name, dtype=dummy_op.dtype)],
|