Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for alias1 (0.12 sec)

  1. RELEASE.md

        update your imports accordingly, the old files will be removed in Release
        2.11.
    *   `tf.keras.optimizers.experimental.Optimizer` will graduate in Release 2.11,
        which means `tf.keras.optimizers.Optimizer` will be an alias of
        `tf.keras.optimizers.experimental.Optimizer`. The current
        `tf.keras.optimizers.Optimizer` will continue to be supported as
        `tf.keras.optimizers.legacy.Optimizer`,
    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. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Token", Type, 0},
    		{"UnaryPrec", Const, 0},
    		{"VAR", Const, 0},
    		{"XOR", Const, 0},
    		{"XOR_ASSIGN", Const, 0},
    	},
    	"go/types": {
    		{"(*Alias).Obj", Method, 22},
    		{"(*Alias).String", Method, 22},
    		{"(*Alias).Underlying", Method, 22},
    		{"(*ArgumentError).Error", Method, 18},
    		{"(*ArgumentError).Unwrap", Method, 18},
    		{"(*Array).Elem", Method, 5},
    		{"(*Array).Len", Method, 5},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

        
        From: [@mikedanese](https://github.com/mikedanese):
        Instead of aliasing. Aliases are annoying in a number of ways. This is
        specifically bugging me now because they make the action graph harder to
        analyze programmatically. By using aliases here, we would need to handle
        potentially aliased go_binary targets and dereference to the effective
        target.
      
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    			core.PullIfNotPresent,
    		},
    		"NotPresent2": {
    			core.Container{Name: "abc1", Image: "image", ImagePullPolicy: "IfNotPresent", TerminationMessagePolicy: "File"},
    			core.PullIfNotPresent,
    		},
    		"Always1": {
    			core.Container{Name: "123", Image: "image:latest", ImagePullPolicy: "Always"},
    			core.PullAlways,
    		},
    		"Always2": {
    			core.Container{Name: "1234", Image: "image", ImagePullPolicy: "Always"},
    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