Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for gStates (0.18 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "readinessGates": {
                "description": "If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://git.k8s.io/enhancements/keps/sig-network/580-pod-readiness-gates",
                "items": {
                  "allOf": [
                    {
    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. RELEASE.md

        anticipate releasing TensorFlow 1.5 with CUDA 9 and cuDNN 7.
    
    ## Bug Fixes and Other Changes
    
    *   `tf.nn.rnn_cell.DropoutWrapper` is now more careful about dropping out LSTM
        states. Specifically, it no longer ever drops the `c` (memory) state of an
        `LSTMStateTuple`. The new behavior leads to proper dropout behavior for
        LSTMs and stacked LSTMs. This bug fix follows recommendations from published
    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

      }];
    
      let description = [{
    Outputs a ref to the tensor state so it may be read or modified.
    TODO(zhifengc/mrry): Adds a pointer to a more detail document
    about sharing states in tensorflow.
      }];
    
      let arguments = (ins
        TF_ShapeAttr:$shape,
        DefaultValuedOptionalAttr<StrAttr, "\"\"">:$container,
        DefaultValuedOptionalAttr<StrAttr, "\"\"">:$shared_name
      );
    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