Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc1092 Output nhwc_uint8 = in TEST_F() local
1094 Output nhwc_fp32 = ops::Cast(s, nhwc_uint8, DT_FLOAT); in TEST_F()
1232 Output nhwc_uint8 = in TEST_F() local
1234 Output nhwc_fp32 = ops::Cast(s, nhwc_uint8, DT_FLOAT); in TEST_F()
1289 Output nhwc_uint8 = in TEST_F() local
1291 Output nhwc_fp32 = ops::Cast(s, nhwc_uint8, DT_FLOAT); in TEST_F()
1308 Output nhwc_uint8 = ops::Cast(s, nhwc_fp32, DT_UINT8); in TEST_F() local
1310 ops::Transpose(s, nhwc_uint8, ops::Const(s, {0, 3, 1, 2}, {4})); in TEST_F()
1324 Output nhwc_uint8 = in TEST_F() local
1327 ops::Transpose(s, nhwc_uint8, ops::Const(s, {0, 3, 1, 2}, {4})); in TEST_F()