Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 63 for src2 (0.05 sec)

  1. tensorflow/compiler/mlir/lite/experimental/tac/py_wrapper/BUILD

        default_visibility = [
            "//tensorflow/compiler/mlir/lite/experimental/tac:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "tac_wrapper_lib",
        srcs = ["tac_wrapper.cc"],
        hdrs = [
            "tac_wrapper.h",
        ],
        deps = [
            "//tensorflow/compiler/mlir/lite/experimental/tac:common",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/common/ir/BUILD

    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = ["//visibility:public"],
        licenses = ["notice"],
    )
    
    td_library(
        name = "QuantizationOpsTdFiles",
        srcs = [
            "QuantOps.td",
            "QuantOpsBase.td",
        ],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "@llvm-project//mlir:InferTypeOpInterfaceTdFiles",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 29 02:59:58 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. build/pause/Makefile

    # For more information, see: https://github.com/kubernetes/kubernetes/pull/91452
    BIN.linux = pause
    BIN.windows = pause wincat
    BIN := ${BIN.${OS}}
    SRCS.linux = linux/pause.c
    SRCS.windows = windows/pause.c
    SRCS := ${SRCS.${OS}}
    
    EXTENSION.linux =
    EXTENSION.windows = .exe
    EXTENSION := ${EXTENSION.${OS}}
    
    # The manifest command is still experimental as of Docker 18.09.3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 19:31:40 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/c/BUILD

        default_visibility = [":friends"],
        licenses = ["notice"],
    )
    
    package_group(
        name = "friends",
        packages = ["//tensorflow/..."],
    )
    
    tf_cuda_library(
        name = "mlir_c_api",
        srcs = [
            "c_api_unified_experimental_mlir.cc",
        ],
        copts = tf_copts(),
        deps = [
            "//tensorflow/c:c_api",
            "//tensorflow/c:tensor_interface",
            "//tensorflow/c:tf_status_helper",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 04 19:49:06 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/host_runtime/BUILD

            "//tensorflow/compiler/mlir/tensorflow:__pkg__",
            "//tensorflow/compiler/mlir/tfrt:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    td_library(
        name = "tensorflow_tfrt_ops_td_files",
        srcs = [
            "tfrt_ops.td",
        ],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "//tensorflow/compiler/mlir/tensorflow:tensorflow_ops_td_files",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 29 02:59:58 UTC 2024
    - 3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow_to_stablehlo/BUILD

        default_visibility = [
            ":internal_visibility_allowlist_package",
            "//tensorflow:__pkg__",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "tf_to_stablehlo",
        srcs = [
            "tf_to_stablehlo.cc",
        ],
        hdrs = [
            "tf_to_stablehlo.h",
        ],
        compatible_with = get_compatible_with_portable(),
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  7. tensorflow/c/experimental/saved_model/internal/testdata/BUILD

    )
    
    # Run this binary manually, with an argument pointing to the testdata/
    # directory, to generate the test files used by the filegroup rule below.
    py_strict_binary(
        name = "gen_saved_models",
        srcs = ["gen_saved_models.py"],
        python_version = "PY3",
        deps = [
            "//tensorflow/python/compat:v2_compat",
            "//tensorflow/python/eager:def_function",
            "//tensorflow/python/framework:constant_op",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  8. tensorflow/cc/experimental/base/tests/BUILD

    cc_library(
        name = "tensor_types_test_util",
        testonly = True,
        hdrs = ["tensor_types_test_util.h"],
        deps = [
            "//tensorflow/c:tf_datatype",
        ],
    )
    
    tf_cc_test(
        name = "tensor_test",
        srcs = [
            "tensor_test.cc",
        ],
        deps = [
            ":tensor_types_test_util",
            "//tensorflow/c:tf_datatype",
            "//tensorflow/cc/experimental/base/public:status",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/stablehlo/instrumentations/BUILD

        default_visibility = [
            "//tensorflow/compiler/mlir/quantization/stablehlo:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "save_report",
        srcs = ["save_report.cc"],
        hdrs = ["save_report.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "//tensorflow/compiler/mlir/quantization/stablehlo/cc:report",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 02:59:01 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  10. tensorflow/cc/framework/fuzzing/BUILD

        "tf_gen_op_wrappers_fuzz",
    )
    
    # copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
    
    cc_library(
        name = "cc_op_fuzz_gen_main",
        srcs = [
            "cc_op_fuzz_gen.cc",
            "cc_op_fuzz_gen.h",
            "cc_op_fuzz_gen_main.cc",
        ],
        copts = tf_copts(),
        data = [
            "//tensorflow/core/api_def:base_api_def",
        ],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top