Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for returns2 (0.27 sec)

  1. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    "continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

          return getArgsMutable();
        }
    
        // Returns the callee of this operation.
        CallInterfaceCallable getCallableForCallee() { return getFAttr(); }
        // Sets the callee from the callable.
        void setCalleeFromCallable(CallInterfaceCallable callee);
    
        // returns the callee of this operation.
        func::FuncOp func() {
          return SymbolTable::lookupNearestSymbolFrom<func::FuncOp>(*this, getF());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

    "continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewriteAMD64.go

    		return rewriteValueAMD64_OpAMD64ANDLconstmodify(v)
    	case OpAMD64ANDLload:
    		return rewriteValueAMD64_OpAMD64ANDLload(v)
    	case OpAMD64ANDLmodify:
    		return rewriteValueAMD64_OpAMD64ANDLmodify(v)
    	case OpAMD64ANDNL:
    		return rewriteValueAMD64_OpAMD64ANDNL(v)
    	case OpAMD64ANDNQ:
    		return rewriteValueAMD64_OpAMD64ANDNQ(v)
    	case OpAMD64ANDQ:
    		return rewriteValueAMD64_OpAMD64ANDQ(v)
    	case OpAMD64ANDQconst:
    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

    		return true
    	case OpAdd8:
    		v.Op = OpARM64ADD
    		return true
    	case OpAddPtr:
    		v.Op = OpARM64ADD
    		return true
    	case OpAddr:
    		return rewriteValueARM64_OpAddr(v)
    	case OpAnd16:
    		v.Op = OpARM64AND
    		return true
    	case OpAnd32:
    		v.Op = OpARM64AND
    		return true
    	case OpAnd64:
    		v.Op = OpARM64AND
    		return true
    	case OpAnd8:
    		v.Op = OpARM64AND
    		return true
    	case OpAndB:
    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. src/cmd/compile/internal/ssa/rewritegeneric.go

    	case OpAnd32:
    		return rewriteValuegeneric_OpAnd32(v)
    	case OpAnd64:
    		return rewriteValuegeneric_OpAnd64(v)
    	case OpAnd8:
    		return rewriteValuegeneric_OpAnd8(v)
    	case OpAndB:
    		return rewriteValuegeneric_OpAndB(v)
    	case OpArraySelect:
    		return rewriteValuegeneric_OpArraySelect(v)
    	case OpCeil:
    		return rewriteValuegeneric_OpCeil(v)
    	case OpCom16:
    		return rewriteValuegeneric_OpCom16(v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/test/testdata/arithConst_test.go

    func sub_uint64_0(a uint64) uint64 { return a - 0 }
    
    //go:noinline
    func sub_0_uint64(a uint64) uint64 { return 0 - a }
    
    //go:noinline
    func sub_uint64_1(a uint64) uint64 { return a - 1 }
    
    //go:noinline
    func sub_1_uint64(a uint64) uint64 { return 1 - a }
    
    //go:noinline
    func sub_uint64_4294967296(a uint64) uint64 { return a - 4294967296 }
    
    //go:noinline
    func sub_4294967296_uint64(a uint64) uint64 { return 4294967296 - a }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 633.8K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    	} else {
    		s = "<??>"
    	}
    	return s
    }
    
    func prettyErrorList(errs field.ErrorList) string {
    	var s string
    	for _, e := range errs {
    		s += fmt.Sprintf("\t%s\n", e)
    	}
    	return s
    }
    
    func newHostPathType(pathType string) *core.HostPathType {
    	hostPathType := new(core.HostPathType)
    	*hostPathType = core.HostPathType(pathType)
    	return hostPathType
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  9. RELEASE.md

        vocabulary file.
    *   Added `index_to_string_table` which returns a lookup table that maps indices
        to strings.
    *   Add `string_to_index_table`, which returns a lookup table that matches
        strings to indices.
    *   Add a `ParallelForWithWorkerId` function.
    *   Add `string_to_index_table`, which returns a lookup table that matches
        strings to indices.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  10. src/testdata/Isaac.Newton-Opticks.txt

    is a hard, pellucid, brittle, fusible Stone; and this Stone returns into
    Water by Heat, and Vapour returns into Water by Cold. Earth by Heat
    becomes Fire, and by Cold returns into Earth. Dense Bodies by
    Fermentation rarify into several sorts of Air, and this Air by
    Fermentation, and sometimes without it, returns into dense Bodies.
    Mercury appears sometimes in the form of a fluid Metal, sometimes in the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
Back to top