Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 88 for more (0.11 sec)

  1. tensorflow/cc/experimental/libtf/mlir/BUILD

    # Parts of new C++ API that interface with MLIR.
    
    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)
  2. tensorflow/compiler/mlir/tf2xla/BUILD

    # Description:
    #    TF2XLA Bridge and related components.
    
    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(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 19 22:54:26 UTC 2023
    - 970 bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfrt/tests/saved_model/BUILD

            "//tensorflow/compiler/mlir/tfrt:import_model",
            "//tensorflow/compiler/mlir/tfrt:saved_model",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/platform:resource_loader",
            "@com_google_absl//absl/strings",
            "@com_google_googletest//:gtest_main",
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Parser",
        ],
    )
    
    filegroup(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 26 01:22:34 UTC 2023
    - 1011 bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/ops/BUILD

    load("//tensorflow:strict.default.bzl", "py_strict_library")
    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 = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 09:08:06 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tfrt/tests/ir/BUILD

            "//tensorflow/compiler/mlir/tfrt/ir:tfrt_fallback_sync_opdefs",
            "//tensorflow/compiler/mlir/tfrt/ir:tfrt_fallback_util",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/platform:resource_loader",
            "@llvm-project//mlir:Parser",
            "@tf_runtime//:init_tfrt_dialects",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/sparsity/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 = [
            ":friends",
            "//tensorflow:__pkg__",
        ],
        licenses = ["notice"],
    )
    
    package_group(
        name = "friends",
        packages = [
            "//learning/brain/experimental/mlir/...",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 20:16:40 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/quantization/stablehlo/BUILD

            "//tensorflow/compiler/mlir/tensorflow/transforms:tensorflow_passes",
            "//tensorflow/compiler/mlir/tensorflow/transforms:tf_saved_model_freeze_variables",
            "//tensorflow/core/protobuf:for_core_protos_cc",
            "@com_google_absl//absl/container:flat_hash_map",
            "@com_google_absl//absl/log",
            "@com_google_absl//absl/status",
            "@com_google_absl//absl/status:statusor",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 03:28:15 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/debug/BUILD

    load("//tensorflow:tensorflow.bzl", "tf_cc_test")
    load(
        "//tensorflow/core/platform:build_config.bzl",
        "tf_proto_library",
    )
    
    # OSS only: This target is header-only. Link `debug_options_proto_cc_impl` only to
    # `libtensorflow_framework.so` via `lib_internal_impl`. Do NOT link `debug_options_proto_cc_impl`
    # directly unless the target does not link `libtensorflow_framework.so`.
    tf_proto_library(
        name = "debug_options_proto",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 10 05:39:34 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/schema/BUILD

            "schema.fbs",
            "schema_v3b.fbs",
        ],
        tags = [
            "no_oss",
            "tflite_not_portable_android",
            "tflite_not_portable_ios",
        ],
        deps = [
            "//tensorflow/core/platform",
            "@com_google_googletest//:gtest_main",
            "@flatbuffers//:flatc_library",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Jun 02 08:36:05 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/aot/tests/BUILD

            ":test_graph_tfvariable_sequential_updates",
            "//tensorflow/core:lib",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/platform:regexp",
            "@com_google_absl//absl/strings",
            "@eigen_archive//:eigen3",
            "@local_xla//xla:shape_util",
            "@local_xla//xla:test",
            "@local_xla//xla:xla_data_proto_cc",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top