Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Tolerance (0.12 sec)

  1. RELEASE.md

        register a dataset with the tf.data service, and another process to consume
        data from the dataset.
    *   Adds support for dispatcher fault tolerance. To enable fault tolerance,
        configure a `work_dir` when running your dispatcher server and set
        `dispatcher_fault_tolerance=True`. The dispatcher will store its state to
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_ApproximateEqualOp : TF_Op<"ApproximateEqual", [Commutative, Pure]> {
      let summary = "Returns the truth value of abs(x-y) < tolerance element-wise.";
    
      let arguments = (ins
        TF_NumberTensor:$x,
        TF_NumberTensor:$y,
    
        DefaultValuedOptionalAttr<F32Attr, "1e-05f">:$tolerance
      );
    
      let results = (outs
        TF_BoolTensor:$z
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Timex.Stabil", Field, 0},
    		{"Timex.Status", Field, 0},
    		{"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},
    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