Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 34 for dotdot (1.58 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantized_function_library_uniform_quantized.mlir

                             %filter_scale : tensor<*xf32>, %filter_zp : tensor<*xi32>, %out_scale : tensor<*xf32>, %out_zp : tensor<*xi32>) -> tensor<*x!tf_type.qint32> {
        %dot_out = "tf.UniformQuantizedDot"(%input, %filter,
                                    %input_scale, %input_zp, %filter_scale, %filter_zp, %out_scale, %out_zp) {
            Tin = "tfdtype$DT_QINT8",
            Tout = "tfdtype$DT_QINT32",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 29 01:13:58 UTC 2023
    - 19.3K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/TestPageGenerator.java

            if (commits.size() == 1) {
                return Collections.singletonList(gradleUrl);
            } else if (commits.size() == 2) {
                GitHubLink dotComUrl = new GitHubLink("gradle/dotcom", commits.get(1));
                List<GitHubLink> links = new ArrayList<>();
                links.add(gradleUrl);
                links.add(dotComUrl);
                return links;
            } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 14K bytes
    - Viewed (0)
  3. src/cmd/go/internal/work/build.go

    // and ext (without the dot). If the file has no
    // extension, ext will be empty.
    func fileExtSplit(file string) (name, ext string) {
    	dotExt := filepath.Ext(file)
    	name = file[:len(file)-len(dotExt)]
    	if dotExt != "" {
    		ext = dotExt[1:]
    	}
    	return
    }
    
    func pkgsMain(pkgs []*load.Package) (res []*load.Package) {
    	for _, p := range pkgs {
    		if p.Name == "main" {
    			res = append(res, p)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 17:22:59 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  4. hack/tools/go.mod

    	github.com/subosito/gotenv v1.4.1 // indirect
    	github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c // indirect
    	github.com/tdakkota/asciicheck v0.2.0 // indirect
    	github.com/tetafro/godot v1.4.16 // indirect
    	github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966 // indirect
    	github.com/timonwong/loggercheck v0.9.4 // indirect
    	github.com/tomarrell/wrapcheck/v2 v2.8.1 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/convert_tf_quant_ops_to_mhlo.cc

        }
    
        auto rhs_or =
            CreateConstantOrConvertOp(op, adaptor.getRhs(), *rhs_type, rewriter);
        if (failed(rhs_or)) {
          return failure();
        }
    
        rewriter.replaceOpWithNewOp<mhlo::DotOp>(op, op.getType(), op.getLhs(),
                                                 *rhs_or,
                                                 /*precision_config=*/nullptr);
        return success();
      }
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/github.com/google/pprof/internal/report/report.go

    	}
    	if rx != nil && matched == 0 {
    		return fmt.Errorf("no matches found for regexp: %s", rx)
    	}
    	return nil
    }
    
    // GetDOT returns a graph suitable for dot processing along with some
    // configuration information.
    func GetDOT(rpt *Report) (*graph.Graph, *graph.DotConfig) {
    	g, origCount, droppedNodes, droppedEdges := rpt.newTrimmedGraph()
    	rpt.selectOutputUnit(g)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/google/pprof/internal/driver/webui.go

    	rpt, errList := ui.makeReport(w, req, []string{"svg"}, nil)
    	if rpt == nil {
    		return // error already reported
    	}
    
    	// Generate dot graph.
    	g, config := report.GetDOT(rpt)
    	legend := config.Labels
    	config.Labels = nil
    	dot := &bytes.Buffer{}
    	graph.ComposeDot(dot, g, &graph.DotAttributes{}, config)
    
    	// Convert to svg.
    	svg, err := dotToSvg(dot.Bytes())
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 14K bytes
    - Viewed (0)
  8. src/path/filepath/path_test.go

    		// test EvalSymlinks(".")
    		testEvalSymlinksAfterChdir(t, path, ".", ".")
    
    		// test EvalSymlinks("C:.") on Windows
    		if runtime.GOOS == "windows" {
    			volDot := filepath.VolumeName(tmpDir) + "."
    			testEvalSymlinksAfterChdir(t, path, volDot, volDot)
    		}
    
    		// test EvalSymlinks(".."+path)
    		dotdotPath := simpleJoin("..", test.dest)
    		if filepath.IsAbs(test.dest) || os.IsPathSeparator(test.dest[0]) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 22 16:38:19 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ir/fmt.go

    	OSLICE3ARR:        8,
    	OSLICEHEADER:      8,
    	OSTRINGHEADER:     8,
    	ODOTINTER:         8,
    	ODOTMETH:          8,
    	ODOTPTR:           8,
    	ODOTTYPE2:         8,
    	ODOTTYPE:          8,
    	ODOT:              8,
    	OXDOT:             8,
    	OMETHVALUE:        8,
    	OMETHEXPR:         8,
    	OPLUS:             7,
    	ONOT:              7,
    	OBITNOT:           7,
    	ONEG:              7,
    	OADDR:             7,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 05 15:20:28 UTC 2023
    - 26K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/block.go

    	HotInitial                       // In the block order, the first one for a given loop.  Not necessarily topological header.
    	HotPgo                           // By PGO-based heuristics, this block occurs in a hot loop
    
    	HotNot                 = 0
    	HotInitialNotFlowIn    = HotInitial | HotNotFlowIn          // typically first block of a rotated loop, loop is entered with a branch (not to this block).  No PGO
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 12.2K bytes
    - Viewed (0)
Back to top