Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 18beta2 (0.27 sec)

  1. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "kind": "DeleteOptions",
                "version": "v1beta1"
              },
              {
                "group": "apps",
                "kind": "DeleteOptions",
                "version": "v1beta2"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "kind": "DeleteOptions",
                "version": "v1beta1"
              },
              {
                "group": "apps",
                "kind": "DeleteOptions",
                "version": "v1beta2"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    def TF_ResourceApplyAdaMaxOp : TF_Op<"ResourceApplyAdaMax", []> {
      let summary = "Update '*var' according to the AdaMax algorithm.";
    
      let description = [{
    m_t <- beta1 * m_{t-1} + (1 - beta1) * g
    v_t <- max(beta2 * v_{t-1}, abs(g))
    variable <- variable - learning_rate / (1 - beta1^t) * m_t / (v_t + epsilon)
      }];
    
      let arguments = (ins
    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