xref: /aosp_15_r20/external/federated-compute/fcp/client/engine/data/README.md (revision 14675a029014e728ec732f129a32e299b2da0601)
1*14675a02SAndroid Build Coastguard Worker# Simple TfLite models to use in tests.
2*14675a02SAndroid Build Coastguard Worker
3*14675a02SAndroid Build Coastguard WorkerThis directory contains a couple of simple TfLite models for testing purpose.
4*14675a02SAndroid Build Coastguard Worker
5*14675a02SAndroid Build Coastguard Worker1.  "join_model.flatbuffer": This model takes two input string tensor and
6*14675a02SAndroid Build Coastguard Worker    returns the concatenated string in an output string tensor.
7*14675a02SAndroid Build Coastguard Worker2.  "length_model.flatbuffer": This model takes one input string tensor and
8*14675a02SAndroid Build Coastguard Worker    returns the length of the string in an int32 tensor.
9*14675a02SAndroid Build Coastguard Worker
10*14675a02SAndroid Build Coastguard WorkerThese models are generated by using the TfLite converter to convert a TF
11*14675a02SAndroid Build Coastguard Workerfunction.
12