Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for VAR (0.68 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ErrHijacked", Var, 0},
    		{"ErrLineTooLong", Var, 0},
    		{"ErrMissingBoundary", Var, 0},
    		{"ErrMissingContentLength", Var, 0},
    		{"ErrMissingFile", Var, 0},
    		{"ErrNoCookie", Var, 0},
    		{"ErrNoLocation", Var, 0},
    		{"ErrNotMultipart", Var, 0},
    		{"ErrNotSupported", Var, 0},
    		{"ErrSchemeMismatch", Var, 21},
    		{"ErrServerClosed", Var, 8},
    		{"ErrShortBody", Var, 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)
  2. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                      mountPath: /var/run/secrets/workload-spiffe-uds
                    - mountPath: /var/run/secrets/istio
                      name: istiod-ca-cert
                    - mountPath: /var/lib/istio/data
                      name: istio-data
                    - mountPath: /etc/istio/proxy
                      name: istio-envoy
                    - mountPath: /var/run/secrets/tokens
                      name: istio-token
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Update '*var' according to the Ftrl-proximal scheme.";
    
      let description = [{
    accum_new = accum + grad * grad
    grad_with_shrinkage = grad + 2 * l2_shrinkage * var
    linear += grad_with_shrinkage +
        (accum_new^(-lr_power) - accum^(-lr_power)) / lr * var
    quadratic = 1.0 / (accum_new^(lr_power) * lr) + 2 * l2
    var = (sign(linear) * l1 - linear) / quadratic if |linear| > l1 else 0.0
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    )
    
    type topologyPair struct {
    	key   string
    	value string
    }
    
    func line() string {
    	_, _, line, ok := runtime.Caller(1)
    	var s string
    	if ok {
    		s = fmt.Sprintf("%d", line)
    	} else {
    		s = "<??>"
    	}
    	return s
    }
    
    func prettyErrorList(errs field.ErrorList) string {
    	var s string
    	for _, e := range errs {
    		s += fmt.Sprintf("\t%s\n", e)
    	}
    	return s
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.19.md

     - Kubeadm does not set the deprecated '--cgroup-driver' flag in /var/lib/kubelet/kubeadm-flags.env, it will be set in the kubelet config.yaml. If you have this flag in /var/lib/kubelet/kubeadm-flags.env or /etc/default/kubelet (/etc/sysconfig/kubelet for RPMs) please remove it and set the value using KubeletConfiguration ([#90513](https://github.com/kubernetes/kubernetes/pull/90513),...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/test/testdata/arithConst_test.go

    //go:noinline
    func xor_127_int8(a int8) int8 { return 127 ^ a }
    
    type test_uint64 struct {
    	fn     func(uint64) uint64
    	fnname string
    	in     uint64
    	want   uint64
    }
    
    var tests_uint64 = []test_uint64{
    
    	test_uint64{fn: add_0_uint64, fnname: "add_0_uint64", in: 0, want: 0},
    	test_uint64{fn: add_uint64_0, fnname: "add_uint64_0", in: 0, want: 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 633.8K bytes
    - Viewed (0)
  7. api/go1.14.txt

    pkg testing, method (*T) Cleanup(func())
    pkg testing, type TB interface, Cleanup(func())
    pkg unicode, const Version = "12.0.0"
    pkg unicode, var Elymaic *RangeTable
    pkg unicode, var Nandinagari *RangeTable
    pkg unicode, var Nyiakeng_Puachue_Hmong *RangeTable
    pkg unicode, var Wancho *RangeTable
    # freebsd arm64 port
    pkg log/syslog (freebsd-arm64), const LOG_ALERT = 1
    pkg log/syslog (freebsd-arm64), const LOG_ALERT Priority
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type Timeval struct, Usec int64 #53466
    pkg syscall (freebsd-riscv64), type WaitStatus uint32 #53466
    pkg syscall (freebsd-riscv64), var Stderr int #53466
    pkg syscall (freebsd-riscv64), var Stdin int #53466
    pkg syscall (freebsd-riscv64), var Stdout int #53466
    pkg syscall (freebsd-riscv64-cgo), const AF_APPLETALK = 16 #53466
    pkg syscall (freebsd-riscv64-cgo), const AF_APPLETALK ideal-int #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  9. RELEASE.md

            mean, var = tf.nn.moments(self.kernel, axes=[0, 1, 2], keepdims=True)
            return self.convolution_op(inputs, (self.kernel - mean) / tf.sqrt(var +
            1e-10))` Alternatively, you can override `convolution_op`: `python class
            StandardizedConv2D(tf.keras.Layer): def convolution_op(self, inputs,
            kernel): mean, var = tf.nn.moments(kernel, axes=[0, 1, 2],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  10. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.serialization.Transient$MutableTransient> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Transient.java:0)
    Class <org.gradle.internal.serialization.Transient$Var> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Transient.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top