Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for aliasX (0.17 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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<TF_Tensor, [{A `Tensor` of type T. Same dimension sizes as x except the first dimension, which must be the same as i's size.}]>:$v
      );
    
      let results = (outs
        Res<TF_Tensor, [{A `Tensor` of type T. An alias of `x`. The content of `y` is undefined if there are duplicates in `i`.}]>:$y
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_InplaceUpdateOp : TF_Op<"InplaceUpdate", [Pure]> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "serviceAccount": {
                "description": "DeprecatedServiceAccount is a deprecated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead.",
                "type": "string"
              },
              "serviceAccountName": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top