Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 128 for numbuf (0.11 sec)

  1. api/openapi-spec/v3/apis__apiregistration.k8s.io__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 135.1K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      // described as follows: The reduce function will in general have (X + Y + Z)
      // arguments, where X is the number of tensor components that represent the
      // state, Y is the number of tensor components that represent the input
      // elements, and Z is the number of tensor components that represent any
      // captured arguments. Y is determined by the output_shapes of an op that
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  5. src/database/sql/sql_test.go

    	}
    
    	if n := db.numDepsPoll(t, 10); n > 10 {
    		t.Errorf("number of dependencies = %d; expected <= 10", n)
    		db.dumpDeps(t)
    	}
    
    	db.SetMaxOpenConns(5)
    
    	if g, w := db.numFreeConns(), 5; g != w {
    		t.Errorf("free conns = %d; want %d", g, w)
    	}
    
    	if n := db.numDepsPoll(t, 5); n > 5 {
    		t.Errorf("number of dependencies = %d; expected 0", n)
    		db.dumpDeps(t)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__coordination.k8s.io__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 136.6K bytes
    - Viewed (0)
  7. pkg/printers/internalversion/printers.go

    		{Name: "Min Available", Type: "string", Description: "The minimum number of pods that must be available."},
    		{Name: "Max Unavailable", Type: "string", Description: "The maximum number of pods that may be unavailable."},
    		{Name: "Allowed Disruptions", Type: "integer", Description: "Calculated number of pods that may be disrupted at this time."},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
  9. pkg/controller/daemon/daemon_controller_test.go

    	for i := 0; i < number; i++ {
    		pod := newPod(fmt.Sprintf("%s-", nodeName), nodeName, label, ds)
    		podStore.Add(pod)
    	}
    }
    
    func addFailedPods(podStore cache.Store, nodeName string, label map[string]string, ds *apps.DaemonSet, number int) {
    	for i := 0; i < number; i++ {
    		pod := newPod(fmt.Sprintf("%s-", nodeName), nodeName, label, ds)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__events.k8s.io__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 142.7K bytes
    - Viewed (0)
Back to top