Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Qinv (0.09 sec)

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

    		{"PSSSaltLengthEqualsHash", Const, 2},
    		{"PrecomputedValues", Type, 0},
    		{"PrecomputedValues.CRTValues", Field, 0},
    		{"PrecomputedValues.Dp", Field, 0},
    		{"PrecomputedValues.Dq", Field, 0},
    		{"PrecomputedValues.Qinv", Field, 0},
    		{"PrivateKey", Type, 0},
    		{"PrivateKey.D", Field, 0},
    		{"PrivateKey.Precomputed", Field, 0},
    		{"PrivateKey.Primes", Field, 0},
    		{"PrivateKey.PublicKey", Field, 0},
    		{"PublicKey", Type, 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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_InvOp : TF_Op<"Inv", [Pure, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = "Computes the reciprocal of x element-wise.";
    
      let description = [{
    I.e., \\(y = 1 / x\\).
      }];
    
      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)
  3. RELEASE.md

    `tf.sparse_reduce_sum_sparse`: `reduction_axes` becomes `axis` *
    `tf.sparse_split`: `split_dim` becomes `axis` * `tf.listdiff` has been renamed
    to `tf.setdiff1d` to match NumPy naming. * `tf.inv` has been renamed to be
    `tf.reciprocal` (component-wise reciprocal) to avoid confusion with `np.inv`
    which is matrix inversion * tf.round now uses banker's rounding (round to even)
    semantics to match NumPy. * `tf.split` now takes arguments in a reversed order
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top