Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 12352 (0.09 sec)

  1. pkg/apis/core/validation/validation_test.go

    				newSvc.Spec.Type = core.ServiceTypeClusterIP
    
    				oldSvc.Spec.ClusterIP = "1.2.3.4"
    				oldSvc.Spec.ClusterIPs = []string{"1.2.3.4"}
    
    				newSvc.Spec.ClusterIP = "1.2.3.5"
    				newSvc.Spec.ClusterIPs = []string{"1.2.3.5"}
    			},
    			numErrs: 1,
    		}, {
    			name: "Service with ClusterIP type can change its empty ClusterIP",
    			tweakSvc: func(oldSvc, newSvc *core.Service) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    ```
    [[[[1]]], [[[2]]], [[[3]]], [[[4]]]]
    ```
    
    The output tensor has shape `[1, 2, 2, 1]` and value:
    
    ```
    x = [[[[1], [2]], [[3], [4]]]]
    ```
    
    (2) For the following input of shape `[4, 1, 1, 3]` and block_size of 2:
    
    ```
    [[[[1, 2, 3]]], [[[4, 5, 6]]], [[[7, 8, 9]]], [[[10, 11, 12]]]]
    ```
    
    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/main/webapp/css/admin/bootstrap.min.css.map

    default `min-width: min-content;` on fieldsets,\n  // unlike e.g. `<div>`s, which have `min-width: 0;` by default.\n  // So we reset that to ensure fieldsets behave more like a standard block element.\n  // See https://github.com/twbs/bootstrap/issues/12359\n  // and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n  min-width: 0;\n  // Reset the default outline behavior of fieldsets so they don't affect page layout.\n  padding: 0;\n  margin: 0;\n  border: 0;\n}\n\n// 1. Correct...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  4. src/main/webapp/css/bootstrap.min.css.map

    default `min-width: min-content;` on fieldsets,\n  // unlike e.g. `<div>`s, which have `min-width: 0;` by default.\n  // So we reset that to ensure fieldsets behave more like a standard block element.\n  // See https://github.com/twbs/bootstrap/issues/12359\n  // and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n  min-width: 0;\n  // Reset the default outline behavior of fieldsets so they don't affect page layout.\n  padding: 0;\n  margin: 0;\n  border: 0;\n}\n\n// 1. Correct...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
Back to top