Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for _Equal (0.17 sec)

  1. src/testdata/Isaac.Newton-Opticks.txt

    sides the Prism are equal to one another, that is, the Refraction at K
    equal to the Refraction at J, and the Refraction at L equal to the
    Refraction at H, so that the Refractions of the incident Rays at K and L
    taken together, are equal to the Refractions of the emergent Rays at H
    and J taken together: it follows by adding equal things to equal things,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_EqualOp : TF_Op<"Equal", [Commutative, Pure]> {
      let summary = "Returns the truth value of (x == y) element-wise.";
    
      let description = [{
    *NOTE*: `Equal` supports broadcasting. More about broadcasting
    [here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
    
    ```python
    x = tf.constant([2, 4])
    y = tf.constant(2)
    tf.math.equal(x, y) ==> array([True, False])
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteARM64.go

    		v.AddArg(v0)
    		return true
    	}
    	// match: (Equal (FlagConstant [fc]))
    	// result: (MOVDconst [b2i(fc.eq())])
    	for {
    		if v_0.Op != OpARM64FlagConstant {
    			break
    		}
    		fc := auxIntToFlagConstant(v_0.AuxInt)
    		v.reset(OpARM64MOVDconst)
    		v.AuxInt = int64ToAuxInt(b2i(fc.eq()))
    		return true
    	}
    	// match: (Equal (InvertFlags x))
    	// result: (Equal x)
    	for {
    		if v_0.Op != OpARM64InvertFlags {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*PrivateKey).Curve", Method, 20},
    		{"(*PrivateKey).ECDH", Method, 20},
    		{"(*PrivateKey).Equal", Method, 20},
    		{"(*PrivateKey).Public", Method, 20},
    		{"(*PrivateKey).PublicKey", Method, 20},
    		{"(*PublicKey).Bytes", Method, 20},
    		{"(*PublicKey).Curve", Method, 20},
    		{"(*PublicKey).Equal", Method, 20},
    		{"Curve", Type, 20},
    		{"P256", Func, 20},
    		{"P384", Func, 20},
    		{"P521", Func, 20},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    		},
    		"populate forgiveness tolerations with equal operator in annotations.": {
    			ObjectMeta: metav1.ObjectMeta{
    				Name:      "123",
    				Namespace: "ns",
    			},
    			Spec: extendPodSpecwithTolerations(validPodSpec(nil), []core.Toleration{{Key: "foo", Operator: "Equal", Value: "bar", Effect: "NoExecute", TolerationSeconds: &[]int64{60}[0]}}),
    		},
    		"populate tolerations equal operator in annotations.": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. tests/integration/pilot/testdata/gateway-api-crd.yaml

                            MUST receive an `UNAVAILABLE` status.
    
    
                            For example, if two backends are specified with equal weights, and one is
                            invalid, 50 percent of traffic MUST receive an `UNAVAILABLE` status.
                            Implementations may choose how that 50 percent is determined.
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "operator": {
                "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.",
                "type": "string"
              },
              "tolerationSeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  8. RELEASE.md

        *   Unary GPU kernels: Abs, Atanh, Acos, Acosh, Asin, Asinh, Atan, Cos, Cosh, Sin, Sinh, Tan, Tanh.
        *   Binary GPU kernels: AddV2, Sub, Div, DivNoNan, Mul, MulNoNan, FloorDiv, Equal, NotEqual, Greater, GreaterEqual, LessEqual, Less.
    
    * `tf.lite`
        * Add experimental supports conversion of models that may be larger than 2GB before buffer deduplication
    
    ### Bug Fixes and Other Changes
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg crypto/ecdh, method (*PrivateKey) Equal(crypto.PrivateKey) bool #52221
    pkg crypto/ecdh, method (*PrivateKey) Public() crypto.PublicKey #52221
    pkg crypto/ecdh, method (*PrivateKey) PublicKey() *PublicKey #52221
    pkg crypto/ecdh, method (*PublicKey) Bytes() []uint8 #52221
    pkg crypto/ecdh, method (*PublicKey) Curve() Curve #52221
    pkg crypto/ecdh, method (*PublicKey) Equal(crypto.PublicKey) bool #52221
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  10. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1DFC          ; valid                                  # 6.0  COMBINING DOUBLE INVERTED BREVE BELOW
    1DFD          ; valid                                  # 5.2  COMBINING ALMOST EQUAL TO BELOW
    1DFE..1DFF    ; valid                                  # 5.0  COMBINING LEFT ARROWHEAD ABOVE..COMBINING RIGHT ARROWHEAD AND DOWN ARROWHEAD BELOW
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top