Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 115 for shdrs (0.05 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/BUILD

    cc_library(
        name = "legalize_utils",
        srcs = ["utils.cc"],
        hdrs = ["utils.h"],
        deps = [
            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:IR",
            "@local_xla//xla/mlir_hlo",
        ],
    )
    
    cc_library(
        name = "test_utils",
        testonly = True,
        srcs = ["test_utils.cc"],
        hdrs = ["test_utils.h"],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/common/BUILD

        deps = [
            "@llvm-project//mlir:FuncTdFiles",
        ],
    )
    
    cc_library(
        name = "lift_as_function_call",
        srcs = ["lift_as_function_call.cc"],
        hdrs = ["lift_as_function_call.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
            ":attrs_and_constraints",
            "//tensorflow/compiler/mlir/quantization/common/quantization_lib",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/internal/utils/BUILD

        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "dialect_detection_utils",
        srcs = [
            "dialect_detection_utils.cc",
        ],
        hdrs = [
            "dialect_detection_utils.h",
        ],
        deps = [
            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/core:framework",
            "//tensorflow/core/transforms/toposort:Pass",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 13 23:59:33 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  4. tensorflow/cc/experimental/libtf/BUILD

        default_visibility = [
            "//tensorflow/cc/experimental/libtf:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "libtf",
        srcs = [
            "object.cc",
        ],
        hdrs = [
            "object.h",
            "value.h",
            "value_iostream.h",
        ],
        deps = [
            "//tensorflow/c/eager:abstract_tensor_handle",
            "//tensorflow/c/eager:immediate_execution_tensor_handle",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/quantization/BUILD

        ],
    )
    
    cc_library(
        name = "numerical_utils",
        srcs = ["numerical_utils.cc"],
        hdrs = ["numerical_utils.h"],
        deps = [
            "@com_google_absl//absl/types:optional",
        ],
    )
    
    cc_library(
        name = "device_target",
        srcs = ["device_target.cc"],
        hdrs = ["device_target.h"],
        deps = [
            ":numerical_utils",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 08 01:38:03 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  6. tensorflow/c/experimental/pluggable_profiler/BUILD

    )
    
    cc_library(
        name = "pluggable_profiler_hdrs",
        hdrs = ["pluggable_profiler.h"],
        visibility = ["//tensorflow:internal"],
        deps = [
            "//tensorflow/c:c_api_macros",
            "//tensorflow/c:tf_status_headers",
        ],
    )
    
    cc_library(
        name = "pluggable_profiler",
        srcs = ["pluggable_profiler.cc"],
        hdrs = ["pluggable_profiler.h"],
        visibility = ["//tensorflow:internal"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/metrics/BUILD

    cc_library(
        name = "error_collector",
        srcs = ["error_collector.cc"],
        hdrs = ["error_collector.h"],
        deps = [
            ":types_util",
            "//tensorflow/lite/python/metrics:converter_error_data_proto_cc",
            "@com_google_absl//absl/strings",
        ],
    )
    
    cc_library(
        name = "error_collector_inst",
        srcs = ["error_collector_inst.cc"],
        hdrs = ["error_collector_inst.h"],
        deps = [
            ":error_collector",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 18:18:30 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  8. src/internal/coverage/decodecounter/decodecounterfile.go

    	// Read segment header.
    	if err := binary.Read(cdr.mr, binary.LittleEndian, &cdr.shdr); err != nil {
    		return err
    	}
    	if cdr.debug {
    		fmt.Fprintf(os.Stderr, "=-= read counter segment header: %+v", cdr.shdr)
    		fmt.Fprintf(os.Stderr, " FcnEntries=0x%x StrTabLen=0x%x ArgsLen=0x%x\n",
    			cdr.shdr.FcnEntries, cdr.shdr.StrTabLen, cdr.shdr.ArgsLen)
    	}
    
    	// Read string table and args.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 27 15:29:54 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/BUILD

        hdrs = ["calibration_statistics_collector_base.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
            ":calibration_statistics_proto_cc",
            "@com_google_absl//absl/types:span",
        ],
    )
    
    cc_library(
        name = "calibration_statistics_collector_min_max",
        srcs = ["calibration_statistics_collector_min_max.cc"],
        hdrs = ["calibration_statistics_collector_min_max.h"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 13 01:31:23 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/BUILD

            "//tensorflow/dtensor/mlir:__pkg__",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "lower_cluster_to_runtime_ops",
        srcs = ["lower_cluster_to_runtime_ops.cc"],
        hdrs = [
            "lower_cluster_to_runtime_ops.h",
        ],
        deps = [
            ":runtime_passes",
            "//tensorflow/compiler/jit:flags_headers",
            "//tensorflow/compiler/mlir/tensorflow:attribute_utils",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10K bytes
    - Viewed (0)
Back to top