Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Erfinv (0.28 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Ceil", Func, 0},
    		{"Copysign", Func, 0},
    		{"Cos", Func, 0},
    		{"Cosh", Func, 0},
    		{"Dim", Func, 0},
    		{"E", Const, 0},
    		{"Erf", Func, 0},
    		{"Erfc", Func, 0},
    		{"Erfcinv", Func, 10},
    		{"Erfinv", Func, 10},
    		{"Exp", Func, 0},
    		{"Exp2", Func, 0},
    		{"Expm1", Func, 0},
    		{"FMA", Func, 14},
    		{"Float32bits", Func, 0},
    		{"Float32frombits", Func, 0},
    		{"Float64bits", Func, 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)
  2. RELEASE.md

            eagerly.
        *   Added complex128 support to `RFFT`, `RFFT2D`, `RFFT3D`, `IRFFT`,
            `IRFFT2D`, and `IRFFT3D`.
        *   Add `pfor` converter for `SelfAdjointEigV2`.
        *   Add `tf.math.ndtri` and `tf.math.erfinv`.
        *   Add `tf.config.experimental.enable_mlir_bridge` to allow using MLIR
            compiler bridge in eager model.
        *   Added support for MatrixSolve on Cloud TPU / XLA.
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        static bool isCompatibleReturnTypes(TypeRange inferred, TypeRange actual) {
          return ArraysAreCastCompatible(inferred, actual);
        }
      }];
    }
    
    def TF_ErfinvOp : TF_Op<"Erfinv", [Pure]> {
      let summary = "";
    
      let arguments = (ins
        TF_FloatTensor:$x
      );
    
      let results = (outs
        TF_FloatTensor:$y
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top