Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 115 for td_library (0.15 sec)

  1. tensorflow/compiler/aot/test.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    // Generated by the tf_library build rule.  DO NOT EDIT!
    //
    // This file contains a test and benchmark for the function generated by
    // tfcompile.  All tokens of the form `{{TFCOMPILE_*}}` must be rewritten to
    // real values before this file can be compiled.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 3K bytes
    - Viewed (0)
  2. tensorflow/cc/experimental/libtf/mlir/BUILD

    load(
        "//tensorflow/core/platform:rules_cc.bzl",
        "cc_library",
    )
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            "//tensorflow/cc/experimental/libtf:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "transform",
        srcs = [
            "mlir_transform.cc",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 16 07:42:21 UTC 2023
    - 860 bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/BUILD

    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package_group(
        name = "tensorflow_mlir_tf2xla",
        packages = [
            "//tensorflow/compiler/mlir/tf2xla/...",
        ],
    )
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = ["//visibility:public"],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "mlir_bridge_rollout_policy",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 19 22:54:26 UTC 2023
    - 970 bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/odml_converter/BUILD

            "@llvm-project//mlir:FuncDialect",
            "@llvm-project//mlir:MlirOptLib",
            "@llvm-project//mlir:Support",
            "@stablehlo//:chlo_ops",
            "@stablehlo//:stablehlo_ops",
        ],
    )
    
    cc_library(
        name = "outline_composites",
        srcs = [
            "transforms/outline_composites.cc",
        ],
        hdrs = ["passes.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 22:27:36 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/internal/inference/BUILD

    load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_library")
    load("//tensorflow:tensorflow.bzl", "tf_cc_test")
    load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_portable")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            "//visibility:private",
        ],
    )
    
    gentbl_cc_library(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 08 21:59:39 UTC 2023
    - 2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/python/BUILD

    load("@bazel_skylib//rules:common_settings.bzl", "bool_flag")
    load("//tensorflow:tensorflow.default.bzl", "filegroup")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = ["//visibility:public"],
        licenses = ["notice"],
    )
    
    bool_flag(
        name = "disable_mlir",
        build_setting_default = False,
    )
    
    config_setting(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Nov 07 23:17:10 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  7. tensorflow/cc/experimental/base/tests/BUILD

    # Tests for the C++ header-only base types.
    load("//tensorflow:tensorflow.bzl", "tf_cc_test")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "tensor_types_test_util",
        testonly = True,
        hdrs = ["tensor_types_test_util.h"],
        deps = [
            "//tensorflow/c:tf_datatype",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/c/BUILD

    load(
        "//tensorflow:tensorflow.bzl",
        "tf_copts",
        "tf_cuda_library",
    )
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [":friends"],
        licenses = ["notice"],
    )
    
    package_group(
        name = "friends",
        packages = ["//tensorflow/..."],
    )
    
    tf_cuda_library(
        name = "mlir_c_api",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 04 19:49:06 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/ops/BUILD

    load("//tensorflow:tensorflow.bzl", "tf_gen_op_wrapper_py")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = ["//tensorflow/compiler/tf2xla:internal"],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "xla_ops",
        srcs = ["xla_ops.cc"],
        deps = [
            "//tensorflow/core:framework",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 09:08:06 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/quantization/lite/BUILD

    load("//tensorflow:tensorflow.bzl", "tf_cc_binary", "tf_cc_test")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:LICENSE"],
        default_visibility = [
            ":friends",
            "//tensorflow:__pkg__",
        ],
        licenses = ["notice"],
    )
    
    package_group(
        name = "friends",
        packages = [
            "//tensorflow/compiler/mlir/lite/...",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top