Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 99 of 99 for Edges (0.05 sec)

  1. tensorflow/compiler/jit/xla_launch_util.cc

      options.arguments_are_tupled = false;
      options.untuple_result = true;
      // Hardcode run id to always be one: TF distributed strategy
      // differentiates between subsequent runs using dependency edges. This
      // is safe, as only TF dist-strat can produce distributed ops, and we
      // can rely on TF dist-strat invariants.
      options.launch_id = 1;
      // TODO(b/293186653): investigate we should turn on strict shape checking for
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 00:36:08 UTC 2024
    - 40.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/kernels/xla_ops.cc

                                 done);
          }
    
          // Hardcode run id to always be zero: TF distributed strategy
          // differentiates between subsequent runs using dependency edges. This
          // is safe, as only TF dist-strat can produce distributed ops, and we
          // can rely on TF dist-strat invariants.
          xla::RunId run_id(0);
          run_options.set_run_id(run_id);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 22:46:36 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/html.go

    </p>
    
    <p>
    Values printed in italics have a dependency cycle.
    </p>
    
    <p>
    <b>CFG</b>: Dashed edge is for unlikely branches. Blue color is for backward edges.
    Edge with a dot means that this edge follows the order in which blocks were laidout.
    </p>
    
    </div>
    <label for="dark-mode-button" style="margin-left: 15px; cursor: pointer;">darkmode</label>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.cc

        const XlaShapeLayoutHelpers::ShapeDeterminationFns shape_determination_fns,
        XlaCompilationResult* compilation_result) {
      // Construct mapping from XlaComputation's arg to input edges of execute
      // node.
      GetInputMappingForMlir(arg_shapes.size(), &compilation_result->input_mapping);
    
      // Compute all input shapes.
      TF_RETURN_IF_ERROR(GetXlaInputShapes(module_op, arg_shapes, use_tuple_args,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 17:24:39 UTC 2024
    - 45.3K bytes
    - Viewed (0)
  5. doc/go_mem.html

    would never access <code>*p</code> or <code>*q</code>, but the rewritten program would.
    And if the call contained synchronizing operations, then the original program
    could establish happens before edges preceding the accesses
    to <code>*p</code> and <code>*q</code>, but the rewritten program would not.
    </p>
    
    <p>
    Not allowing a single read to observe multiple values means
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 15:54:42 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  6. src/runtime/race/testdata/mop_test.go

    			runtime.RaceDisable()
    			wg.Done()
    		}()
    	}
    	close(ready)
    	wg.Wait()
    
    	// Make sure race detector still works. If the runtime.RaceDisable state
    	// leaks, the happens-before edges here will be ignored and a race on x will
    	// be reported.
    	var x int
    	ch := make(chan struct{}, 0)
    	wg.Add(2)
    	go func() {
    		x = 1
    		ch <- struct{}{}
    		wg.Done()
    	}()
    	go func() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 23 16:46:25 UTC 2023
    - 28.9K bytes
    - Viewed (0)
  7. src/internal/fuzz/fuzz.go

    					// corpus and prioritize it for future fuzzing.
    					// TODO(jayconrod, katiehockman): Prioritize fuzzing these
    					// values which expanded coverage, perhaps based on the
    					// number of new edges that this result expanded.
    					// TODO(jayconrod, katiehockman): Don't write a value that's already
    					// in the corpus.
    					if c.canMinimize() && result.canMinimize && c.crashMinimizing == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  8. src/image/draw/draw.go

    	}
    
    	// quantErrorCurr and quantErrorNext are the Floyd-Steinberg quantization
    	// errors that have been propagated to the pixels in the current and next
    	// rows. The +2 simplifies calculation near the edges.
    	var quantErrorCurr, quantErrorNext [][4]int32
    	if floydSteinberg {
    		quantErrorCurr = make([][4]int32, r.Dx()+2)
    		quantErrorNext = make([][4]int32, r.Dx()+2)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 17:08:05 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  9. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    cc.nd.us cc.ne.us cc.nh.us cc.nj.us cc.nm.us cc.nv.us cc.ny.us cc.oh.us cc.ok.us cc.or.us cc.pa.us cc.pr.us cc.ri.us cc.sc.us cc.sd.us cc.tn.us cc.tx.us cc.ua cc.ut.us cc.va.us cc.vi.us cc.vt.us cc.wa.us cc.wi.us cc.wv.us cc.wy.us cci.fr cd cd.eu.org cdn-edges.net cdn.prod.atlassian-dev.net cdn77-ssl.net ce.gov.br ce.it ce.leg.br cechire.com celtic.museum center center.museum centralus.azurestaticapps.net ceo cern certification.aero certmgr.org cesena-forli.it cesena-forlì.it cesenaforli.it cesenaforlì.it...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
Back to top