Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 88 of 88 for more (0.03 sec)

  1. tensorflow/compiler/jit/tests/BUILD

    load("//tensorflow:tensorflow.bzl", "tf_cc_test")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    licenses(["notice"])
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = ["//visibility:private"],
    )
    
    cc_library(
        name = "auto_clustering_test_helper",
        testonly = True,
        srcs = ["auto_clustering_test_helper.cc"],
        hdrs = ["auto_clustering_test_helper.h"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfr/BUILD

        hdrs = ["integration/node_expansion_pass.h"],
        deps = [
            ":tfr_decompose_ctx",
            "//tensorflow/core:lib",
            "//tensorflow/core/common_runtime/eager:core_no_xla",
            "//tensorflow/core/common_runtime/eager:eager_op_rewrite_registry",
            "@com_google_absl//absl/strings",
        ],
        alwayslink = 1,
    )
    
    tf_py_strict_test(
        name = "node_expansion_test",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 14K bytes
    - Viewed (0)
  3. 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)
  4. tensorflow/compiler/mlir/lite/python/BUILD

    load("//tensorflow:strict.default.bzl", "py_strict_library")
    load("//tensorflow:tensorflow.default.bzl", "tf_python_pybind_extension")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    licenses(["notice"])
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            ":friends",
            "//tensorflow:__pkg__",
        ],
    )
    
    package_group(
        name = "friends",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:23:49 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/quantization/ir/BUILD

    load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_library", "td_library")
    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:public"],
        licenses = ["notice"],
    )
    
    td_library(
        name = "QuantizationOpsTdFiles",
        srcs = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 29 02:59:58 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/BUILD

    # Groups the implementations of the HLO to TF operation conversions.
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            "//visibility:public",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "util",
        srcs = [
            "util.cc",
        ],
        hdrs = [
            "util.h",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 20:53:17 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  7. tensorflow/c/experimental/saved_model/internal/BUILD

    # the opaque C types. These headers should only be visible to internal tensorflow
    # implementors.
    load(
        "//tensorflow:tensorflow.bzl",
        "tf_cc_test",
        "tf_copts",
    )
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "concrete_function",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 01 20:19:06 UTC 2024
    - 11K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/BUILD

            "//tensorflow/compiler/mlir/quantization/tensorflow/cc:run_passes",
            "//tensorflow/compiler/mlir/quantization/tensorflow/python:py_function_lib",
            "//tensorflow/core/protobuf:for_core_protos_cc",
            "@com_google_absl//absl/algorithm:container",
            "@com_google_absl//absl/base:nullability",
            "@com_google_absl//absl/container:flat_hash_map",
            "@com_google_absl//absl/log",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 5.2K bytes
    - Viewed (0)
Back to top