When converting an unsupported op in TOCO, we can possibly infer the output type...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Fri, 18 May 2018 19:08:32 +0000 (12:08 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 18 May 2018 19:11:23 +0000 (12:11 -0700)
commit24df69d529826cf46fac3ba752345561f7b6fec9
treeca1383ae0567e3cb93cc1e17c41867a75f7f15a6
parent042615c42728a15107531b8febcb4a75cc56a3c2
When converting an unsupported op in TOCO, we can possibly infer the output type from an attribute named Tout (this works, e.g., for RandomUniformInt).

PiperOrigin-RevId: 197181552
tensorflow/contrib/lite/toco/import_tensorflow.cc