Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for reason2 (3.75 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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