Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 261 for sris (0.07 sec)

  1. 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)
  2. tensorflow/compiler/mlir/lite/schema/BUILD

        ],
        licenses = ["notice"],
    )
    
    exports_files(
        srcs = ["schema.fbs"],
    )
    
    filegroup(
        name = "tflite_internal_cc_3p_api_deps_src",
        srcs = [
            ":schema_fbs_srcs",
            ":schema_utils.h",
        ],
        visibility = ["//tensorflow/lite:__pkg__"],
    )
    
    flatbuffer_cc_library(
        name = "schema_fbs",
        srcs = ["schema.fbs"],
        compatible_with = get_compatible_with_portable(),
    )
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Jun 02 08:36:05 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfr/examples/mnist/BUILD

            "//tensorflow/python/ops:nn_ops_gen",
            "//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)
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 24 11:50:40 UTC 2023
    - 3K bytes
    - Viewed (0)
  4. src/cmd/vendor/github.com/google/pprof/profile/merge.go

    func Merge(srcs []*Profile) (*Profile, error) {
    	if len(srcs) == 0 {
    		return nil, fmt.Errorf("no profiles to merge")
    	}
    	p, err := combineHeaders(srcs)
    	if err != nil {
    		return nil, err
    	}
    
    	pm := &profileMerger{
    		p:         p,
    		samples:   make(map[sampleKey]*Sample, len(srcs[0].Sample)),
    		locations: make(map[locationKey]*Location, len(srcs[0].Location)),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 17K bytes
    - Viewed (0)
  5. src/net/nss.go

    			return conf
    		}
    		db := trimSpace(line[:colon])
    		srcs := line[colon+1:]
    		for {
    			srcs = trimSpace(srcs)
    			if len(srcs) == 0 {
    				break
    			}
    			sp := bytealg.IndexByteString(srcs, ' ')
    			var src string
    			if sp == -1 {
    				src = srcs
    				srcs = "" // done
    			} else {
    				src = srcs[:sp]
    				srcs = trimSpace(srcs[sp+1:])
    			}
    			var criteria []nssCriterion
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 20:15:51 UTC 2022
    - 5.5K 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/compiler/mlir/quantization/tensorflow/calibrator/BUILD

    pytype_strict_library(
        name = "calibration_algorithm",
        srcs = ["calibration_algorithm.py"],
        deps = [
            ":calibration_statistics_proto_py",
            "//tensorflow/compiler/mlir/quantization/stablehlo:quantization_config_proto_py",
            "//third_party/py/numpy",
        ],
    )
    
    pytype_strict_contrib_test(
        name = "calibration_algorithm_test",
        srcs = ["calibration_algorithm_test.py"],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 13 01:31:23 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top