Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 84 for additional (0.16 sec)

  1. pkg/controller/statefulset/stateful_set_control_test.go

    	}
    	if pods, err = om.podsLister.Pods(set.Namespace).List(selector); err != nil {
    		t.Error(err)
    	}
    
    	// Expect no additional delete calls and expect pod creation
    	if _, err := ssc.UpdateStatefulSet(context.TODO(), set, pods); err != nil {
    		t.Errorf("Error updating StatefulSet %s", err)
    	}
    	if err := invariants(set, om); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      bool propagate_caller_callee_constants_;
    
      // XlaCallModule loader, which is used to deserialize the StableHLO module in
      // each `XlaCallModule` op. Uses its own MLIRContext since the loader needs to
      // load additional dialects, which is not allowed for the main context since
      // shape inference may be called from a pass.
      MLIRContext xla_call_module_context_;
      DenseMap<XlaCallModuleOp, std::unique_ptr<tensorflow::XlaCallModuleLoader>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

      fi
    }
    
    # After the first boot and on upgrade, these files exist on the master-pd
    # and should never be touched again (except perhaps an additional service
    # account, see NB below.) One exception is if METADATA_CLOBBERS_CONFIG is
    # enabled.
    function create-master-auth {
      echo "Creating master auth files"
      local -r auth_dir="/etc/srv/kubernetes"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				//}
    				if len(errs) == 0 {
    					b.Errorf("expect operation interrupted err but did not find")
    				}
    			}
    		})
    	}
    }
    
    // BenchmarkCELValidationWithAndWithoutOldSelfReference measures the additional cost of evaluating
    // validation rules that reference "oldSelf".
    func BenchmarkCELValidationWithAndWithoutOldSelfReference(b *testing.B) {
    	for _, rule := range []string{
    		"self.getMonth() >= 0",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  5. src/internal/trace/traceviewer/static/webcomponents.min.js

     * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
     * Code distributed by Google as part of the polymer project is also
     * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
     */
    // @version 0.7.24
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 115.6K bytes
    - Viewed (0)
  6. src/reflect/value.go

    			// TODO(mknyszek): We make a new allocation for each register-allocated
    			// value, but previously we could always point into the heap-allocated
    			// stack frame. This is a regression that could be fixed by adding
    			// additional space to the allocated stack frame and storing the
    			// register-allocated return values into the allocated stack frame and
    			// referring there in the resulting Value.
    			s := unsafe_New(tv)
    			for _, st := range steps {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

                                            ret_nodes, control_ret_nodes,
                                            conversion_metadata.attributes));
    
        // Additional function bodies could be discovered during the deferred
        // loading of the current function. Add them to the working queue.
        while (!importer.deferred_functions_.empty()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/_gen/generic.rules

    //  - the first occurrence of a variable defines that variable.  Subsequent
    //    uses must match (be == to) the first use.
    //  - v is defined to be the value matched.
    //  - an additional conditional can be provided after the match pattern with "&&".
    // on the generated side
    //  - the type of the top-level expression is the same as the one on the left-hand side.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  9. pkg/registry/batch/job/strategy_test.go

    				},
    				Spec: batch.JobSpec{
    					Selector:    validSelector,
    					Template:    validPodTemplateSpec,
    					Parallelism: ptr.To[int32](4),
    				},
    			},
    		},
    		"invalid addition of both Failed=True and Complete=True; allowed because feature gate disabled": {
    			enableJobManagedBy: false,
    			job: &batch.Job{
    				ObjectMeta: validObjectMeta,
    			},
    			newJob: &batch.Job{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "string"
            },
            "ports": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top