Searched refs:nchw_fp32 (Results 1 – 1 of 1) sorted by relevance
1119 Output nchw_fp32 = in TEST_F() local1121 Output outputs = ops::Identity(s.WithOpName("outputs"), nchw_fp32); in TEST_F()1208 Output nchw_fp32 = in TEST_F() local1210 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() local1310 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() local1346 Output outputs = ops::Identity(s.WithOpName("outputs"), nchw_fp32); in TEST_F()