load("//tensorflow:tensorflow.bzl", "py_strict_test")

licenses(["notice"])

py_strict_test(
    name = "tf_binary_bcast_test",
    srcs = ["tf_binary_bcast_test.py"],
    python_version = "PY3",
    tags = [
        "no_oss",
        "nomsan",
    ],
    deps = [
        # copybara:uncomment "//testing/pybase",
        "//third_party/py/numpy",
        "//tensorflow/compiler/mlir/tfrt/jit/python_binding:tf_cpurt",
    ],
)

py_strict_test(
    name = "tf_const_test",
    srcs = ["tf_const_test.py"],
    python_version = "PY3",
    tags = [
        "no_oss",
        "nomsan",
    ],
    deps = [
        # copybara:uncomment "//testing/pybase",
        "//third_party/py/numpy",
        "//tensorflow/compiler/mlir/tfrt/jit/python_binding:tf_cpurt",
    ],
)

py_strict_test(
    name = "tf_log1p_test",
    srcs = ["tf_log1p_test.py"],
    python_version = "PY3",
    tags = [
        "no_oss",
        "nomsan",
    ],
    deps = [
        # copybara:uncomment "//testing/pybase",
        "//third_party/py/numpy",
        "//tensorflow/compiler/mlir/tfrt/jit/python_binding:tf_cpurt",
    ],
)

py_strict_test(
    name = "tf_matmul_test",
    srcs = ["tf_matmul_test.py"],
    python_version = "PY3",
    tags = [
        "no_oss",
        "nomsan",
    ],
    deps = [
        # copybara:uncomment "//testing/pybase",
        "//third_party/py/numpy",
        "//tensorflow/compiler/mlir/tfrt/jit/python_binding:tf_cpurt",
    ],
)

py_strict_test(
    name = "tf_mean_test",
    srcs = ["tf_mean_test.py"],
    python_version = "PY3",
    tags = [
        "no_oss",
        "nomsan",
    ],
    deps = [
        # copybara:uncomment "//testing/pybase",
        "//third_party/py/numpy",
        "//tensorflow/compiler/mlir/tfrt/jit/python_binding:tf_cpurt",
    ],
)

py_strict_test(
    name = "tf_metadata_ops_test",
    srcs = ["tf_metadata_ops_test.py"],
    python_version = "PY3",
    tags = [
        "no_oss",
        "nomsan",
    ],
    deps = [
        # copybara:uncomment "//testing/pybase",
        "//third_party/py/numpy",
        "//tensorflow/compiler/mlir/tfrt/jit/python_binding:tf_cpurt",
    ],
)

py_strict_test(
    name = "tf_pack_test",
    srcs = ["tf_pack_test.py"],
    python_version = "PY3",
    tags = [
        "no_oss",
        "nomsan",
    ],
    deps = [
        # copybara:uncomment "//testing/pybase",
        "//third_party/py/numpy",
        "//tensorflow/compiler/mlir/tfrt/jit/python_binding:tf_cpurt",
    ],
)

py_strict_test(
    name = "tf_reshape_test",
    srcs = ["tf_reshape_test.py"],
    python_version = "PY3",
    tags = [
        "no_oss",
        "nomsan",
    ],
    deps = [
        # copybara:uncomment "//testing/pybase",
        "//third_party/py/numpy",
        "//tensorflow/compiler/mlir/tfrt/jit/python_binding:tf_cpurt",
    ],
)

py_strict_test(
    name = "tf_strided_slice_test",
    srcs = ["tf_strided_slice_test.py"],
    python_version = "PY3",
    tags = [
        "no_oss",
        "nomsan",
    ],
    deps = [
        # copybara:uncomment "//testing/pybase",
        "//third_party/py/numpy",
        "//tensorflow/compiler/mlir/tfrt/jit/python_binding:tf_cpurt",
    ],
)

py_strict_test(
    name = "tf_transpose_test",
    srcs = ["tf_transpose_test.py"],
    python_version = "PY3",
    tags = [
        "no_oss",
        "nomsan",
    ],
    deps = [
        # copybara:uncomment "//testing/pybase",
        "//third_party/py/numpy",
        "//tensorflow/compiler/mlir/tfrt/jit/python_binding:tf_cpurt",
    ],
)

py_strict_test(
    name = "tf_sum_test",
    srcs = ["tf_sum_test.py"],
    python_version = "PY3",
    tags = [
        "no_oss",
        "nomsan",
    ],
    deps = [
        # copybara:uncomment "//testing/pybase",
        "//third_party/py/numpy",
        "//tensorflow/compiler/mlir/tfrt/jit/python_binding:tf_cpurt",
    ],
)
