Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for alias2 (0.23 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. pkg/apis/core/validation/validation_test.go

    			core.PullIfNotPresent,
    		},
    		"Always1": {
    			core.Container{Name: "123", Image: "image:latest", ImagePullPolicy: "Always"},
    			core.PullAlways,
    		},
    		"Always2": {
    			core.Container{Name: "1234", Image: "image", ImagePullPolicy: "Always"},
    			core.PullAlways,
    		},
    		"Never1": {
    			core.Container{Name: "abc-123", Image: "image:latest", ImagePullPolicy: "Never"},
    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