Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 74 for sris (0.04 sec)

  1. src/internal/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 Apr 17 19:35:56 UTC 2020
    - 11.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/BUILD

        ] + internal_visibility_allowlist(),
    )
    
    py_strict_binary(
        name = "gen_quantized_function_library",
        srcs = ["gen_quantized_function_library.py"],
        deps = [
            "@absl_py//absl:app",
            "@absl_py//absl/flags",
        ],
    )
    
    genrule(
        name = "quantized_function_library",
        srcs = [
            "passes/quantized_function_library_uniform_quantized.mlir",
            "passes/quantized_function_library.mlir",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  3. pkg/apis/certificates/v1beta1/defaults_test.go

    			base.emailAddresses = opt.emailAddresses
    		}
    		if opt.uris != nil {
    			base.uris = opt.uris
    		}
    	}
    	return base
    }
    
    func csrWithOpts(base pemOptions, overlays ...pemOptions) []byte {
    	opts := overlayPEMOptions(append([]pemOptions{base}, overlays...)...)
    	uris := make([]*url.URL, len(opts.uris))
    	for i, s := range opts.uris {
    		u, err := url.ParseRequestURI(s)
    		if err != nil {
    			panic(err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 27 08:04:25 UTC 2022
    - 16.9K bytes
    - Viewed (0)
  4. 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)
  5. tensorflow/compiler/mlir/tf2xla/internal/passes/BUILD

            ":xla_cluster_formation",
            "@llvm-project//mlir:FuncDialect",
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Pass",
        ],
    )
    
    cc_library(
        name = "verify_clustering_pass",
        srcs = [
            "verify_clustering_pass.cc",
        ],
        deps = [
            ":clustering_passes_inc_gen",
            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/compiler/mlir/tensorflow:attribute_utils",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 04 17:50:14 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/python/BUILD

    tf_py_strict_test(
        name = "pywrap_quantize_model_test",
        srcs = [
            "pywrap_quantize_model_test.py",
        ],
        deps = [
            ":py_function_lib_py",
            ":pywrap_quantize_model",
            "//tensorflow:tensorflow_py",
            "//tensorflow/python/platform:client_testlib",
        ],
    )
    
    pytype_strict_library(
        name = "save_model",
        srcs = [
            "save_model.py",
        ],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/BUILD

    cc_library(
        name = "string_util",
        srcs = ["utils/string_util.cc"],
        hdrs = ["utils/string_util.h"],
        deps = [
            "@com_google_absl//absl/strings",
            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:FuncDialect",
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Pass",
        ],
    )
    
    cc_library(
        name = "fake_session",
        srcs = ["utils/fake_session.cc"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 21:28:13 UTC 2024
    - 47.7K bytes
    - Viewed (0)
  8. 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)
  9. tensorflow/compiler/mlir/tf2xla/internal/BUILD

        ],
    )
    
    cc_library(
        name = "mlir_pass_instrumentation",
        srcs = ["mlir_pass_instrumentation.cc"],
        hdrs = ["mlir_pass_instrumentation.h"],
        deps = [
            "//tensorflow/core/platform:logging",
            "@llvm-project//mlir:Pass",
        ],
    )
    
    tf_cc_test(
        name = "mlir_pass_instrumentation_test",
        srcs = ["mlir_pass_instrumentation_test.cc"],
        deps = [
            ":mlir_pass_instrumentation",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 23:42:09 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tfr/BUILD

    )
    
    cc_library(
        name = "utils",
        srcs = [
            "utils/utils.cc",
        ],
        hdrs = [
            "utils/utils.h",
        ],
        deps = [
            ":tfr",
            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Support",
        ],
    )
    
    cc_library(
        name = "passes",
        srcs = [
            "passes/canonicalize.cc",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top