Searched refs:t_expected_nchw (Results 1 – 1 of 1) sorted by relevance
725 Tensor t_expected_nchw(DT_INT32, TensorShape({2, 3, 5, 7})); in TEST() local726 auto expected_nchw = t_expected_nchw.tensor<int32, 4>(); in TEST()