From: Zhixian Yan Date: Sat, 24 Feb 2018 00:51:24 +0000 (-0800) Subject: Internal change. X-Git-Tag: upstream/v1.7.0~31^2~393 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3d2c3dc6f32d63309b683a258bd9a3f19004ac2;p=platform%2Fupstream%2Ftensorflow.git Internal change. PiperOrigin-RevId: 186843632 --- diff --git a/tensorflow/contrib/lite/testing/generated_examples_zip_test.cc b/tensorflow/contrib/lite/testing/generated_examples_zip_test.cc index 976363f..86606d1 100644 --- a/tensorflow/contrib/lite/testing/generated_examples_zip_test.cc +++ b/tensorflow/contrib/lite/testing/generated_examples_zip_test.cc @@ -92,6 +92,9 @@ std::map kBrokenTests = { // Transpose only supports 1D-4D input tensors. {R"(^\/transpose.*input_shape=\[.,.,.,.,.\])", "71545879"}, + + // Lstm kernel gets different results on tsan, asan, msan. + {R"(^\/lstmdtype=tf.float32.*)", "73830845"}, }; // Allows test data to be unzipped into a temporary directory and makes