TensorFlower Gardener 7bffd6c498 Merge pull request #39330 from shraiysh:master
PiperOrigin-RevId: 311248675
Change-Id: Idf82ebbb155efec1624565eb13bd67573b68037a
2020-05-12 19:23:12 -07:00

21 lines
489 B
Python

package(licenses = ["notice"])
py_test(
name = "mlir_gen_test",
size = "small",
testonly = True,
srcs = ["mlir_gen_test.py"],
python_version = "PY3",
srcs_version = "PY3",
tags = [
"no_oss_py2",
"no_pip",
],
deps = [
"//tensorflow/compiler/mlir/python/mlir_wrapper:filecheck_wrapper",
"//tensorflow/python:client_testlib",
"//tensorflow/python/tf_program:mlir_gen",
"//tensorflow/python/types",
],
)