Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for regUsed (0.28 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    mean to be reused in gradient computation. When is_training is
    False, a 1D Tensor for the population mean to be reused in both
    1st and 2nd order gradient computation.}]>:$reserve_space_1,
        Arg<TF_Float32Tensor, [{When is_training is True, a 1D Tensor for the computed batch
    variance (inverted variance in the cuDNN case) to be reused in
    gradient computation. When is_training is False, a 1D Tensor
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

            assigned at initializer creation (different initializer instances get
            different seeds).
        *   An unseeded initializer will raise a warning if it is reused (called)
            multiple times. This is because it would produce the same values each
            time, which may not be intended.
    *   API changes under `tf.experimental.dtensor`:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"DNSStartInfo", Type, 7},
    		{"DNSStartInfo.Host", Field, 7},
    		{"GotConnInfo", Type, 7},
    		{"GotConnInfo.Conn", Field, 7},
    		{"GotConnInfo.IdleTime", Field, 7},
    		{"GotConnInfo.Reused", Field, 7},
    		{"GotConnInfo.WasIdle", Field, 7},
    		{"WithClientTrace", Func, 7},
    		{"WroteRequestInfo", Type, 7},
    		{"WroteRequestInfo.Err", Field, 7},
    	},
    	"net/http/httputil": {
    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. pkg/apis/core/validation/validation_test.go

    	updatedEndpoint := newNodeNameEndpoint("kubernetes-changed-nodename")
    	// Check that NodeName can be changed during update, this is to accommodate the case where nodeIP or PodCIDR is reused.
    	// The same ip will now have a different nodeName.
    	errList := ValidateEndpoints(updatedEndpoint)
    	errList = append(errList, ValidateEndpointsUpdate(updatedEndpoint, oldEndpoint)...)
    	if len(errList) != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top