提交 2f776087 编写于 作者: H Haoliang Zhang 提交者: TensorFlower Gardener

Temporarily disable testTxtWithEinsum.

PiperOrigin-RevId: 561183306
上级 e78cc1da
......@@ -213,6 +213,7 @@ class AnalyzerTest(test_util.TensorFlowTestCase):
def func(lhs, rhs):
return tf.einsum('ABD,DNH->ABNH', lhs, rhs)
self.skipTest('Re-enable after b/298094477.')
converter = tf.lite.TFLiteConverter.from_concrete_functions(
[func.get_concrete_function()], func)
converter.unfold_batchmatmul = True
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册