Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 115 for shdrs (0.04 sec)

  1. src/cmd/link/internal/ld/elf.go

    	e := new(ElfShdr)
    	e.Name = uint32(name)
    	e.shnum = elf.SectionIndex(ehdr.Shnum)
    	if ehdr.Shnum >= NSECT {
    		Errorf(nil, "too many shdrs")
    	} else {
    		shdr[ehdr.Shnum] = e
    		ehdr.Shnum++
    	}
    
    	return e
    }
    
    func getElfEhdr() *ElfEhdr {
    	return &ehdr
    }
    
    func elf64writehdr(out *OutBuf) uint32 {
    	out.Write(ehdr.Ident[:])
    	out.Write16(uint16(ehdr.Type))
    	out.Write16(uint16(ehdr.Machine))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  2. tensorflow/c/BUILD

        ],
    )
    
    cc_library(
        name = "tf_attrtype",
        hdrs = ["tf_attrtype.h"],
        visibility = ["//visibility:public"],
    )
    
    cc_library(
        name = "c_api_macros_hdrs",
        hdrs = [
            "c_api_macros.h",
        ],
        visibility = ["//visibility:public"],
    )
    
    cc_library(
        name = "c_api_macros",
        hdrs = [
            "c_api_macros.h",
            "c_api_macros_internal.h",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/stablehlo/cc/BUILD

        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "types",
        hdrs = ["types.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [],
    )
    
    cc_library(
        name = "component",
        hdrs = ["component.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 17K bytes
    - Viewed (0)
  4. tensorflow/cc/experimental/base/public/BUILD

        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "runtime",
        hdrs = [
            "runtime.h",
        ],
        deps = [
            ":status",
            "//tensorflow/c/eager:c_api",
            "//tensorflow/c/eager:c_api_experimental",
        ],
    )
    
    cc_library(
        name = "runtime_builder",
        hdrs = [
            "runtime_builder.h",
        ],
        deps = [
            ":runtime",
            ":status",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  5. tensorflow/cc/BUILD

    cc_library(
        name = "grad_testutil",
        testonly = 1,
        srcs = ["gradients/grad_testutil.cc"],
        hdrs = ["gradients/grad_testutil.h"],
        deps = [
            ":grad_op_registry",
            ":ops",
            ":scope",
        ],
    )
    
    cc_library_with_android_deps(
        name = "ops",
        srcs = ["framework/ops.cc"],
        hdrs = ["framework/ops.h"],
        android_deps = ["//tensorflow/core:portable_tensorflow_lib"],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/BUILD

            "@llvm-project//mlir:TransformUtils",
            "@llvm-project//mlir:Transforms",
        ],
    )
    
    cc_library(
        name = "mlprogram",
        srcs = [
            "mlprogram.cc",
        ],
        hdrs = [
            "mlprogram.h",
        ],
        deps = [
            ":bridge",
            ":tensorflow_passes",
            ":tf_saved_model_passes",
            "//tensorflow/compiler/mlir/tf2xla/internal:clustering_bridge_passes",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/experimental/tac/hardwares/BUILD

        default_visibility = [
            "//visibility:public",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "gpu_hardware",
        srcs = ["gpu_hardware.cc"],
        hdrs = ["gpu_hardware.h"],
        deps = [
            ":target_hardware",
            "//tensorflow/compiler/mlir/lite:cost_estimators",
            "//tensorflow/compiler/mlir/lite:tensorflow_lite",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 17 08:24:48 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/translate/BUILD

            "@local_xla//xla:status_macros",
        ],
    )
    
    cc_library(
        name = "mlir_import_options",
        hdrs = ["mlir_import_options.h"],
        visibility = ["//visibility:public"],
    )
    
    cc_library(
        name = "translate_lib",
        srcs = ["tf_mlir_translate.cc"],
        hdrs = ["tf_mlir_translate.h"],
        visibility = ["//visibility:public"],
        deps = [
            ":import_model",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 11K bytes
    - Viewed (0)
  9. tensorflow/cc/experimental/libtf/impl/BUILD

        ],
        hdrs = [
            "none.h",
        ],
    )
    
    tf_cc_test(
        name = "none_test",
        size = "small",
        srcs = ["none_test.cc"],
        deps = [
            ":none",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "@com_google_absl//absl/container:flat_hash_set",
        ],
    )
    
    cc_library(
        name = "tensor_spec",
        hdrs = [
            "tensor_spec.h",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 09:47:46 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  10. tensorflow/c/eager/BUILD

    cc_library(
        name = "abstract_op_attrs",
        hdrs = ["abstract_op_attrs.h"],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            "//tensorflow/core:lib",
            "//tensorflow/core:protos_all_cc",
            "@com_google_absl//absl/container:inlined_vector",
        ],
    )
    
    cc_library(
        name = "abstract_operation",
        hdrs = ["abstract_operation.h"],
        visibility = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 11 23:52:39 UTC 2024
    - 33.3K bytes
    - Viewed (0)
Back to top