Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 120 for src2 (0.08 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/report/stacks.go

    		seenSrcs := map[int]bool{}
    		for j, src := range stack.Sources {
    			if seenSrcs[src] {
    				continue
    			}
    			seenSrcs[src] = true
    			s.Sources[src].Places = append(s.Sources[src].Places, StackSlot{i, j})
    		}
    	}
    }
    
    func (s *StackSet) assignColors() {
    	// Assign different color indices to different packages.
    	const numColors = 1048576
    	for i, src := range s.Sources {
    		pkg := packageName(src.FullName)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  2. tensorflow/cc/experimental/libtf/runtime/BUILD

        default_visibility = [
            "//tensorflow/cc/experimental/libtf:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "runtime",
        srcs = [
            "runtime.cc",
        ],
        hdrs = [
            "runtime.h",
        ],
        deps = [
            "//tensorflow/c:tf_datatype",
            "//tensorflow/c:tf_status_helper",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 1.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfr/examples/pad/BUILD

        ],
    )
    
    gen_op_libraries(
        name = "pad_ops",
        src = "ops_defs.py",
        deps = [
            "//tensorflow:tensorflow_py",
            "//tensorflow/python/ops:array_ops_gen",
            "//tensorflow/python/platform:flags",
            "@absl_py//absl:app",
        ],
    )
    
    tf_py_strict_test(
        name = "pad_ops_test",
        size = "medium",
        srcs = ["pad_ops_test.py"],
        data = [":pad_ops_mlir"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 19 00:51:34 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/BUILD

            "@llvm-project//llvm:FileCheck",
            "@llvm-project//llvm:not",
        ],
    )
    
    # Bundle together all the debug info files that are used by the tests.
    filegroup(
        name = "debug_info_files",
        srcs = glob(
            [
                "**/*.debug",
            ],
        ),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 15:18:46 UTC 2023
    - 1K bytes
    - Viewed (0)
  5. tensorflow/c/experimental/saved_model/public/BUILD

        ],
        licenses = ["notice"],
    )
    
    # TODO(bmzhao): Remove these exports_files and rules, swap with cc_public_library instead.
    # cc_public_library would allows us to separate the header dep graph from header+srcs dep graph.
    exports_files(
        [
            "concrete_function.h",
            "concrete_function_list.h",
            "function_metadata.h",
            "saved_model_api.h",
            "signature_def_function.h",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 3.1K bytes
    - Viewed (0)
  6. maven-artifact/src/test/java/org/apache/maven/artifact/versioning/DefaultArtifactVersionTest.java

            checkVersionParsing("1.0.1b", 0, 0, 0, 0, "1.0.1b");
            checkVersionParsing("1.0M2", 0, 0, 0, 0, "1.0M2");
            checkVersionParsing("1.0RC2", 0, 0, 0, 0, "1.0RC2");
            checkVersionParsing("1.1.2.beta1", 1, 1, 2, 0, "beta1");
            checkVersionParsing("1.7.3.beta1", 1, 7, 3, 0, "beta1");
            checkVersionParsing("1.7.3.0", 0, 0, 0, 0, "1.7.3.0");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/google/pprof/driver/driver.go

    	Parse(usage func()) []string
    }
    
    // A Fetcher reads and returns the profile named by src, using
    // the specified duration and timeout. It returns the fetched
    // profile and a string indicating a URL from where the profile
    // was fetched, which may be different than src.
    type Fetcher interface {
    	Fetch(src string, duration, timeout time.Duration) (*profile.Profile, string, error)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/kernels/BUILD

        "@com_google_absl//absl/types:optional",
    ]
    
    # Linked by tensorflow core, without registration of jit compilation passes.
    cc_library(
        name = "xla_ops_no_jit_rewrite_registration",
        srcs = ["xla_ops.cc"],
        hdrs = ["xla_ops.h"],
        deps = XLA_OPS_DEPS + [
            "//tensorflow/compiler/jit:device_compilation_cache",
            "//tensorflow/compiler/jit:device_compilation_profiler",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 22:46:36 UTC 2024
    - 3K bytes
    - Viewed (0)
  9. src/hash/crc32/crc32_amd64.s

    	CRC32B (SI), AX
    
    done:
    	MOVL AX, ret+32(FP)
    	RET
    
    // castagnoliSSE42Triple updates three (non-inverted) crcs with (24*rounds)
    // bytes from each buffer.
    //
    // func castagnoliSSE42Triple(
    //     crc1, crc2, crc3 uint32,
    //     a, b, c []byte,
    //     rounds uint32,
    // ) (retA uint32, retB uint32, retC uint32)
    TEXT ·castagnoliSSE42Triple(SB),NOSPLIT,$0
    	MOVL crcA+0(FP), AX
    	MOVL crcB+4(FP), CX
    	MOVL crcC+8(FP), DX
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 01 21:52:00 UTC 2018
    - 5.4K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/syntax/printer_test.go

    	w.buf = append(w.buf, data...)
    	n = len(data)
    	if len(w.buf) > 10 {
    		err = io.ErrShortBuffer
    	}
    	return
    }
    
    func TestPrintError(t *testing.T) {
    	const src = "package p; var x int"
    	ast, err := Parse(nil, strings.NewReader(src), nil, nil, 0)
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	var buf shortBuffer
    	_, err = Fprint(&buf, ast, 0)
    	if err == nil || err != io.ErrShortBuffer {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 31 17:08:18 UTC 2023
    - 7.6K bytes
    - Viewed (0)
Back to top