Home
last modified time | relevance | path

Searched refs:dummy_op (Results 1 – 4 of 4) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_meta.cpp57 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; }; struct
61 template<> struct dummy_op<dummy_c, dummy_b> { typedef dummy_d type; }; struct
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; }; argument
66 template<> struct dummy_op<dummy_c, dummy_c> { typedef dummy_e type; }; argument
[all …]
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistribute_strategy_test.py214 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/
Dcffdec.c2631 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/
Dsaver_test.py3075 dummy_op = constant_op.constant([2.])
3077 dummy_op,
3079 _tensor, "", name, dtype=dummy_op.dtype,
3080 device=dummy_op.device)],