Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 160 for src1 (0.14 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/debugging/BUILD

        default_visibility = [
            "//tensorflow/compiler/mlir/quantization:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "mlir_dump",
        srcs = ["mlir_dump.cc"],
        hdrs = ["mlir_dump.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "@com_google_absl//absl/log",
            "@com_google_absl//absl/memory",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 15 09:06:48 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/internal/utils/BUILD

        default_visibility = [
            "//tensorflow/compiler/mlir/tf2xla/internal:__subpackages__",
        ],
        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",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 13 23:59:33 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  3. src/net/addrselect_test.go

    func TestSortByRFC6724(t *testing.T) {
    	tests := []struct {
    		in      []IPAddr
    		srcs    []netip.Addr
    		want    []IPAddr
    		reverse bool // also test it starting backwards
    	}{
    		// Examples from RFC 6724 section 10.2:
    
    		// Prefer matching scope.
    		{
    			in: []IPAddr{
    				{IP: ParseIP("2001:db8:1::1")},
    				{IP: ParseIP("198.51.100.121")},
    			},
    			srcs: []netip.Addr{
    				netip.MustParseAddr("2001:db8:1::2"),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 05 07:16:00 UTC 2022
    - 8.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfr/examples/mnist/BUILD

            "//tensorflow/python/platform:flags",
            "@absl_py//absl:app",
        ],
    )
    
    tf_py_strict_test(
        name = "mnist_ops_test",
        size = "small",
        srcs = ["mnist_ops_test.py"],
        data = [":mnist_ops_mlir"],
        python_version = "PY3",
        srcs_version = "PY3",
        tags = [
            "no_windows",  # TODO(b/170752141)
            "nomac",  # TODO(b/170752141)
        ],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 24 11:50:40 UTC 2023
    - 3K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/google/pprof/profile/merge.go

    		Start:                  src.Start,
    		Limit:                  src.Limit,
    		Offset:                 src.Offset,
    		File:                   src.File,
    		KernelRelocationSymbol: src.KernelRelocationSymbol,
    		BuildID:                src.BuildID,
    		HasFunctions:           src.HasFunctions,
    		HasFilenames:           src.HasFilenames,
    		HasLineNumbers:         src.HasLineNumbers,
    		HasInlineFrames:        src.HasInlineFrames,
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 17K bytes
    - Viewed (0)
  6. tensorflow/c/experimental/ops/gen/common/BUILD

    )
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = ["//visibility:public"],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "common",
        srcs = glob(
            ["*.cc"],
            exclude = ["*_test.cc"],
        ),
        hdrs = glob(["*.h"]),
        deps = [
            "//tensorflow/c/experimental/ops/gen/model",
            "//tensorflow/core:framework",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 18:35:29 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  7. tensorflow/c/experimental/next_pluggable_device/BUILD

    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "c_api",
        srcs = ["c_api.cc"],
        hdrs = ["c_api.h"],
        visibility = ["//visibility:public"],
        deps = [
            ":tensor_pjrt_buffer_util",
            "//tensorflow/c:c_api_macros_hdrs",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 11 23:52:39 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/BUILD

            "@llvm-project//mlir:FuncDialect",
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Pass",
        ],
    )
    
    cc_library(
        name = "embedding_pipelining",
        srcs = ["embedding_pipelining.cc"],
        hdrs = [
            "sparsecore_passes.h",
        ],
        deps = [
            ":sparsecore_passes_inc_gen",
            "//tensorflow/compiler/jit:flags_headers",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 23:42:09 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/saved_model/core/ops/BUILD

            # Restricting visibility for now
            "//tensorflow/c/experimental/saved_model/core:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "restore_ops",
        srcs = [
            "restore_ops.cc",
        ],
        hdrs = [
            "restore_ops.h",
        ],
        deps = [
            "//tensorflow/c:tensor_interface",
            "//tensorflow/c/eager:abstract_tensor_handle",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  10. tensorflow/c/experimental/ops/gen/cpp/BUILD

    )
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = ["//visibility:private"],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "cpp",
        srcs = glob(
            ["*.cc"],
            exclude = ["*_test.cc"],
        ),
        hdrs = glob(["*.h"]),
        visibility = ["//tensorflow/c/experimental/ops/gen:__pkg__"],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 1.3K bytes
    - Viewed (0)
Back to top