Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 126 for tf_library (0.39 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/BUILD

            "//tensorflow/compiler/mlir/tensorflow_to_stablehlo:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "types",
        hdrs = ["types.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [],
    )
    
    cc_library(
        name = "component",
        hdrs = ["component.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
    - 17K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/translate/BUILD

    load("//tensorflow:tensorflow.bzl", "tf_cc_test")
    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 = "import_model",
        srcs = [
            "import_model.cc",
        ],
        hdrs = [
            "export_graphdef.h",
            "import_model.h",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 11K bytes
    - Viewed (0)
  3. tensorflow/cc/experimental/libexport/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__",
                "//tensorflow/python/saved_model:__subpackages__",
            ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "save",
        srcs = ["save.cc"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/BUILD

    load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_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 = [
            "//tensorflow/compiler/mlir:__pkg__",
            "//tensorflow/compiler/mlir/tensorflow/transforms:__pkg__",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 23:42:09 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/experimental/public/BUILD

    # https://github.com/tensorflow/community/pull/207
    
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        # This is intentionally public
        default_visibility = [
            "//visibility:public",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "concrete_function",
        hdrs = [
            "concrete_function.h",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/internal/utils/BUILD

    load("//tensorflow:tensorflow.bzl", "tf_cc_test")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            "//tensorflow/compiler/mlir/tf2xla/internal:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "dialect_detection_utils",
        srcs = [
            "dialect_detection_utils.cc",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 13 23:59:33 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  7. tensorflow/c/experimental/saved_model/core/revived_types/BUILD

            "@com_google_absl//absl/types:span",
        ],
    )
    
    cc_library(
        name = "restored_resource_revival_state",
        hdrs = [
            "restored_resource_revival_state.h",
        ],
        deps = [
            ":tf_concrete_function_revival_state",
            "//tensorflow/c/eager:immediate_execution_tensor_handle",
        ],
    )
    
    cc_library(
        name = "revived_objects",
        hdrs = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 11 05:09:48 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/ops/BUILD

        default_visibility = [
            "//tensorflow/compiler/mlir/quantization/tensorflow:internal_visibility_allowlist_package",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "tf_op_quant_spec",
        srcs = [
            "tf_op_quant_spec.cc",
        ],
        hdrs = ["tf_op_quant_spec.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Mar 24 07:44:40 UTC 2024
    - 3K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/saved_model/internal/BUILD

    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",
        srcs = [
            "concrete_function.cc",
        ],
        hdrs = [
    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/c/eager/BUILD

        ],
    )
    
    cc_library(
        name = "abstract_op_attrs",
        hdrs = ["abstract_op_attrs.h"],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            "//tensorflow/core:lib",
            "//tensorflow/core:protos_all_cc",
            "@com_google_absl//absl/container:inlined_vector",
        ],
    )
    
    cc_library(
        name = "abstract_operation",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 11 23:52:39 UTC 2024
    - 33.3K bytes
    - Viewed (0)
Back to top