diff --git a/mace/ops/resize_bicubic_test.cc b/mace/ops/resize_bicubic_test.cc index bfc60298f060d136353358edb04b5e3c78c63b45..ad4669f7ca1939ba5bf8b56966cc8c12f62f0b18 100644 --- a/mace/ops/resize_bicubic_test.cc +++ b/mace/ops/resize_bicubic_test.cc @@ -133,7 +133,8 @@ void TestRandomResizeBicubic() { OpsTestNet net; // Add input data net.AddRandomInput("Input", - {batch, in_height, in_width, channels}); + {batch, in_height, in_width, channels}, + true, true); net.TransformDataFormat("Input", NHWC, "InputNCHW", NCHW);