Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 81 for synthesized (0.23 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // 'bias' term in a way that is not compatible with the standard left-padded
    // broadcast semantics (i.e. NCHW will broadcast into dimension 1).
    // The correct 'bias' broadcast will be synthesized manually.
    class ConvertBiasAddOp : public OpRewritePattern<TF::BiasAddOp> {
     public:
      using OpRewritePattern::OpRewritePattern;
      LogicalResult matchAndRewrite(TF::BiasAddOp op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (1)
  2. ChangeLog.md

    ### Tools. Compiler plugins. Serialization
    
    - [`KT-65757`](https://youtrack.jetbrains.com/issue/KT-65757) K2: Missing `@Deprecated` annotation on synthesized declarations
    - [`KT-63539`](https://youtrack.jetbrains.com/issue/KT-63539) K2: Missing "Serializable class has duplicate serial name of property"
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/dwarf.go

    	if die := d.find(ptrname); die != 0 {
    		return die
    	}
    
    	pdie := d.newdie(&dwtypes, dwarf.DW_ABRV_PTRTYPE, ptrname)
    	d.newrefattr(pdie, dwarf.DW_AT_type, dwtype)
    
    	// The DWARF info synthesizes pointer types that don't exist at the
    	// language level, like *hash<...> and *bucket<...>, and the data
    	// pointers of slices. Link to the ones we can find.
    	gts := d.ldr.Lookup("type:"+ptrname, 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

    //   %2 = tf.Mul(%0, %1)
    //
    // If a minor fraction of the Concat inputs are not of the same binary op kind
    // (tf.Mul in the above example), we will synthesize the binary ops for those
    // inputs. e.g. if we instead have %1 = %lhs_1, then we would synthesize a
    // tf.Mul op over it and a scalar const tensor 1.0. For now this only applies to
    // float32 tensors.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  5. doc/go_spec.html

    If <code>n</code> &lt= 0, the loop does not run any iterations.
    </li>
    
    <li>
    For a function <code>f</code>, the iteration proceeds by calling <code>f</code>
    with a new, synthesized <code>yield</code> function as its argument.
    If <code>yield</code> is called before <code>f</code> returns,
    the arguments to <code>yield</code> become the iteration values
    for executing the loop body once.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  6. src/cmd/go/internal/modload/modfile.go

    	}
    	if m.Version == "" && inWorkspaceMode() && m.Path == "command-line-arguments" {
    		// "go work sync" calls LoadModGraph to make sure the module graph is valid.
    		// If there are no modules in the workspace, we synthesize an empty
    		// command-line-arguments module, which rawGoModData cannot read a go.mod for.
    		return &modFileSummary{module: m}, nil
    	}
    	return rawGoModSummaryCache.Do(m, func() (*modFileSummary, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 26 17:53:40 UTC 2023
    - 26.7K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modload/import.go

    		for mp, mv := range MainModules.HighestReplaced() {
    			if !maybeInModule(path, mp) {
    				continue
    			}
    			if mv == "" {
    				// The only replacement is a wildcard that doesn't specify a version, so
    				// synthesize a pseudo-version with an appropriate major version and a
    				// timestamp below any real timestamp. That way, if the main module is
    				// used from within some other module, the user will be able to upgrade
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 15:21:14 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/github.com/google/pprof/internal/report/source.go

    // did not belong to a known object file.
    func (sp *sourcePrinter) handleUnprocessed(addrs map[uint64]addrInfo, unprocessed []uint64) {
    	// makeFrames synthesizes a []plugin.Frame list for the specified address.
    	// The result will typically have length 1, but may be longer if address corresponds
    	// to inlined calls.
    	makeFrames := func(addr uint64) []plugin.Frame {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 31.3K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modload/query.go

    	path := rr.ModulePath()
    
    	if v, ok := MainModules.HighestReplaced()[path]; ok {
    		if v == "" {
    			// The only replacement is a wildcard that doesn't specify a version, so
    			// synthesize a pseudo-version with an appropriate major version and a
    			// timestamp below any real timestamp. That way, if the main module is
    			// used from within some other module, the user will be able to upgrade
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 11 22:29:11 UTC 2023
    - 44.7K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/ppc64/obj9.go

    					q = obj.Appendp(q, c.newprog)
    					q.As = AMOVD
    					q.Pos = p.Pos
    					q.From.Type = obj.TYPE_REG
    					q.From.Reg = REG_LR
    					q.To.Type = obj.TYPE_REG
    					q.To.Reg = REG_R29 // REGTMP may be used to synthesize large offset in the next instruction
    
    					q = c.ctxt.StartUnsafePoint(q, c.newprog)
    
    					q = obj.Appendp(q, c.newprog)
    					q.As = AMOVD
    					q.Pos = p.Pos
    					q.From.Type = obj.TYPE_REG
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 40.8K bytes
    - Viewed (0)
Back to top