Searched defs:nhwc_fp32 (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Darithmetic_optimizer_test.cc721 Output nhwc_fp32 = ops::Cast(s, nhwc_uint8, DT_FLOAT); local
723 ops::Transpose(s, nhwc_fp32, ops::Const(s, {0, 3, 1, 2}, {4}));
755 Output nhwc_fp32 = local
757 Output nhwc_uint8 = ops::Cast(s, nhwc_fp32, DT_UINT8);

Completed in 267 milliseconds