Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 66 for Qinv (0.05 sec)

  1. tensorflow/cc/gradients/math_grad_test.cc

      auto x_fn = [this](const int i) { return RV({-1, 1, -2, 2, -3, 3, -4, 4}); };
      TestCWiseGrad<float, float>(INV, x_fn);
    }
    
    TEST_F(CWiseUnaryGradTest, Reciprocal_Complex) {
      auto x_fn = [this](const int i) { return CRV({{-1, 0}, {1, 0}, {2, -1}}); };
      TestCWiseGrad<complex64, complex64>(INV, x_fn);
    }
    
    TEST_F(CWiseUnaryGradTest, Square) {
      auto x_fn = [this](const int i) { return RV({0, -1, 1, -2, 2, -3, 3}); };
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 36K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.td

                           (TF_ConstOp (GetScalarOfType<0> $result)), $dims),
                          [(TF_SintOrFpTensor $result)]>;
    
    //===----------------------------------------------------------------------===//
    // Inv op patterns.
    //===----------------------------------------------------------------------===//
    
    def LowerInv : Pat<(TF_InvOp $x), (TF_ReciprocalOp $x)>;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 04 13:30:42 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"PSSSaltLengthEqualsHash", Const, 2},
    		{"PrecomputedValues", Type, 0},
    		{"PrecomputedValues.CRTValues", Field, 0},
    		{"PrecomputedValues.Dp", Field, 0},
    		{"PrecomputedValues.Dq", Field, 0},
    		{"PrecomputedValues.Qinv", Field, 0},
    		{"PrivateKey", Type, 0},
    		{"PrivateKey.D", Field, 0},
    		{"PrivateKey.Precomputed", Field, 0},
    		{"PrivateKey.Primes", Field, 0},
    		{"PrivateKey.PublicKey", Field, 0},
    		{"PublicKey", Type, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	CINCW LO, R27, R14                         // 6e279b1a
    	CINCW HS, R27, ZR                          // 7f379b1a
    	CINVW EQ, R2, R17                          // 5110825a
    	CINV VS, R12, R7                           // 87718cda
    	CINV VS, R30, R30                          // de739eda
    	CLREX $4                                   // 5f3403d5
    	CLREX $0                                   // 5f3003d5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  5. src/runtime/type.go

    // do not overlap with any compile-time module offsets.
    //
    // Entries are created by reflect.addReflectOff.
    var reflectOffs struct {
    	lock mutex
    	next int32
    	m    map[int32]unsafe.Pointer
    	minv map[unsafe.Pointer]int32
    }
    
    func reflectOffsLock() {
    	lock(&reflectOffs.lock)
    	if raceenabled {
    		raceacquire(unsafe.Pointer(&reflectOffs.lock))
    	}
    }
    
    func reflectOffsUnlock() {
    	if raceenabled {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/tables.go

    	BLR:       "BLR",
    	BR:        "BR",
    	BRK:       "BRK",
    	BSL:       "BSL",
    	CBNZ:      "CBNZ",
    	CBZ:       "CBZ",
    	CCMN:      "CCMN",
    	CCMP:      "CCMP",
    	CINC:      "CINC",
    	CINV:      "CINV",
    	CLREX:     "CLREX",
    	CLS:       "CLS",
    	CLZ:       "CLZ",
    	CMEQ:      "CMEQ",
    	CMGE:      "CMGE",
    	CMGT:      "CMGT",
    	CMHI:      "CMHI",
    	CMHS:      "CMHS",
    	CMLE:      "CMLE",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 211.8K bytes
    - Viewed (0)
  7. src/crypto/internal/bigmod/nat_test.go

    	N, _ = NewModulusFromBig(b)
    	A = NewNat().setBig(a).ExpandFor(N)
    	I := NewNat().setBig(i).ExpandFor(N)
    	one := NewNat().setBig(big.NewInt(1)).ExpandFor(N)
    
    	if A.Mul(I, N).Equal(one) != 1 {
    		t.Error("a * inv(a) mod b != 1")
    	}
    }
    
    func natBytes(n *Nat) []byte {
    	return n.Bytes(maxModulus(uint(len(n.limbs))))
    }
    
    func natFromBytes(b []byte) *Nat {
    	// Must not use Nat.SetBytes as it's used in TestSetBytes.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 12 00:56:20 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  8. pkg/apis/discovery/validation/validation_test.go

    					Protocol: protocolPtr(api.ProtocolTCP),
    				}},
    				Endpoints: []discovery.Endpoint{{
    					Addresses: generateIPAddresses(1),
    					Hints: &discovery.EndpointHints{
    						ForZones: []discovery.ForZone{{Name: "inv@lid"}},
    					},
    				}},
    			},
    		},
    		"overlapping-hints": {
    			expectedErrors: 1,
    			endpointSlice: &discovery.EndpointSlice{
    				ObjectMeta:  standardMeta,
    				AddressType: discovery.AddressTypeIPv4,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 05 10:48:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  9. src/os/timeout_test.go

    		}
    		var n int64
    		var err error
    		for {
    			var dn int
    			dn, err = w.Write([]byte("TIMEOUT TRANSMITTER"))
    			n += int64(dn)
    			if err != nil {
    				break
    			}
    		}
    		t1 := time.Now()
    		// Inv: err != nil
    		if !isDeadlineExceeded(err) {
    			t.Fatalf("Write did not return (any, timeout): (%d, %v)", n, err)
    		}
    
    		actual := t1.Sub(t0)
    		if t1.Before(deadline) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/go/types/objectpath/objectpath.go

    			}
    			t = obj.Type()
    			obj = nil
    			continue
    		}
    
    		if t == nil {
    			return nil, fmt.Errorf("invalid path: code %q in object context", code)
    		}
    
    		// Inv: t != nil, obj == nil
    
    		t = aliases.Unalias(t)
    		switch code {
    		case opElem:
    			hasElem, ok := t.(hasElem) // Pointer, Slice, Array, Chan, Map
    			if !ok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 23.1K bytes
    - Viewed (0)
Back to top