Home
last modified time | relevance | path

Searched refs:nchw_vect_c (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_test.cc724 auto nchw_vect_c = t_nchw_vect_c.tensor<qint8, 5>(); in TEST() local
733 packet[0] = nchw_vect_c(n, c, h, w, 0) = ++val; in TEST()
734 packet[1] = nchw_vect_c(n, c, h, w, 1) = ++val; in TEST()
735 packet[2] = nchw_vect_c(n, c, h, w, 2) = ++val; in TEST()
736 packet[3] = nchw_vect_c(n, c, h, w, 3) = ++val; in TEST()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc1081 Output nchw_vect_c = in TEST_F() local
1085 ops::Transpose(s.WithOpName("transpose"), nchw_vect_c, in TEST_F()