Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for Returns (0.57 sec)

  1. 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)
  2. 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)
  3. 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)
  4. CHANGELOG/CHANGELOG-1.19.md

    - Do not retry volume expansion if CSI driver returns FailedPrecondition error ([#92986](https://github.com/kubernetes/kubernetes/pull/92986), [@gnufied](https://github.com/gnufied)) [SIG Node and Storage]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. src/main/webapp/css/admin/bootstrap.min.css.map

    $breakpoints: $grid-breakpoints) {\n  $next: breakpoint-next($name, $breakpoints);\n  @return if($next, breakpoint-min($next, $breakpoints) - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n//    >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n//    \"\"  (Returns a blank string)\n//    >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px,...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  6. src/main/webapp/css/bootstrap.min.css.map

    $breakpoints: $grid-breakpoints) {\n  $next: breakpoint-next($name, $breakpoints);\n  @return if($next, breakpoint-min($next, $breakpoints) - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n//    >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n//    \"\"  (Returns a blank string)\n//    >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px,...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.Status": {
            "description": "Status is a return value for calls that don't return other objects.",
            "properties": {
              "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top