Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for default_ (0.32 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    ### Failing Test
    
    - Kube-proxy iptables min-sync-period defaults to 1 sec. Previously, it was 0. ([#92836](https://github.com/kubernetes/kubernetes/pull/92836), [@aojea](https://github.com/aojea)) [SIG Network]
    
    ### Bug or Regression
    
    - Dockershim security: pod sandbox now always run with `no-new-privileges` and `runtime/default` seccomp profile
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    out-of-bound indices. `bad_indices_policy` can be one of the following values:
    1. "" or "DEFAULT": raises on CPU and ignore on GPU. This is because
       historically on CPU and GPU we handle errors in different ways, and for
       backward compatibility we keep the default behavior.
    2. "ERROR": raises error; GPU does not support this value.
    3. "IGNORE": ignore error and set the corresponding output to 0;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Context.ReadDir", Field, 0},
    		{"Context.ReleaseTags", Field, 1},
    		{"Context.SplitPathList", Field, 0},
    		{"Context.ToolTags", Field, 17},
    		{"Context.UseAllFiles", Field, 0},
    		{"Default", Var, 0},
    		{"Directive", Type, 21},
    		{"Directive.Pos", Field, 21},
    		{"Directive.Text", Field, 21},
    		{"FindOnly", Const, 0},
    		{"IgnoreVendor", Const, 6},
    		{"Import", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

                    key: "varkw"
                    value {
                      none_value {
                      }
                    }
                  }
                  values {
                    key: "defaults"
                    value {
                      none_value {
                      }
                    }
                  }
                  values {
                    key: "kwonlyargs"
                    value {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    			"default request value 2 is greater than max value 1",
    		},
    		"invalid spec default request more than default": {
    			core.LimitRange{ObjectMeta: metav1.ObjectMeta{Name: "abc", Namespace: "foo"}, Spec: core.LimitRangeSpec{
    				Limits: []core.LimitRangeItem{{
    					Type:           core.LimitTypeContainer,
    					Max:            getResourceList("2", ""),
    					Min:            getResourceList("100m", ""),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top