Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/cc/experimental/libtf/BUILD

            "//tensorflow/core:test_main",
            "//tensorflow/core/platform:path",
            "//tensorflow/core/platform:protobuf",
            "//tensorflow/core/platform:resource_loader",
            "//tensorflow/core/platform:status_matchers",
            "//tensorflow/core/platform:statusor",
        ],
    )
    
    tf_cc_test(
        name = "libtf_tensor_test",
        size = "medium",
        srcs = ["tests/tensor_test.cc"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  2. tensorflow/cc/experimental/libexport/BUILD

            "//tensorflow/cc/saved_model:constants",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/platform:env",
            "//tensorflow/core/platform:errors",
            "//tensorflow/core/platform:path",
            "//tensorflow/core/platform:protobuf",
            "//tensorflow/core/platform:statusor",
            "//tensorflow/core/util/tensor_bundle",
            "@com_google_absl//absl/container:flat_hash_map",
        ],
    )
    
    tf_cc_test(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. 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)
  4. tensorflow/compiler/mlir/tf2xla/internal/utils/BUILD

            "//tensorflow/compiler/tf2xla/kernels:xla_ops",
            "//tensorflow/core:framework",
            "//tensorflow/core:test_main",
            "//tensorflow/core/protobuf/tpu:compile_metadata_proto_cc",
            "//tensorflow/core/tpu/kernels/xla:host_compute_ops",
            "@com_google_absl//absl/status",
            "@com_google_absl//absl/strings:string_view",
            "@llvm-project//mlir:FuncDialect",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 13 23:59:33 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  5. 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)
  6. tensorflow/compiler/mlir/python/BUILD

            "//tensorflow/core:lib_proto_parsing",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core:tflite_portable_logging",
            "//tensorflow/core/common_runtime:core_cpu_base_no_ops",
            "//tensorflow/core/common_runtime/eager:context",
            # (yongtang) The graph_optimization_pass_registration needs to be part
            # of a shared object that will be loaded whenever `import tensorflow`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Nov 07 23:17:10 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfrt/ir/BUILD

            # copybara:uncomment "//learning/brain/tfrt/tpu/compiler:__subpackages__",
            "//tensorflow/compiler/mlir/tfrt:__subpackages__",
            "//tensorflow/core/runtime_fallback:internal",
            "//tensorflow/core/tfrt/saved_model:friends",
            # copybara:uncomment "//third_party/tf_runtime_google:__subpackages__",
        ],
        deps = [
            ":tfrt_fallback_opdefs_inc_gen",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 27 20:43:07 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  8. tensorflow/c/experimental/filesystem/plugins/posix/BUILD

    # Experimental posix filesystem plugin.
    load("//tensorflow:tensorflow.bzl", "tf_cc_shared_object")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = ["//visibility:private"],
        licenses = ["notice"],
    )
    
    # Filesystem implementation for POSIX environments: Linux, MacOS, Android, etc.
    tf_cc_shared_object(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Mar 24 20:08:23 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/ops/gen/cpp/renderers/BUILD

            "//tensorflow/core:core_cpu",
            "//tensorflow/core:framework",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core:testlib",
            "//tensorflow/core/platform:types",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 04 21:13:03 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/debugging/BUILD

            "//tensorflow/compiler/mlir/quantization/tensorflow:quantization_options_proto_cc",
            "//tensorflow/core:framework",
            "//tensorflow/core:lib",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/platform:path",
            "@com_google_absl//absl/log",
            "@com_google_absl//absl/status",
            "@com_google_absl//absl/strings",
            "@local_tsl//tsl/platform:env",
            "@local_tsl//tsl/platform:errors",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 15 09:06:48 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top