Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for sc_regs (0.19 sec)

  1. pkg/kubelet/cm/cpumanager/cpu_assignment.go

    				if availableAfterAllocation[numa] >= cpuGroupSize {
    					remainderCombo = append(remainderCombo, numa)
    				}
    			}
    
    			// Declare a set of local variables to help track the "balance
    			// scores" calculated when using different subsets of
    			// 'remainderCombo' to allocate remainder CPUs from.
    			var bestLocalBalance float64 = math.MaxFloat64
    			var bestLocalRemainder []int = nil
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 25 23:56:21 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/asm7.go

    		fc := c.aclass(&p.From)
    		tc := c.aclass(&p.To)
    		if (p.As == AFMOVD || p.As == AFMOVS) && (fc == C_REG || fc == C_ZREG || tc == C_REG || tc == C_ZREG) {
    			// FMOV Rx, Fy or FMOV Fy, Rx
    			o1 = FPCVTI(0, 0, 0, 0, 6)
    			if p.As == AFMOVD {
    				o1 |= 1<<31 | 1<<22 // 64-bit
    			}
    			if fc == C_REG || fc == C_ZREG {
    				o1 |= 1 << 16 // FMOV Rx, Fy
    			}
    		} else {
    			o1 = c.oprrr(p, p.As)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  3. src/cmd/link/link_test.go

    lawyers can talk about it for five minutes, without coming to a total disagreement as to all the premises. Innumerable children have been born into the cause; innumerable young people have married into it; innumerable old people have died out of it. Scores of persons have deliriously found themselves made parties in Jarndyce and Jarndyce, without knowing how or why; whole families have inherited legendary hatreds with the suit. The little plaintiff or defendant, who was promised a new rocking-horse...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Res<TensorOf<[TF_Float16, TF_Float32]>, [{A 1-D float tensor of shape `[M]` representing the corresponding
    scores for each selected box, where `M <= max_output_size`.  Scores only differ
    from corresponding input scores when using Soft NMS (i.e. when
    `soft_nms_sigma>0`)}]>:$selected_scores,
        Res<TF_Int32Tensor, [{A 0-D integer tensor representing the number of valid elements in
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. RELEASE.md

    *   In `Attention` and `AdditiveAttention` layers, the `call()` method now
        accepts a `return_attention_scores` argument. When set to True, the layer
        returns the attention scores as an additional output argument.
    *   Adds `tf.metrics.log_cosh` and `tf.metrics.logcosh` API entrypoints with the
        same implementation as their `tf.losses` equivalent.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  6. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"weight": {
    						SchemaProps: spec.SchemaProps{
    							Description: "The numeric multiplier for the node scores that the prioritize call generates. The weight should be a positive integer",
    							Type:        []string{"integer"},
    							Format:      "int64",
    						},
    					},
    					"bindVerb": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top