Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for eventual (0.1 sec)

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

    preemption, resource contention, etc. The handler is not called if the container crashes or exits. The Pod's termination grace period countdown begins before the PreStop hook is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period (unless delayed by finalizers). Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concep...
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Creates a handle to an in-scope variable.";
    
      let description = [{
    Used by internal passes for temporary representation of local state, which will
    be eventually removed.
      }];
    
      let arguments = (ins);
    
      let results = (outs
        Res<TF_ResourceTensor, "", [TF_VariableAlloc]>:$resource
      );
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

            not well defined for complex types.
        *   XLA:CPU and XLA:GPU devices are no longer registered by default. Use
            `TF_XLA_FLAGS=--tf_xla_enable_xla_devices` if you really need them, but
            this flag will eventually be removed in subsequent releases.
    
    *   `tf.keras`:
    
        *   The `steps_per_execution` argument in `model.compile()` is no longer
            experimental; if you were passing `experimental_steps_per_execution`,
    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