Searched refs:dummy_op (Results 1 – 4 of 4) 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; }; argument 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; }; argument 64 template<> struct dummy_op<dummy_a, dummy_a> { typedef dummy_e type; }; argument 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; }; struct [all …]
|
/external/tensorflow/tensorflow/python/keras/distribute/ |
D | distribute_strategy_test.py | 214 dummy_op = (lambda inp, target: True) 217 dummy_op = (lambda inp: True) 221 original_dataset.filter(dummy_op).batch(10, drop_remainder=True)) 1636 dummy_op = lambda inp: True function 1638 dataset = dataset.filter(dummy_op).batch(8, drop_remainder=True)
|
/external/mesa3d/src/freedreno/decode/ |
D | cffdec.c | 2631 static const struct type3_op dummy_op = { in get_type3_op() local 2637 return &dummy_op; in get_type3_op() 2643 return &dummy_op; in get_type3_op()
|
/external/tensorflow/tensorflow/python/training/ |
D | saver_test.py | 3075 dummy_op = constant_op.constant([2.]) 3077 dummy_op, 3079 _tensor, "", name, dtype=dummy_op.dtype, 3080 device=dummy_op.device)],
|