Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 179 for mcall (0.14 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // sideEffects == Unknown or Some.
      optional string sideEffects = 6;
    
      // TimeoutSeconds specifies the timeout for this webhook. After the timeout passes,
      // the webhook call will be ignored or the API call will fail based on the
      // failure policy.
      // The timeout value must be between 1 and 30 seconds.
      // Default to 10 seconds.
      // +optional
      optional int32 timeoutSeconds = 7;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  2. src/runtime/mheap.go

    	// next: Holds information to be used in the next GC cycle.
    	// current: Information being used during this GC cycle.
    	// previous: Information being used during the last GC cycle.
    	// A new GC cycle starts with the call to finishsweep_m.
    	// finishsweep_m moves the previous arena to the free arena,
    	// the current arena to the previous arena, and
    	// the next arena to the current arena.
    	// The next arena is populated as the spans request
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/regalloc.go

    				// any inputs. This is the state the len(b.Preds)>1
    				// case below desires; it wants to process phis specially.
    				continue
    			}
    			if opcodeTable[v.Op].call {
    				// Function call clobbers all the registers but SP and SB.
    				regValLiveSet.clear()
    				if s.sp != 0 && s.values[s.sp].uses != nil {
    					regValLiveSet.add(s.sp)
    				}
    				if s.sb != 0 && s.values[s.sb].uses != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/resource_op_lifting.mlir

      %0 = "tf_device.cluster"() ({
        // CHECK: %[[CALL:.*]] = "tf.StatefulPartitionedCall"(%[[READ]])
        %1 = "tf.StatefulPartitionedCall"(%arg0) {config = "", config_proto = "", executor_type = "", f = @callee} : (tensor<*x!tf_type.resource<tensor<f32>>>) -> tensor<f32>
        // CHECK-NEXT: tf_device.return %[[CALL]]
        tf_device.return %1 : tensor<f32>
      }) {} : () -> tensor<f32>
      func.return
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 74K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

        // Adds two empty regions for "tfl.while". We will fill the regions after
        // creating the callee functions because the "tfl.while" input/output types
        // may be different with the callee functions, and the call ops need to sync
        // with callee function types.
        op_state.addRegion();
        op_state.addRegion();
      }
      if (op_name == "tfl.unidirectional_sequence_lstm") {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/arm64.s

    // RET
    	RET
    	RET	foo(SB)
    
    // B/BL/B.cond cases, and canonical names JMP, CALL.
    	BL	1(PC)      // CALL 1(PC)
    	BL	(R2)       // CALL (R2)
    	BL	foo(SB)    // CALL foo(SB)
    	BL	bar<>(SB)  // CALL bar<>(SB)
    	B	foo(SB)    // JMP foo(SB)
    	BEQ	1(PC)
    	BEQ	2(PC)
    	TBZ	$1, R1, 2(PC)
    	TBNZ	$2, R2, 2(PC)
    	JMP	foo(SB)
    	CALL	foo(SB)
    
    // ADR
    	ADR	next, R11     // ADR R11 // 2b000010
    next:
    	NOP
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  7. src/cmd/link/internal/loader/loader.go

    	}
    	r, li := l.toLocal(i)
    	return r.Sym(li).IsPkgInit()
    }
    
    // Return whether this is a trampoline of a deferreturn call.
    func (l *Loader) IsDeferReturnTramp(i Sym) bool {
    	return l.deferReturnTramp[i]
    }
    
    // Set that i is a trampoline of a deferreturn call.
    func (l *Loader) SetIsDeferReturnTramp(i Sym, v bool) {
    	l.deferReturnTramp[i] = v
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  8. src/go/printer/nodes.go

    		p.setPos(s.TokPos)
    		p.print(s.Tok, blank)
    		p.exprList(s.TokPos, s.Rhs, depth, 0, token.NoPos, false)
    
    	case *ast.GoStmt:
    		p.print(token.GO, blank)
    		p.expr(s.Call)
    
    	case *ast.DeferStmt:
    		p.print(token.DEFER, blank)
    		p.expr(s.Call)
    
    	case *ast.ReturnStmt:
    		p.print(token.RETURN)
    		if s.Results != nil {
    			p.print(blank)
    			// Use indentList heuristic to make corner cases look
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  9. pkg/controller/volume/attachdetach/cache/actual_state_of_world_test.go

    // Calls SetDetachRequestTime twice and sleep maxWaitTime (1 second) in between
    // The elapsed time returned from the first SetDetachRequestTime call should be smaller than maxWaitTime
    // The elapsed time returned from the second SetDetachRequestTime call should be larger than maxWaitTime
    func Test_SetDetachRequestTime_Positive(t *testing.T) {
    	// Arrange
    	volumePluginMgr, _ := volumetesting.GetTestVolumePluginMgr(t)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 07:35:17 UTC 2024
    - 66.1K bytes
    - Viewed (0)
  10. pkg/kubelet/kuberuntime/kuberuntime_container.go

    		// Between List (ListContainers) and check (ContainerStatus) another thread might remove a container, and that is normal.
    		// The previous call (ListContainers) never fails due to a pod container not existing.
    		// Therefore, this method should not either, but instead act as if the previous call failed,
    		// which means the error should be ignored.
    		if crierror.IsNotFound(err) {
    			continue
    		}
    		if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
Back to top