Reorder executor NodeItem variable length data section so
authorA. Unique TensorFlower <gardener@tensorflow.org>
Mon, 7 May 2018 23:31:07 +0000 (16:31 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 8 May 2018 00:53:24 +0000 (17:53 -0700)
commit97fea64e69fbac87867343d92d2b47a2a582a79f
tree446ee482474fa205ce2c06c1cd80e37e277a2f34
parent6e1784b6b4e0542de0ac3ebd790633c6db9cfe46
Reorder executor NodeItem variable length data section so
that all multi-byte aligned types precede all byte-aligned
types so that alignment is satisfied without padding.

PiperOrigin-RevId: 195741712
tensorflow/core/common_runtime/executor.cc