Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc1119 Output nchw_fp32 = in TEST_F() local
1121 Output outputs = ops::Identity(s.WithOpName("outputs"), nchw_fp32); in TEST_F()
1208 Output nchw_fp32 = in TEST_F() local
1210 Output nchw_uint8 = ops::Cast(s, nchw_fp32, DT_UINT8); in TEST_F()
1309 Output nchw_fp32 = ops::CheckNumerics(s, nhwc_fp32, "foo"); in TEST_F() local
1310 Output outputs = ops::Identity(s.WithOpName("outputs"), nchw_fp32); in TEST_F()
1345 Output nchw_fp32 = ops::Cast(s, nchw_uint8, DT_FLOAT); in TEST_F() local
1346 Output outputs = ops::Identity(s.WithOpName("outputs"), nchw_fp32); in TEST_F()