提交 abc60d3b 编写于 作者: A A. Unique TensorFlower 提交者: TensorFlower Gardener

[TF] Enable quantized_ops_test that wasn't being run.

PiperOrigin-RevId: 225391173
上级 07136e8f
......@@ -5321,6 +5321,20 @@ py_test(
],
)
py_test(
name = "quantized_ops_test",
size = "small",
srcs = ["ops/quantized_ops_test.py"],
srcs_version = "PY2AND3",
tags = ["no_windows"],
deps = [
":array_ops",
":client_testlib",
":framework_for_generated_wrappers",
"//third_party/py/numpy",
],
)
py_test(
name = "quantized_conv_ops_test",
size = "small",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册