[TF] Enable quantized_ops_test that wasn't being run.
PiperOrigin-RevId: 225391173
This commit is contained in:
parent
07136e8fe3
commit
abc60d3bb5
@ -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(
|
py_test(
|
||||||
name = "quantized_conv_ops_test",
|
name = "quantized_conv_ops_test",
|
||||||
size = "small",
|
size = "small",
|
||||||
|
Loading…
Reference in New Issue
Block a user