Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 123 of 123 for better (0.15 sec)

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

      );
    
      TF_DerivedOperandSizeAttr N = TF_DerivedOperandSizeAttr<0>;
    }
    
    
    // Following ops are manually defined as the ops are using inputs with name `t`
    // that will lead to conflict with getter for attribute `T` as both becomes
    // getT().
    def TF_BatchNormWithGlobalNormalizationOp : TF_Op<"BatchNormWithGlobalNormalization", [Pure]> {
      let summary = "Batch normalization.";
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  2. tensorflow/c/c_api.h

    //           names of the operations (usually placeholders) pointed to by
    //           `inputs`. These operation names should start with a letter.
    //           Normalization will convert all letters to lowercase and
    //           non-alphanumeric characters to '_' to make resulting names match
    //           the "[a-z][a-z0-9_]*" pattern for operation argument names.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  3. tests/integration/ambient/baseline_test.go

    				opts := echo.CallOptions{
    					Address: "kubernetes.default.svc",
    					Port:    echo.Port{ServicePort: 443},
    					Scheme:  scheme.HTTPS,
    					HTTP: echo.HTTP{
    						Headers: headers.New().With("Authorization", "Bearer "+token.Status.Token).Build(),
    						Path:    "/",
    					},
    					// Test that we see our own identity -- not the ztunnel (istio-system/ztunnel).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
Back to top