Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for more (0.03 sec)

  1. tensorflow/cc/BUILD

        ],
        pkg = "//tensorflow/core",
    )
    
    tf_gen_op_wrappers_cc(
        name = "dataset_ops",
        api_def_srcs = ["//tensorflow/core/api_def:base_api_def"],
        op_lib_names = [
            "dataset_ops",
            "experimental_dataset_ops",
        ],
        pkg = "//tensorflow/core",
    )
    
    tf_gen_op_wrappers_cc(
        name = "cc_ops",
        api_def_srcs = ["//tensorflow/core/api_def:base_api_def"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/BUILD

            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/ir/types:Dialect",
            "//tensorflow/core/platform:error_payloads",
            "//tensorflow/core/platform:logging",
            "//tensorflow/core/platform:random",
            "//tensorflow/core/protobuf/tpu:compile_metadata_proto_cc",
            "//tensorflow/core/protobuf/tpu:dynamic_padding_proto_cc",
            "//tensorflow/core/tpu:tpu_embedding_optimization_parameters_utils",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  3. tensorflow/c/BUILD

            "//tensorflow/core/lib/gtl:cleanup",
            "//tensorflow/core/platform:errors",
            "//tensorflow/core/platform:mutex",
            "//tensorflow/core/platform:refcount",
        ] + if_not_mobile([
            "//tensorflow/core/kernels:tensor_list",
            "//tensorflow/core/kernels:tensor_list_util",
            "//tensorflow/core/kernels:variant_ops_util",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/translate/BUILD

            "//tensorflow/core/common_runtime:device",
            "//tensorflow/core/common_runtime:device_factory",
            "//tensorflow/core/grappler:grappler_item",
            "//tensorflow/core/grappler:grappler_item_builder",
            "//tensorflow/core/grappler/clusters:virtual_cluster",
            "//tensorflow/core/grappler/optimizers:meta_optimizer",
            "//tensorflow/core/protobuf:for_core_protos_cc",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 11K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/BUILD

            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/ir/importexport:convert_tensor",
            "//tensorflow/core/ir/importexport:mangling",
            "//tensorflow/core/ir/types:Dialect",
            "//tensorflow/core/platform:env",
            "//tensorflow/core/platform:macros",
            "//tensorflow/core/platform:path",
            "//tensorflow/core/tpu:tpu_defs",
            "@com_google_absl//absl/algorithm:container",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/stablehlo/cc/BUILD

            "//tensorflow/core:core_cpu_base",
            "//tensorflow/core:framework",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/protobuf:for_core_protos_cc",
            "@com_google_absl//absl/algorithm:container",
            "@com_google_absl//absl/base:core_headers",
            "@com_google_absl//absl/container:flat_hash_map",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 17K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/experimental/tac/BUILD

    )
    load("//tensorflow:strict.default.bzl", "py_strict_library")
    load("//tensorflow:tensorflow.bzl", "tf_cc_binary", "tf_cc_test")
    load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_portable")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    # copybara:uncomment load("//tools/build_defs/proto/cpp:cc_proto_library.bzl", "cc_proto_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 06:11:34 UTC 2024
    - 12K bytes
    - Viewed (0)
  8. tensorflow/c/eager/BUILD

            "//tensorflow/core/distributed_runtime/eager:remote_mgr",
            "//tensorflow/core/distributed_runtime/rpc:grpc_channel",
            "//tensorflow/core/distributed_runtime/rpc:grpc_server_lib",
            "//tensorflow/core/distributed_runtime/rpc:grpc_worker_cache",
            "//tensorflow/core/distributed_runtime/rpc:grpc_worker_service",
            "//tensorflow/core/distributed_runtime/rpc:rpc_rendezvous_mgr",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 11 23:52:39 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  9. tensorflow/cc/saved_model/BUILD

            ":util",
            "//tensorflow/core:lib",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/platform:errors",
            "//tensorflow/core/platform:strcat",
            "//tensorflow/core/platform:tstring",
            "//tensorflow/core/util/tensor_bundle",
            "//tensorflow/core/util/tensor_bundle:byteswaptensor",
            "@com_google_absl//absl/container:flat_hash_set",
            "@com_google_absl//absl/log",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 05:43:44 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tfrt/BUILD

        packages = [
            "//tensorflow/compiler/...",
            "//tensorflow/core/tfrt/experimental/data/...",
            "//tensorflow/core/tfrt/graph_executor/...",
            "//tensorflow/core/tfrt/ifrt/...",
            "//tensorflow/core/tfrt/kernels/...",
            "//tensorflow/core/tfrt/mlrt/...",
            "//tensorflow/core/tfrt/saved_model/...",
            "//tensorflow/core/tfrt/tfrt_session/...",
        ] + if_google([
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 19:04:21 UTC 2024
    - 23.6K bytes
    - Viewed (0)
Back to top