Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for collision (0.29 sec)

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

    		"name not found":                         {{Name: "", MountPath: "/foo"}},
    		"empty mountpath":                        {{Name: "abc", MountPath: ""}},
    		"mountpath collision":                    {{Name: "foo", MountPath: "/path/a"}, {Name: "bar", MountPath: "/path/a"}},
    		"absolute subpath":                       {{Name: "abc", MountPath: "/bar", SubPath: "/baz"}},
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "description": "DaemonSetStatus represents the current status of a daemon set.",
            "properties": {
              "collisionCount": {
                "description": "Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.",
                "format": "int32",
                "type": "integer"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. RELEASE.md

    *   Add support for the shrinkage-type L2 to FtrlOptimizer in addition to the
        online L2 it already supports.
    *   Fix negative variance in moments calculation.
    *   Expand UniqueOp Benchmark Tests to cover more collision cases.
    *   Improves stability of GCS filesystem on Mac.
    *   Add time estimation to HloCostAnalysis.
    *   Fixed the bug in Estimator that params in constructor was not a deepcopy of
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Creates an empty hash table that uses tensors as the backing store.
      }];
    
      let description = [{
    It uses "open addressing" with quadratic reprobing to resolve
    collisions.
    
    This op creates a mutable hash table, specifying the type of its keys and
    values. Each value must be a scalar. Data can be inserted into the table using
    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