Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 115 for shdrs (0.03 sec)

  1. tensorflow/c/experimental/filesystem/plugins/gcs/BUILD

    cc_library(
        name = "gcs_helper",
        srcs = ["gcs_helper.cc"],
        hdrs = ["gcs_helper.h"],
        linkstatic = 1,
        deps = [
            "//tensorflow/c:env",
        ],
    )
    
    cc_library(
        name = "cleanup",
        hdrs = ["cleanup.h"],
    )
    
    cc_library(
        name = "ram_file_block_cache",
        srcs = ["ram_file_block_cache.cc"],
        hdrs = ["ram_file_block_cache.h"],
        deps = [
            ":cleanup",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/BUILD

            "ir/tf_structs.cc",
        ],
        hdrs = [
            "ir/tf_structs.h",
        ],
        deps = [
            "//tensorflow/core:framework",
            "//tensorflow/core/ir/types:Dialect",
            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:IR",
        ],
    )
    
    cc_library(
        name = "tensorflow_side_effects",
        srcs = [
        ],
        hdrs = [
            "ir/tf_side_effects.h",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 21:28:13 UTC 2024
    - 47.7K bytes
    - Viewed (0)
  3. src/internal/xcoff/file.go

    		case U802TOCMAGIC:
    			shdr := new(SectionHeader32)
    			if err := binary.Read(sr, binary.BigEndian, shdr); err != nil {
    				return nil, err
    			}
    			s.Name = cstring(shdr.Sname[:])
    			s.VirtualAddress = uint64(shdr.Svaddr)
    			s.Size = uint64(shdr.Ssize)
    			scnptr = uint64(shdr.Sscnptr)
    			s.Type = shdr.Sflags
    			s.Relptr = uint64(shdr.Srelptr)
    			s.Nreloc = uint32(shdr.Snreloc)
    		case U64_TOCMAGIC:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 12 14:42:29 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/ops/BUILD

    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "array_ops",
        srcs = [
            "array_ops.cc",
        ],
        hdrs = [
            "array_ops.h",
        ],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            "//tensorflow/c/eager:abstract_context",
            "//tensorflow/c/eager:abstract_operation",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/BUILD

        ],
    )
    
    cc_library(
        name = "low_bit_utils",
        srcs = [
            "utils/low_bit_utils.cc",
        ],
        hdrs = [
            "utils/low_bit_utils.h",
        ],
    )
    
    cc_library(
        name = "lstm_utils",
        srcs = [
            "utils/lstm_utils.cc",
        ],
        hdrs = [
            "utils/lstm_utils.h",
        ],
        deps = [
            ":tensorflow_lite",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 49.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/BUILD

            "transforms/stablehlo_util.cc",
        ],
        hdrs = [
            "transforms/stablehlo_util.h",
        ],
        copts = [
            "-Ithird_party",
        ],
        deps = [
            "@llvm-project//llvm:Support",
        ],
        alwayslink = 1,
    )
    
    cc_library(
        name = "rename_entrypoint_to_main",
        srcs = [
            "transforms/rename_entrypoint_to_main.cc",
        ],
        hdrs = [
            "transforms/rename_entrypoint_to_main.h",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:16:05 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  7. tensorflow/cc/saved_model/BUILD

    ])
    
    cc_library(
        name = "constants",
        hdrs = ["constants.h"],
        deps = ["@com_google_absl//absl/strings"],
    )
    
    cc_library(
        name = "signature_constants",
        hdrs = ["signature_constants.h"],
    )
    
    cc_library(
        name = "tag_constants",
        hdrs = ["tag_constants.h"],
    )
    
    # copybara:uncomment_begin(google-only)
    # cc_library(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 05:43:44 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/BUILD

        default_visibility = [
            "//visibility:public",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "util",
        srcs = [
            "util.cc",
        ],
        hdrs = [
            "util.h",
        ],
        deps = [
            "//tensorflow/compiler/mlir/lite:tensorflow_lite",
            "//tensorflow/compiler/mlir/tensorflow",
            "@com_google_absl//absl/algorithm:container",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 20:53:17 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/saved_model/core/BUILD

    cc_library(
        name = "concrete_function",
        hdrs = [
            "concrete_function.h",
        ],
        deps = [
            ":function_metadata",
            "//tensorflow/c/eager:immediate_execution_operation",
            "//tensorflow/c/eager:immediate_execution_tensor_handle",
            "@com_google_absl//absl/types:span",
        ],
    )
    
    cc_library(
        name = "function_metadata",
        hdrs = [
            "function_metadata.h",
        ],
    )
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  10. tensorflow/c/experimental/gradients/BUILD

    cc_library(
        name = "array_grad",
        srcs = ["array_grad.cc"],
        hdrs = [
            "array_grad.h",
        ],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            "//tensorflow/c/eager:abstract_context",
            "//tensorflow/c/eager:gradients_internal",
        ],
    )
    
    cc_library(
        name = "math_grad",
        srcs = ["math_grad.cc"],
        hdrs = [
            "math_grad.h",
        ],
        visibility = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 01 20:39:44 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top