Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for reuse (0.3 sec)

  1. RELEASE.md

        *   Added Adafactor optimizer `tf.keras.optimizers.Adafactor`.
        *   Added `warmstart_embedding_matrix` to `tf.keras.utils`.
            This utility can be used to warmstart an embeddings matrix so you
            reuse previously-learned word embeddings when working with a new set
            of words which may include previously unseen words (the embedding
            vectors for unseen words will be randomly initialized).
    
    *   `tf.Variable`:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. 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)
  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