Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for room (0.17 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

              - name: istiod-ca-cert
                configMap:
                  name: istio-ca-root-cert
              {{- end }}
              {{- if eq .Values.global.pilotCertProvider "kubernetes" }}
              - name: kube-ca-cert
                configMap:
                  name: kube-root-ca.crt
              {{- end }}
              {{- if .Values.global.mountMtlsCerts }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. RELEASE.md

            didn't have the keys sorted, the keys and values were not being printed
            in accordance with their correct mapping.
    *   `tf.train.Checkpoint`:
        *   Now accepts a `root` argument in the initialization, which generates a
            checkpoint with a root object. This allows users to create a
            `Checkpoint` object that is compatible with Keras `model.save_weights()`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "integer"
              },
              "runAsNonRoot": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Package.MFiles", Field, 3},
    		{"Package.Name", Field, 0},
    		{"Package.PkgObj", Field, 0},
    		{"Package.PkgRoot", Field, 0},
    		{"Package.PkgTargetRoot", Field, 5},
    		{"Package.Root", Field, 0},
    		{"Package.SFiles", Field, 0},
    		{"Package.SrcRoot", Field, 0},
    		{"Package.SwigCXXFiles", Field, 1},
    		{"Package.SwigFiles", Field, 1},
    		{"Package.SysoFiles", Field, 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)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0605          ; disallowed                             # 7.0  ARABIC NUMBER MARK ABOVE
    0606..060A    ; valid                  ;      ; NV8    # 5.1  ARABIC-INDIC CUBE ROOT..ARABIC-INDIC PER TEN THOUSAND SIGN
    060B          ; valid                  ;      ; NV8    # 4.1  AFGHANI SIGN
    060C          ; valid                  ;      ; NV8    # 1.1  ARABIC COMMA
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    				VolumeSource: core.VolumeSource{
    					Quobyte: &core.QuobyteVolumeSource{
    						Registry: "registry:7861",
    						Volume:   "volume",
    						ReadOnly: false,
    						User:     "root",
    						Group:    "root",
    						Tenant:   "ThisIsSomeTenantUUID",
    					},
    				},
    			},
    		}, {
    			name: "empty registry quobyte",
    			vol: core.Volume{
    				Name: "quobyte",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

          return ArraysAreCastCompatible(inferred, actual);
        }
      }];
    }
    
    def TF_RsqrtOp : TF_Op<"Rsqrt", [Pure, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = "Computes reciprocal of square root of x element-wise.";
    
      let description = [{
    I.e., \\(y = 1 / \sqrt{x}\\).
      }];
    
      let arguments = (ins
        TF_FpOrComplexTensor:$x
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top