Fixed alignment in struct.

PiperOrigin-RevId: 305154275
Change-Id: I99a4a0bf00cf278ac35032b660501d3ae3890ad4
This commit is contained in:
Raman Sarokin 2020-04-06 17:33:29 -07:00 committed by TensorFlower Gardener
parent a7ae1a4ca0
commit ee27301273

View File

@ -295,7 +295,9 @@ std::string GetDeconvolution4x4(const int2& block_size,
int4 src_size; int4 src_size;
int4 dst_size; int4 dst_size;
int filter_offset; int filter_offset;
int3 dummy_0; int dummy_0;
int dummy_1;
int dummy_2;
}; };
)"; )";
c += R"( c += R"(