Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 88 for more (0.03 sec)

  1. tensorflow/cc/tools/BUILD

    #include "third_party/absl/strings/str_cat.h"
    #Description:
    # TensorFlow cc tools.
    
    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 = "freeze_saved_model",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/internal/passes/BUILD

    load("//tensorflow:tensorflow.bzl", "tf_cc_test")
    load("//tensorflow:tensorflow.default.bzl", "filegroup", "get_compatible_with_portable")
    load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            "//learning/pathways/serving/transforms:__pkg__",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 04 17:50:14 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/common/BUILD

            "//tensorflow/compiler/mlir/tensorflow:tensorflow_ops",
            "//tensorflow/compiler/mlir/tensorflow:xla_call_module_attrs",
            "//tensorflow/core:framework_lite",
            "//tensorflow/core/ir/types:Dialect",
            "@com_google_absl//absl/algorithm:container",
            "@com_google_absl//absl/base:nullability",
            "@com_google_absl//absl/container:flat_hash_set",
            "@com_google_absl//absl/log",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  4. 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)
  5. tensorflow/c/experimental/filesystem/BUILD

        ],
        deps = [
            ":modular_filesystem",
            "//tensorflow/core:framework_internal",
            "//tensorflow/core/lib/io:path",
            "//tensorflow/core/platform:env",
            "//tensorflow/core/platform:errors",
            "//tensorflow/core/platform:stacktrace_handler",
            "//tensorflow/core/platform:test",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  6. tensorflow/c/experimental/saved_model/core/BUILD

            "//tensorflow/c/experimental/saved_model/core/revived_types:asset",
            "//tensorflow/c/experimental/saved_model/core/revived_types:constant",
            "//tensorflow/c/experimental/saved_model/core/revived_types:partially_revived_objects",
            "//tensorflow/c/experimental/saved_model/core/revived_types:restored_resource_revival_state",
            "//tensorflow/c/experimental/saved_model/core/revived_types:tf_concrete_function",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  7. tensorflow/c/experimental/grappler/BUILD

            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/grappler:grappler_item",
            "//tensorflow/core/grappler/costs:graph_properties",
            "//tensorflow/core/grappler/optimizers:custom_graph_optimizer",
            "//tensorflow/core/grappler/optimizers:custom_graph_optimizer_registry",
            "//tensorflow/core/platform:logging",
            "//tensorflow/core/platform:status",
            "@com_google_absl//absl/status",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/api/v1/BUILD

            "//tensorflow/core:framework",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/common_runtime:core_cpu_internal",
            "//tensorflow/core/platform:error_payloads",
            "//tensorflow/core/platform:errors",
            "//tensorflow/core/platform:logging",
            "//tensorflow/core/platform:status",
            "//tensorflow/core/tpu:tpu_defs",
            "@com_google_absl//absl/base:core_headers",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/internal/BUILD

            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core:test_main",
            "//tensorflow/core/lib/monitoring:cell_reader",
            "//tensorflow/core/protobuf:for_core_protos_cc",
            "//tensorflow/core/protobuf/tpu:compile_metadata_proto_cc",
            "//tensorflow/core/tpu/kernels:tpu_compile_op_support",
            "@com_google_googletest//:gtest",
            "@llvm-project//mlir:Pass",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 23:42:09 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  10. tensorflow/c/experimental/pluggable_profiler/BUILD

            "//tensorflow/core:lib_internal",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/common_runtime/device:device_utils",
            "//tensorflow/core/profiler/lib:profiler_factory",
            "//tensorflow/core/profiler/lib:profiler_interface",
            "//tensorflow/core/profiler/protobuf:xplane_proto_cc",
        ],
    )
    
    cc_library(
        name = "pluggable_profiler_internal",
        hdrs = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 2K bytes
    - Viewed (0)
Back to top