Fixed alignment in struct.
PiperOrigin-RevId: 305154275 Change-Id: I99a4a0bf00cf278ac35032b660501d3ae3890ad4
This commit is contained in:
parent
a7ae1a4ca0
commit
ee27301273
@ -295,7 +295,9 @@ std::string GetDeconvolution4x4(const int2& block_size,
|
||||
int4 src_size;
|
||||
int4 dst_size;
|
||||
int filter_offset;
|
||||
int3 dummy_0;
|
||||
int dummy_0;
|
||||
int dummy_1;
|
||||
int dummy_2;
|
||||
};
|
||||
)";
|
||||
c += R"(
|
||||
|
Loading…
Reference in New Issue
Block a user