Searched refs:nchw_vect_c (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_test.cc | 757 auto nchw_vect_c = t_nchw_vect_c.tensor<qint8, 5>(); in TEST() local 766 packet[0] = nchw_vect_c(n, c, h, w, 0) = ++val; in TEST() 767 packet[1] = nchw_vect_c(n, c, h, w, 1) = ++val; in TEST() 768 packet[2] = nchw_vect_c(n, c, h, w, 2) = ++val; in TEST() 769 packet[3] = nchw_vect_c(n, c, h, w, 3) = ++val; in TEST()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 1028 Output nchw_vect_c = in TEST_F() local 1032 ops::Transpose(s.WithOpName("transpose"), nchw_vect_c, in TEST_F() 1037 s.WithControlDependencies(nchw_vect_c).WithOpName("nhwc_shape"), in TEST_F()
|