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

PiperOrigin-RevId: 225391173
This commit is contained in:
A. Unique TensorFlower 2018-12-13 10:13:28 -08:00 committed by TensorFlower Gardener
parent 07136e8fe3
commit abc60d3bb5

View File

@ -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",