Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for allDocs (0.44 sec)

  1. RELEASE.md

        *   New `tf.data.Dataset.reduce()` API allows users to reduce a finite
            dataset to a single element using a user-provided reduce function.
        *   New `tf.data.Dataset.window()` API allows users to create finite windows
            of input dataset; when combined with the `tf.data.Dataset.reduce()` API,
            this allows users to implement customized batching.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    kube-controller manager now use SO_REUSEPORT socket option when listening on address defined by --bind-address and --secure-port flags, when running on Unix systems (Windows is NOT supported). This allows to run multiple instances of those processes on a single host with the same configuration, which allows to update/restart them in a graceful way, without causing downtime. ([#88893](https://github.com/kubernetes/kubernetes/pull/88893), [@invidian](https://github.com/invidian)) [SIG API Machinery, Scheduling...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                should be logged.
                              type: string
                          type: object
                        match:
                          description: Allows tailoring of logging behavior to specific
                            conditions.
                          properties:
                            mode:
                              description: |-
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

    differences between dataSource and dataSourceRef: * While dataSource only allows two specific types of objects, dataSourceRef\n  allows any non-core object, as well as PersistentVolumeClaim objects.\n* While dataSource ignores disallowed values (dropping them), dataSourceRef\n  preserves all values, and generates an error if a disallowed value is\n  specified.\n* While dataSource only allows local objects, dataSourceRef allows objects\n  in any namespaces.\n(Beta) Using this field requires the AnyVolumeDataSource...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. manifests/charts/base/crds/crd-all.gen.yaml

                                should be logged.
                              type: string
                          type: object
                        match:
                          description: Allows tailoring of logging behavior to specific
                            conditions.
                          properties:
                            mode:
                              description: |-
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                should be logged.
                              type: string
                          type: object
                        match:
                          description: Allows tailoring of logging behavior to specific
                            conditions.
                          properties:
                            mode:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    *   1: output a grayscale image.
    *   3: output an RGB image.
    
    If needed, the JPEG-encoded image is transformed to match the requested number
    of color channels.
    
    The attr `ratio` allows downscaling the image by an integer factor during
    decoding.  Allowed values are: 1, 2, 4, and 8.  This is much faster than
    downscaling the image later.
    
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                                References to a resource in different namespace are invalid UNLESS there
                                is a ReferenceGrant in the target namespace that allows the certificate
                                to be attached. If a ReferenceGrant does not allow this reference, the
                                "ResolvedRefs" condition MUST be set to False for this listener with the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"MemStats.Lookups", Field, 0},
    		{"MemStats.MCacheInuse", Field, 0},
    		{"MemStats.MCacheSys", Field, 0},
    		{"MemStats.MSpanInuse", Field, 0},
    		{"MemStats.MSpanSys", Field, 0},
    		{"MemStats.Mallocs", Field, 0},
    		{"MemStats.NextGC", Field, 0},
    		{"MemStats.NumForcedGC", Field, 8},
    		{"MemStats.NumGC", Field, 0},
    		{"MemStats.OtherSys", Field, 2},
    		{"MemStats.PauseEnd", Field, 4},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  10. pkg/apis/core/validation/validation_test.go

    				s.Spec.IPFamilyPolicy = &singleStack
    				s.Spec.IPFamilies = []core.IPFamily{core.IPv4Protocol, core.IPv6Protocol}
    			},
    			numErrs: 0, // this validated in alloc code.
    		}, {
    			name: "valid, IPFamilyPolicy(preferDualStack) is set for two families (note: alloc sets families)",
    			tweakSvc: func(s *core.Service) {
    				s.Spec.IPFamilyPolicy = &preferDualStack
    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