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.cc1116 Output nhwc_uint8 = in TEST_F() local
1118 Output nhwc_fp32 = ops::Cast(s, nhwc_uint8, DT_FLOAT); in TEST_F()
1252 Output nhwc_uint8 = in TEST_F() local
1254 Output nhwc_fp32 = ops::Cast(s, nhwc_uint8, DT_FLOAT); in TEST_F()
1306 Output nhwc_uint8 = in TEST_F() local
1308 Output nhwc_fp32 = ops::Cast(s, nhwc_uint8, DT_FLOAT); in TEST_F()
1325 Output nhwc_uint8 = ops::Cast(s, nhwc_fp32, DT_UINT8); in TEST_F() local
1327 ops::Transpose(s, nhwc_uint8, ops::Const(s, {0, 3, 1, 2}, {4})); in TEST_F()
1341 Output nhwc_uint8 = in TEST_F() local
1344 ops::Transpose(s, nhwc_uint8, ops::Const(s, {0, 3, 1, 2}, {4})); in TEST_F()