Fix typo in TFLite Custom operators guide

This commit is contained in:
Alexander Pivovarov 2019-06-03 17:27:57 -07:00
parent f958df6b55
commit be5715841f

View File

@ -19,7 +19,7 @@ Using custom operators consists of three steps.
respectively. If you wish to test just your custom operator it is best to
create a model with just your custom operator and using the
[benchmark_model](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/benchmark/benchmark_model_test.cc)
proggram
program
Below we describe a complete example of defining Sin and some links to existing
conversion process involving custom operators.