Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for exp5 (0.19 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    		n := n.(*ir.UnaryExpr)
    		a := s.expr(n.X)
    		return s.newValue1(ssa.OpIData, n.Type(), a)
    
    	case ir.OMAKEFACE:
    		n := n.(*ir.BinaryExpr)
    		tab := s.expr(n.X)
    		data := s.expr(n.Y)
    		return s.newValue2(ssa.OpIMake, n.Type(), tab, data)
    
    	case ir.OSLICEHEADER:
    		n := n.(*ir.SliceHeaderExpr)
    		p := s.expr(n.Ptr)
    		l := s.expr(n.Len)
    		c := s.expr(n.Cap)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. prow/config/calico.yaml

                      ... }  ->  true if the value of label X is not one of \"a\", \"b\",
                      \"c\" \thas(label_name)  -> True if that label is present \t! expr
                      -> negation of expr \texpr && expr  -> Short-circuit and \texpr
                      || expr  -> Short-circuit or \t( expr ) -> parens for grouping \tall()
                      or the empty selector -> matches all endpoints. \n Label names are
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %1 = "tfl.sub"(%arg0, %0) {fused_activation_function = "NONE"} : (tensor<8x128xf32>, tensor<8x1xf32>) -> tensor<8x128xf32>
      %2 = "tfl.exp"(%1) : (tensor<8x128xf32>) -> tensor<8x128xf32>
      %3 = "tfl.sum"(%2, %cst) {keep_dims = true} : (tensor<8x128xf32>, tensor<1xi32>) -> tensor<8x1xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  4. pkg/registry/core/service/storage/storage_test.go

    				if !ok {
    					return
    				}
    				svc = &list.Items[0]
    			}
    
    			exp, ok := tc.expect.(*api.Service)
    			if !ok {
    				list, ok := tc.expect.(*api.ServiceList)
    				if !ok {
    					return
    				}
    				exp = &list.Items[0]
    			}
    
    			// Verify fields we know are affected
    			if want, got := exp.Spec.ClusterIP, svc.Spec.ClusterIP; want != got {
    				t.Errorf("clusterIP: expected %v, got %v", want, got)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      %0 = "tf.Cos"(%arg0) : (tensor<?xf32>) -> tensor<?xf32>
      func.return %0 : tensor<?xf32>
    }
    
    // -----
    
    // CHECK-LABEL: @exp
    func.func @exp(%arg0: tensor<2xf32>) -> tensor<2xf32> {
      // CHECK:  mhlo.exponential %arg0 : tensor<2xf32>
      %0 = "tf.Exp"(%arg0) : (tensor<2xf32>) -> tensor<2xf32>
      func.return %0 : tensor<2xf32>
    }
    
    // -----
    
    // CHECK-LABEL: @expm1
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg go/build/constraint, type AndExpr struct, X Expr
    pkg go/build/constraint, type AndExpr struct, Y Expr
    pkg go/build/constraint, type Expr interface, Eval(func(string) bool) bool
    pkg go/build/constraint, type Expr interface, String() string
    pkg go/build/constraint, type Expr interface, unexported methods
    pkg go/build/constraint, type NotExpr struct
    pkg go/build/constraint, type NotExpr struct, X Expr
    pkg go/build/constraint, type OrExpr struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  7. doc/go_spec.html

    One of the integer part or the fractional part may be elided; one of the decimal point
    or the exponent part may be elided.
    An exponent value exp scales the mantissa (integer and fractional part) by 10<sup>exp</sup>.
    </p>
    
    <p>
    A hexadecimal floating-point literal consists of a <code>0x</code> or <code>0X</code>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.26.md

    - go.opentelemetry.io/otel: v0.20.0 → v1.10.0
    - go.opentelemetry.io/proto/otlp: v0.7.0 → v0.19.0
    - go.uber.org/goleak: v1.1.10 → v1.2.0
    - golang.org/x/crypto: 3147a52 → v0.1.0
    - golang.org/x/exp: 85be41e → 6cc2880
    - golang.org/x/mobile: e6ae53a → d2bd2a2
    - golang.org/x/mod: 86c51ed → v0.6.0
    - golang.org/x/net: a158d28 → 1e63c2f
    - golang.org/x/oauth2: d3ed0bb → ee48083
    - golang.org/x/sys: 8c9f86f → v0.3.0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.21.md

    - github.com/yuin/goldmark: [v1.1.27 → v1.2.1](https://github.com/yuin/goldmark/compare/v1.1.27...v1.2.1)
    - golang.org/x/crypto: 7f63de1 → 5ea612d
    - golang.org/x/exp: 6cc2880 → 85be41e
    - golang.org/x/mobile: d2bd2a2 → e6ae53a
    - golang.org/x/mod: v0.3.0 → ce943fd
    - golang.org/x/net: 69a7880 → 3d97a24
    - golang.org/x/sync: cd5d95a → 67f06af
    - golang.org/x/sys: 5cba982 → a50acf3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  10. src/cmd/go/internal/modfetch/zip_sum_test/testdata/zip_sums.csv

    golang.org/x/crypto,v0.0.0-20191029031824-8986dd9e96cf,h1:fnPsqIDRbCSgumaMCRpoIoF2s4qxv0xSSS0BVZUE/ss=,0a303100f9afba8628988bef45404b23c2e0c6aa73b5ad4ac9259af14a0e53ae
    golang.org/x/exp,v0.0.0-20191030013958-a1ab85dbe136,h1:A1gGSx58LAGVHUUsOf7IiR0u8Xb6W51gRwfDBhkdcaw=,18ff05b39d29a3fd4c7f9071e7013264994ac18f7faa72f66b2f514fcdd141b0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 18 17:29:01 UTC 2020
    - 334.9K bytes
    - Viewed (0)
Back to top