Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for spcs (0.46 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      GraphImportConfig specs;
      specs.graph_func_name = name;
      specs.prune_unused_nodes = true;
      TF_ASSIGN_OR_RETURN(specs.inputs, ParseInputArrays(inputs));
      for (auto& output : outputs) {
        TF_ASSIGN_OR_RETURN(std::string name,
                            GetDenseTensorNameFromTensorInfo(output.second));
        specs.outputs.push_back(std::move(name));
      }
      specs.control_outputs = control_outputs;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  2. pkg/controller/statefulset/stateful_set_control_test.go

    			t.Fatal(err)
    		}
    		pods, err = spc.podsLister.Pods(set.Namespace).List(selector)
    		if err != nil {
    			t.Fatal(err)
    		}
    
    		tc.verifyFn(set, spc, ssc, pods, int(totalPods), selector)
    
    		// pods 3/4/5 ready, should not update other pods
    		spc.setPodRunning(set, 3)
    		spc.setPodRunning(set, 5)
    		spc.setPodReady(set, 5)
    		originalPods, _ = spc.setPodReady(set, 3)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/tables.go

    	// NGCS <Wd>, <Wm>
    	{0xffe0ffe0, 0x7a0003e0, NGCS, instArgs{arg_Wd, arg_Wm}, nil},
    	// SBCS <Wd>, <Wn>, <Wm>
    	{0xffe0fc00, 0x7a000000, SBCS, instArgs{arg_Wd, arg_Wn, arg_Wm}, nil},
    	// NGCS <Xd>, <Xm>
    	{0xffe0ffe0, 0xfa0003e0, NGCS, instArgs{arg_Xd, arg_Xm}, nil},
    	// SBCS <Xd>, <Xn>, <Xm>
    	{0xffe0fc00, 0xfa000000, SBCS, instArgs{arg_Xd, arg_Xn, arg_Xm}, nil},
    	// PRFM <prfop>, [<Xn|SP>{, #<pimm>}]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 211.8K bytes
    - Viewed (0)
  4. src/runtime/proc.go

    		n = debug.tracebackancestors
    	}
    	ancestors := make([]ancestorInfo, n)
    	copy(ancestors[1:], callerAncestors)
    
    	var pcs [tracebackInnerFrames]uintptr
    	npcs := gcallers(callergp, 0, pcs[:])
    	ipcs := make([]uintptr, npcs)
    	copy(ipcs, pcs[:])
    	ancestors[0] = ancestorInfo{
    		pcs:  ipcs,
    		goid: callergp.goid,
    		gopc: callergp.gopc,
    	}
    
    	ancestorsp := new([]ancestorInfo)
    	*ancestorsp = ancestors
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  5. pkg/controller/podautoscaler/horizontal_test.go

    						Value: resource.NewMilliQuantity(300, resource.DecimalSI),
    					},
    				},
    			},
    		},
    	}
    
    	for reason, specs := range metricsTargets {
    		metricType := autoscalingv2.ResourceMetricSourceType
    		if specs != nil {
    			metricType = specs[0].Type
    		}
    		tc := testCase{
    			minReplicas:             1,
    			maxReplicas:             100,
    			specReplicas:            3,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  6. pkg/printers/internalversion/printers.go

    		}
    		rows = append(rows, r...)
    	}
    	return rows, nil
    }
    
    func formatHPAMetrics(specs []autoscaling.MetricSpec, statuses []autoscaling.MetricStatus) string {
    	if len(specs) == 0 {
    		return "<none>"
    	}
    	list := []string{}
    	max := 2
    	more := false
    	count := 0
    	for i, spec := range specs {
    		switch spec.Type {
    		case autoscaling.ExternalMetricSourceType:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  7. pkg/volume/util/operationexecutor/operation_generator.go

    	attachedVolumes []AttachedVolume,
    	nodeName types.NodeName,
    	actualStateOfWorld ActualStateOfWorldAttacherUpdater) (volumetypes.GeneratedOperations, error) {
    	// volumesPerPlugin maps from a volume plugin to a list of volume specs which belong
    	// to this type of plugin
    	volumesPerPlugin := make(map[string][]*volume.Spec)
    	// volumeSpecMap maps from a volume spec to its unique volumeName which will be used
    	// when calling MarkVolumeAsDetached
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    					"jwks_uri": "{{.URL}}/.testing/keys"
    			}`,
    			wantErr: "oidc: could not expand distributed claims: verify distributed claim token: oidc: token is expired (Token Expiry: {{.Expired}})",
    		},
    		{
    			// Specs are unclear about this behavior.  We adopt a behavior where
    			// normal claim wins over a distributed claim by the same name.
    			name: "groups-distributed-normal-claim-wins",
    			options: Options{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  9. src/cmd/go/internal/work/exec.go

    	if err = os.WriteFile(src, []byte(swigIntSizeCode), 0666); err != nil {
    		return
    	}
    	srcs := []string{src}
    
    	p := load.GoFilesPackage(context.TODO(), load.PackageOpts{}, srcs)
    
    	if _, _, e := BuildToolchain.gc(b, &Action{Mode: "swigDoIntSize", Package: p, Objdir: objdir}, "", nil, nil, "", false, "", srcs); e != nil {
    		return "32", nil
    	}
    	return "64", nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  10. cmd/admin-handlers.go

    	duration, err := time.ParseDuration(durationStr)
    	if err != nil {
    		duration = globalNetPerfMinDuration
    	}
    
    	if duration < globalNetPerfMinDuration {
    		// We need sample size of minimum 10 secs.
    		duration = globalNetPerfMinDuration
    	}
    
    	duration = duration.Round(time.Second)
    
    	results, err := globalSiteReplicationSys.Netperf(ctx, duration)
    	if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
Back to top