Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 115 for shdrs (0.12 sec)

  1. tensorflow/cc/saved_model/experimental/public/BUILD

    cc_library(
        name = "concrete_function",
        hdrs = [
            "concrete_function.h",
        ],
        deps = [
            ":function_metadata",
            "//tensorflow/c/eager:c_api",
            "//tensorflow/c/experimental/saved_model/public:concrete_function",
            "//tensorflow/cc/experimental/base/public:status",
        ],
    )
    
    cc_library(
        name = "concrete_function_list",
        hdrs = [
            "concrete_function_list.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)
  2. tensorflow/c/experimental/saved_model/core/revived_types/BUILD

        ],
    )
    
    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 = [
            "revived_objects.h",
        ],
        deps = [
            ":asset",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 11 05:09:48 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfrt/ir/BUILD

        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "tfrt_fallback_opdefs",
        srcs = [
            "tfrt_fallback.cc",
        ],
        hdrs = ["tfrt_fallback.h"],
        compatible_with = get_compatible_with_portable(),  # copybara: comment
        visibility = [
            # copybara:uncomment "//learning/brain/experimental/tfrt:__subpackages__",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 27 20:43:07 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/saved_model/internal/BUILD

        ],
    )
    
    cc_library(
        name = "concrete_function_list_type",
        hdrs = [
            "concrete_function_list_type.h",
        ],
        deps = [
            "//tensorflow/c/experimental/saved_model/core:concrete_function",
        ],
    )
    
    cc_library(
        name = "concrete_function_type",
        hdrs = [
            "concrete_function_type.h",
        ],
        deps = [
            "//tensorflow/c:conversion_macros",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 01 20:19:06 UTC 2024
    - 11K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/experimental/tac/BUILD

    )
    
    cc_library(
        name = "tac_importer_exporter",
        hdrs = ["tac_importer_exporter.h"],
        deps = [
            "@com_google_absl//absl/status:statusor",
            "@llvm-project//mlir:FuncDialect",
            "@llvm-project//mlir:IR",
        ],
    )
    
    cc_library(
        name = "tflite_importer_exporter",
        srcs = ["tflite_import_export.cc"],
        hdrs = ["tflite_import_export.h"],
        deps = [
            ":common",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 06:11:34 UTC 2024
    - 12K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfrt/BUILD

        srcs = ["utils/host_context.cc"],
        hdrs = ["utils/host_context.h"],
        deps = [
            "//tensorflow/core/platform:logging",
            "@com_google_absl//absl/base:core_headers",
            "@tf_runtime//:hostcontext",
        ],
    )
    
    cc_library(
        name = "function",
        srcs = [
            "function/function.cc",
        ],
        hdrs = [
            "function/function.h",
        ],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 19:04:21 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/BUILD

        tblgen = "@llvm-project//mlir:mlir-tblgen",
        td_file = "sparsecore_passes.td",
        deps = [
            "@llvm-project//mlir:PassBaseTdFiles",
        ],
    )
    
    cc_library(
        name = "sparsecore_passes",
        hdrs = [
            "sparsecore_passes.h",
        ],
        textual_hdrs = [
            "sparsecore_passes.h.inc",
        ],
        deps = [
            ":embedding_pipelining",
            ":embedding_program_key",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 23:42:09 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  8. tensorflow/c/experimental/filesystem/plugins/posix/BUILD

        deps = [":posix_filesystem_impl"],
    )
    
    # The real implementation of the filesystem.
    cc_library(
        name = "posix_filesystem_impl",
        srcs = ["posix_filesystem.cc"],
        hdrs = ["posix_filesystem.h"],
        deps = [
            ":posix_filesystem_helper",
            "//tensorflow/c:tf_file_statistics",
            "//tensorflow/c:tf_status",
            "//tensorflow/c/experimental/filesystem:filesystem_interface",
    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/compiler/jit/BUILD

    )
    
    cc_library(
        name = "common",
        srcs = [
            "defs.cc",
        ],
        hdrs = [
            "defs.h",
        ],
        visibility = [":friends"],
    )
    
    # Internal targets below this point.
    
    cc_library(
        name = "variable_info",
        srcs = ["variable_info.cc"],
        hdrs = ["variable_info.h"],
        visibility = [
            ":internal",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/ops/BUILD

        ],
        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 = [
            "//tensorflow/compiler/mlir/quantization/common/quantization_lib",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Mar 24 07:44:40 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top