Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for binomial (0.3 sec)

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

    def TF_StatelessRandomBinomialOp : TF_Op<"StatelessRandomBinomial", [Pure, TF_NoConstantFold]> {
      let summary = [{
    Outputs deterministic pseudorandom random numbers from a binomial distribution.
      }];
    
      let description = [{
    Outputs random values from a binomial distribution.
    
    The outputs are a deterministic function of `shape`, `seed`, `counts`, and `probs`.
      }];
    
      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

        *   Add a new "result_type" parameter to `tf.strings.split`.
        *   Add name argument to `tf.string_split` and `tf.strings_split`.
        *   Extend `tf.strings.split` to support inputs with any rank.
        *   Added `tf.random.binomial`.
        *   Added `key` and `skip` methods to `random.experimental.Generator`.
        *   Extend `tf.function` with basic support for CompositeTensors arguments
            (such as `SparseTensor` and `RaggedTensor`).
    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

    		{"(*Float).UnmarshalText", Method, 6},
    		{"(*Int).Abs", Method, 0},
    		{"(*Int).Add", Method, 0},
    		{"(*Int).And", Method, 0},
    		{"(*Int).AndNot", Method, 0},
    		{"(*Int).Append", Method, 6},
    		{"(*Int).Binomial", Method, 0},
    		{"(*Int).Bit", Method, 0},
    		{"(*Int).BitLen", Method, 0},
    		{"(*Int).Bits", Method, 0},
    		{"(*Int).Bytes", Method, 0},
    		{"(*Int).Cmp", Method, 0},
    		{"(*Int).CmpAbs", Method, 10},
    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