Introduce tflite diff test to verify difference between tf and tf lite model
authorA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 20 Feb 2018 19:11:35 +0000 (11:11 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 20 Feb 2018 19:19:06 +0000 (11:19 -0800)
commitb11b456c96adfb7e3fce15d7f17d060391bc36d7
treed6afdef9492784f90c7f40ab8581e8dbd26f065a
parent10386781aebfacd5366bf6af9fc40db35625232e
Introduce tflite diff test to verify difference between tf and tf lite model

PiperOrigin-RevId: 186330891
tensorflow/contrib/lite/testing/BUILD
tensorflow/contrib/lite/testing/generate_testspec.cc [new file with mode: 0644]
tensorflow/contrib/lite/testing/generate_testspec.h [new file with mode: 0644]
tensorflow/contrib/lite/testing/generate_testspec_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/testing/tflite_diff_example_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/testing/tflite_diff_flags.h [new file with mode: 0644]
tensorflow/contrib/lite/testing/tflite_diff_util.cc [new file with mode: 0644]
tensorflow/contrib/lite/testing/tflite_diff_util.h [new file with mode: 0644]