Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for callGo (0.18 sec)

  1. src/cmd/compile/internal/ssa/rewritegeneric.go

    	// result: (Move {types.Types[types.TUINT8]} [int64(sz)] dst src mem)
    	for {
    		if auxIntToInt64(v.AuxInt) != 0 {
    			break
    		}
    		call := v_0
    		if call.Op != OpStaticCall || len(call.Args) != 4 {
    			break
    		}
    		sym := auxToCall(call.Aux)
    		mem := call.Args[3]
    		dst := call.Args[0]
    		src := call.Args[1]
    		call_2 := call.Args[2]
    		if call_2.Op != OpConst64 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  2. RELEASE.md

            requires all optimizer variables to be created at the first
            `apply_gradients()` or `minimize()` call. If your workflow calls
            optimizer to update different parts of model in multiple stages,
            please call `optimizer.build(model.trainable_variables)` before the
            training loop.
        *   **Performance regression on `ParameterServerStrategy`.** This could be
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. src/testdata/Isaac.Newton-Opticks.txt

    Mercury appears sometimes in the form of a fluid Metal, sometimes in the
    form of a hard brittle Metal, sometimes in the form of a corrosive
    pellucid Salt call'd Sublimate, sometimes in the form of a tasteless,
    pellucid, volatile white Earth, call'd _Mercurius Dulcis_; or in that of
    a red opake volatile Earth, call'd Cinnaber; or in that of a red or
    white Precipitate, or in that of a fluid Salt; and in Distillation it
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewriteAMD64.go

    			break
    		}
    		call := v_0
    		if call.Op != OpAMD64CALLstatic || len(call.Args) != 4 {
    			break
    		}
    		sym := auxToCall(call.Aux)
    		mem := call.Args[3]
    		dst := call.Args[0]
    		src := call.Args[1]
    		call_2 := call.Args[2]
    		if call_2.Op != OpAMD64MOVQconst {
    			break
    		}
    		sz := auxIntToInt64(call_2.AuxInt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewriteARM64.go

    			break
    		}
    		call := v_0
    		if call.Op != OpARM64CALLstatic || len(call.Args) != 4 {
    			break
    		}
    		sym := auxToCall(call.Aux)
    		mem := call.Args[3]
    		dst := call.Args[0]
    		src := call.Args[1]
    		call_2 := call.Args[2]
    		if call_2.Op != OpARM64MOVDconst {
    			break
    		}
    		sz := auxIntToInt64(call_2.AuxInt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.19.md

    - Ensure that volume capability and staging target fields are present in nodeExpansion CSI calls
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation_test.go

    	containerRestartPolicyEmpty     = core.ContainerRestartPolicy("")
    )
    
    type topologyPair struct {
    	key   string
    	value string
    }
    
    func line() string {
    	_, _, line, ok := runtime.Caller(1)
    	var s string
    	if ok {
    		s = fmt.Sprintf("%d", line)
    	} else {
    		s = "<??>"
    	}
    	return s
    }
    
    func prettyErrorList(errs field.ErrorList) string {
    	var s string
    	for _, e := range errs {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top