Searched refs:expected_nchw (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_test.cc | 726 auto expected_nchw = t_expected_nchw.tensor<int32, 4>(); in TEST() local 737 expected_nchw(n, c, h, w) = *reinterpret_cast<int32*>(&packet[0]); in TEST() 750 EXPECT_EQ(expected_nchw(n, c, h, w), actual_nchw(n, c, h, w)); in TEST() 751 EXPECT_EQ(expected_nchw(n, c, h, w), const_actual_nchw(n, c, h, w)); in TEST()
|