Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD | H A D | 25-Apr-2025 | 767 | 25 | 23 | |
README.md | H A D | 25-Apr-2025 | 475 | 12 | 8 | |
join_model.flatbuffer | HD | 25-Apr-2025 | 656 | |||
length_model.flatbuffer | HD | 25-Apr-2025 | 592 |
README.md
1# Simple TfLite models to use in tests. 2 3This directory contains a couple of simple TfLite models for testing purpose. 4 51. "join_model.flatbuffer": This model takes two input string tensor and 6 returns the concatenated string in an output string tensor. 72. "length_model.flatbuffer": This model takes one input string tensor and 8 returns the length of the string in an int32 tensor. 9 10These models are generated by using the TfLite converter to convert a TF 11function. 12