Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for exp5 (0.79 sec)

  1. pkg/apis/core/validation/validation_test.go

    	}
    
    	cases := map[string]struct {
    		mounts      []core.VolumeMount
    		expectError bool
    	}{
    		"subpath expr not specified": {
    			[]core.VolumeMount{{
    				Name:      "abc-123",
    				MountPath: "/bab",
    			}},
    			false,
    		},
    		"subpath expr specified": {
    			[]core.VolumeMount{{
    				Name:        "abc-123",
    				MountPath:   "/bab",
    				SubPathExpr: "$(POD_NAME)",
    			}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    By default, this op performs an inclusive cumulative log-sum-exp,
    which means that the first
    element of the input is identical to the first element of the output:
    ```python
    tf.math.cumulative_logsumexp([a, b, c])  # => [a, log(exp(a) + exp(b)), log(exp(a) + exp(b) + exp(c))]
    ```
    
    By setting the `exclusive` kwarg to `True`, an exclusive cumulative log-sum-exp is
    performed instead:
    ```python
    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/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Cos", Func, 0},
    		{"Cosh", Func, 0},
    		{"Dim", Func, 0},
    		{"E", Const, 0},
    		{"Erf", Func, 0},
    		{"Erfc", Func, 0},
    		{"Erfcinv", Func, 10},
    		{"Erfinv", Func, 10},
    		{"Exp", Func, 0},
    		{"Exp2", Func, 0},
    		{"Expm1", Func, 0},
    		{"FMA", Func, 14},
    		{"Float32bits", Func, 0},
    		{"Float32frombits", Func, 0},
    		{"Float64bits", Func, 0},
    		{"Float64frombits", Func, 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. CHANGELOG/CHANGELOG-1.19.md

    - go.etcd.io/bbolt: v1.3.3 → v1.3.5
    - go.etcd.io/etcd: 3cf2f69 → 18dfb9c
    - go.opencensus.io: v0.21.0 → v0.22.2
    - go.uber.org/atomic: v1.3.2 → v1.4.0
    - golang.org/x/crypto: bac4c82 → 75b2880
    - golang.org/x/exp: 4b39c73 → da58074
    - golang.org/x/image: 0694c2d → cff245a
    - golang.org/x/lint: 959b441 → fdd1cda
    - golang.org/x/mobile: d3739f8 → d2bd2a2
    - golang.org/x/mod: 4bf6d31 → v0.3.0
    - golang.org/x/net: 13f9640 → ab34263
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. RELEASE.md

            tf.math.invert_permutation.
        *   Add `tf.math.sobol_sample` op.
        *   Add `tf.math.xlog1py`.
        *   Add `tf.math.special.{dawsn,expi,fresnel_cos,fresnel_sin,spence}`.
        *   Add a Modified Discrete Cosine Transform (MDCT) and its inverse to
            `tf.signal`.
    *   TPU Enhancements:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top