Searched defs:t_expected (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/executorch/kernels/test/ |
H A D | op_squeeze_copy_test.cpp | 58 Tensor t_expected = tf.ones({}); variable 79 Tensor t_expected = tf.make({}, {1}); variable 91 Tensor t_expected = t_in; variable 103 Tensor t_expected = tf.ones({2}); variable 119 Tensor t_expected = tf.ones({2, 1}); variable 134 Tensor t_expected = tf.ones({2, 1}); variable 147 Tensor t_expected = tf.ones({2, 1}); variable 160 Tensor t_expected = tf.ones({2, 1}); variable 171 Tensor t_expected = tf.make({3, 2, 1}, {1, 2, 3, 4, 5, 6}); in TEST_F() local 183 Tensor t_expected = tf.make({3, 2, 1}, {1, 2, 3, 4, 5, 6}); in TEST_F() local [all …]
|
H A D | op_t_copy_test.cpp | 58 Tensor t_expected = tf.make({3, 2}, {1, 4, 2, 5, 3, 6}); variable
|