Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for reason2 (0.2 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                format: int64
                                minimum: 0
                                type: integer
                              reason:
                                description: |-
                                  reason contains a programmatic identifier indicating the reason for the condition's last transition.
                                  Producers of specific condition types may define expected values and meanings for this field,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                  }
                ],
                "description": "Extended data associated with the reason.  Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.",
                "x-kubernetes-list-type": "atomic"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "reason": {
                "description": "reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports \"Resizing\" that means the underlying persistent volume is being resized.",
                "type": "string"
              },
    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. pkg/apis/core/validation/validation_test.go

    							                    "uid": "abcdef123456",
    							                    "controller": true
    							                }
    							            },
    							            "reason": "some reason",
    							            "message": "some message"
    							        }
    							    ]
    							}`,
    			},
    		},
    		Status: core.NodeStatus{
    			Addresses: []core.NodeAddress{
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    performed instead:
    ```python
    tf.cumulative_logsumexp([a, b, c], exclusive=True)  # => [-inf, a, log(exp(a) * exp(b))]
    ```
    Note that the neutral element of the log-sum-exp operation is `-inf`,
    however, for performance reasons, the minimal value representable by the
    floating point type is used instead.
    
    By setting the `reverse` kwarg to `True`, the cumulative log-sum-exp is performed in the
    opposite direction.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. RELEASE.md

        *   Added support for `FusedBatchNormV3` in converter.
        *   Add an `errno`-like field to `NNAPI` delegate for detecting `NNAPI`
            errors for fallback behaviour.
        *   Refactors `NNAPI` Delegate to support detailed reason why an operation
            is not accelerated.
        *   Converts hardswish subgraphs into atomic ops.
    *   Other
        *   Critical stability updates for TPUs, especially in cases where the XLA
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top