Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for natures (0.33 sec)

  1. src/testdata/Isaac.Newton-Opticks.txt

    Bodies of one and the same Nature and Texture in all Ages: But should
    they wear away, or break in pieces, the Nature of Things depending on
    them, would be changed. Water and Earth, composed of old worn Particles
    and Fragments of Particles, would not be of the same Nature and Texture
    now, with Water and Earth composed of entire Particles in the Beginning.
    And therefore, that Nature may be lasting, the Changes of corporeal
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  2. RELEASE.md

        *   `CategoryCrossing`: create new categorical features representing
            co-occurrences of previous categorical feature values
        *   `Hashing`: the hashing trick, for large-vocabulary categorical features
        *   `Discretization`: turn continuous numerical features into categorical
            features by binning their values
    *   Improved **image preprocessing** layers: `CenterCrop`, `Rescaling`
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    If `indices` is a vector of length `features`, the output shape will be:
    ```
      features x depth if axis == -1
      depth x features if axis == 0
    ```
    
    If `indices` is a matrix (batch) with shape `[batch, features]`,
    the output shape will be:
    ```
      batch x features x depth if axis == -1
      batch x depth x features if axis == 1
      depth x batch x features if axis == 0
    ```
    
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    		t.Run(name, func(t *testing.T) {
    			featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.RecoverVolumeExpansionFailure, scenario.enableRecoverFromExpansion)
    			featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.VolumeAttributesClass, scenario.enableVolumeAttributesClass)
    
    			scenario.oldClaim.ResourceVersion = "1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.19.md

    Since these new workflows don’t require any new cluster features, they’re available for experimentation with your existing clusters via `kubectl alpha debug`. We’d love to hear your feedback on debugging with `kubectl`. Reach us by opening an issue, visiting [#sig-cli](https://kubernetes.slack.com/messages/sig-cli) or commenting on enhancement [#1441](https://features.k8s.io/1441).
    
    ### Structured logging
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  6. tests/integration/pilot/testdata/gateway-api-crd.yaml

                    description: |
                      SupportedFeatures is the set of features the GatewayClass support.
                      It MUST be sorted in ascending alphabetical order.
                    items:
                      description: |-
                        SupportedFeature is used to describe distinct features that are covered by
                        conformance tests.
                      type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apps__v1_openapi.json

    is handled by a cluster storage driver. The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, and deleted when the pod is removed.\n\nUse this if: a) the volume is only needed while the pod runs, b) features of normal volumes like restoring from snapshot or capacity\n   tracking are needed,\nc) the storage driver is specified through a storage class, and d) the storage driver supports dynamic volume provisioning through\n   a PersistentVolumeClaim (see...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  8. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.instrumentation.api.annotations.features.withstaticreference.WithExtensionReferences> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (WithExtensionReferences.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top