OAID / Tengine

Tengine is a lite, high performance, modular inference engine for embedded device
Apache License 2.0
4.62k stars 998 forks source link

convert tensorflow model failed when convolution is the last op #263

Open yisongsong opened 4 years ago

yisongsong commented 4 years ago

https://github.com/OAID/Tengine/blob/06c874489c27df2c6f481c434c004292f3bb337c/tools/plugin/serializer/tensorflow/tf_serializer.cpp#L1507

Should concern whether cur_node->outputs is empty or not ...

Alicture commented 4 years ago

@yisongsong Tanks to point that out! BTW, have you got any problem using Tengine to run a TF model?

yisongsong commented 4 years ago

@Alicture It seems that Tengine + ACL can not run a TF model