Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Bias (0.05 sec)

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

      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_BiasAddOp : TF_Op<"BiasAdd", [Pure, TF_LayoutSensitiveInterface]> {
      let summary = "Adds `bias` to `value`.";
    
      let description = [{
    This is a special case of `tf.add` where `bias` is restricted to be 1-D.
    Broadcasting is supported, so `value` may have any number of dimensions.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

            *   The new backend is used for 8 bits full integer post-training
                quantization
            *   The new backend removes the redundant rescales and fixes some bugs
                (shared weight/bias, extremely small scales, etc)
            *   Set `experimental_new_quantizer` in tf.lite.TFLiteConverter to False
                to disable this change
    *   `tf.keras`
        *   `tf.keras.metrics.AUC` now support logit predictions.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Timex.Stbcnt", Field, 0},
    		{"Timex.Tai", Field, 0},
    		{"Timex.Tick", Field, 0},
    		{"Timex.Time", Field, 0},
    		{"Timex.Tolerance", Field, 0},
    		{"Timezoneinformation", Type, 0},
    		{"Timezoneinformation.Bias", Field, 0},
    		{"Timezoneinformation.DaylightBias", Field, 0},
    		{"Timezoneinformation.DaylightDate", Field, 0},
    		{"Timezoneinformation.DaylightName", Field, 0},
    		{"Timezoneinformation.StandardBias", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top