Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for assignOps (0.24 sec)

  1. RELEASE.md

    *   Fixes a heap OOB read/write in `SpecializeType`
        ([CVE-2022-23574](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23574))
    *   Fixes an uninitialized variable access in `AssignOp`
        ([CVE-2022-23573](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23573))
    *   Fixes an integer overflow in `OpLevelCostEstimator::CalculateTensorSize`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      set of Addresses.
    
    
                      The implementation MUST bind all Listeners to every GatewayAddress that
                      it assigns to the Gateway and add a corresponding entry in
                      GatewayStatus.Addresses.
    
    
                      Support: Extended
    
    
                    items:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      );
    
      let results = (outs);
    
      TF_DerivedOperandTypeAttr dtype = TF_DerivedOperandTypeAttr<1>;
    }
    
    def TF_AssignVariableOp : TF_Op<"AssignVariableOp", []> {
      let summary = "Assigns a new value to a variable.";
    
      let description = [{
    Any ReadVariableOp with a control dependency on this op is guaranteed to return
    this value or a subsequent newer value of the variable.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

                  }
                ],
                "description": "ordinals controls the numbering of replica indices in a StatefulSet. The default ordinals behavior assigns a \"0\" index to the first replica and increments the index by one for each additional replica requested. Using the ordinals field requires the StatefulSetStartOrdinal feature gate to be enabled, which is beta."
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top