Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 96 for no_windows (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/BUILD

            "layout_optimization_to_nhwc.mlir": "medium",
        },
        tags_override = {
            "optimize.mlir": ["no_rocm"],
            "tf_optimize.mlir": ["no_rocm"],
            "tf-reduce-identity.mlir": ["no_windows"],
        },
        test_file_exts = ["mlir"],
    )
    
    # Bundle together all of the test utilities that are used by tests.
    filegroup(
        name = "test_utilities",
        testonly = True,
        data = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfr/examples/customization/BUILD

    tf_py_strict_test(
        name = "test_ops_test",
        size = "small",
        srcs = ["test_ops_test.py"],
        data = [":test_ops_mlir"],
        python_version = "PY3",
        srcs_version = "PY3",
        tags = [
            "no_windows",  # TODO(b/170752141)
            "nomac",  # TODO(b/170752141)
        ],
        deps = [
            "//tensorflow:tensorflow_py",
            "//tensorflow/compiler/mlir/tfr:test_utils",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 30 22:22:30 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfr/examples/pad/BUILD

    tf_py_strict_test(
        name = "pad_ops_test",
        size = "medium",
        srcs = ["pad_ops_test.py"],
        data = [":pad_ops_mlir"],
        python_version = "PY3",
        srcs_version = "PY3",
        tags = [
            "no_windows",  # TODO(b/170752141)
            "nomac",  # TODO(b/170752141)
        ],
        deps = [
            ":pad_ops",
            ":pad_ops_py",
            "//tensorflow:tensorflow_py",
            "//tensorflow/compiler/mlir/tfr:test_utils",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 19 00:51:34 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfr/examples/mnist/BUILD

    tf_py_strict_test(
        name = "mnist_ops_test",
        size = "small",
        srcs = ["mnist_ops_test.py"],
        data = [":mnist_ops_mlir"],
        python_version = "PY3",
        srcs_version = "PY3",
        tags = [
            "no_windows",  # TODO(b/170752141)
            "nomac",  # TODO(b/170752141)
        ],
        deps = [
            ":mnist_ops",
            ":mnist_ops_py",
            "//tensorflow:tensorflow_py",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 24 11:50:40 UTC 2023
    - 3K bytes
    - Viewed (0)
  5. tensorflow/c/eager/BUILD

        size = "medium",
        srcs = [
            "c_api_remote_test.cc",
        ],
        # TODO(b/136478427): Figure out how to correctly shut the server down
        args = ["--heap_check="],
        tags = [
            "no_windows",
        ],
        deps = [
            ":c_api",
            ":c_api_experimental",
            ":c_api_internal",
            ":c_api_remote_test_util",
            ":c_api_test_util",
            ":tfe_tensorhandle_internal",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 11 23:52:39 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfr/BUILD

        srcs = ["integration/graph_decompose_test.py"],
        data = ["//tensorflow/compiler/mlir/tfr/resources:decomposition_lib"],
        python_version = "PY3",
        srcs_version = "PY3",
        tags = [
            "no_windows",  # TODO(b/170752141)
            "nomac",  # TODO(b/170752141)
        ],
        deps = [
            "//tensorflow/compiler/mlir/tfr/resources:composite_ops",
            "//tensorflow/python/eager:def_function",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 14K bytes
    - Viewed (0)
  7. tensorflow/cc/saved_model/BUILD

            "//tensorflow/tools/proto_splitter/testdata:many-field.cpb",
            "//tensorflow/tools/proto_splitter/testdata:split-standard.cpb",
        ],
        tags = [
            "no_mac",  # b/291933687
            "no_windows",  # b/291001524
        ],
        deps = [
            ":fingerprinting_utils",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/platform:path",
            "//tensorflow/core/platform:protobuf",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 05:43:44 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/glob_lit_test.bzl

        """
    
        # Disable tests on windows for now, to enable testing rest of all xla and mlir.
        native.py_test(
            name = name,
            srcs = ["@llvm-project//llvm:lit"],
            tags = tags + ["no_pip", "no_windows"],
            args = [
                "tensorflow/compiler/mlir/" + paths.basename(data[-1]) + " --config-prefix=runlit -v",
            ] + features,
            data = data + [
                "//tensorflow/compiler/mlir:litfiles",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 06 19:29:19 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/saved_model/internal/BUILD

        ],
        data = [
            "//tensorflow/c/experimental/saved_model/internal/testdata:saved_models",
            "//tensorflow/cc/saved_model:saved_model_half_plus_two",
        ],
        tags = [
            "no_windows",  # b/190030638
        ],
        deps = [
            ":saved_model_api_type",
            "//tensorflow/c:tf_datatype",
            "//tensorflow/c:tf_shape",
            "//tensorflow/c:tf_status",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 01 20:19:06 UTC 2024
    - 11K bytes
    - Viewed (0)
  10. tensorflow/cc/BUILD

            ":grad_op_registry",
            ":gradients",
        ],
        alwayslink = 1,
    )
    
    tf_cc_test(
        name = "gradients_nn_grad_test",
        srcs = ["gradients/nn_grad_test.cc"],
        tags = ["no_windows"],  # b/189986187
        deps = [
            ":cc_ops",
            ":cc_ops_internal",
            ":grad_op_registry",
            ":grad_testutil",
            ":gradient_checker",
            ":nn_grad",
            ":testutil",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 23.5K bytes
    - Viewed (0)
Back to top