Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for more (0.03 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/BUILD

    load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_library", "td_library")
    load("//tensorflow:tensorflow.bzl", "tf_cc_binary")
    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"],
    )
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:16:05 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/BUILD

            "//tensorflow/compiler/tf2xla:common",
            "//tensorflow/core:framework",
            "//tensorflow/core/kernels:math",
            "//tensorflow/core/kernels:nn",
            "//tensorflow/core/kernels/uniform_quant_ops:kernels",
            "//tensorflow/core/ops",
            "@com_google_absl//absl/log:check",
            "@com_google_absl//absl/random",
            "@com_google_absl//absl/status",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 02:59:01 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  3. 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)
  4. 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)
Back to top