Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for seed2 (0.14 sec)

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

    Outputs random values from a binomial distribution.
    
    The outputs are a deterministic function of `shape`, `seed`, `counts`, and `probs`.
      }];
    
      let arguments = (ins
        Arg<TF_I32OrI64Tensor, [{The shape of the output tensor.}]>:$shape,
        Arg<TF_I32OrI64Tensor, [{2 seeds (shape [2]).}]>:$seed,
    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

            values every time they are called (for a given variable shape). For
            unseeded initializers (`seed=None`), a random seed will be created and
            assigned at initializer creation (different initializer instances get
            different seeds).
        *   An unseeded initializer will raise a warning if it is reused (called)
    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

    		{"Perm", Func, 0},
    		{"Rand", Type, 0},
    		{"Read", Func, 6},
    		{"Seed", Func, 0},
    		{"Shuffle", Func, 10},
    		{"Source", Type, 0},
    		{"Source64", Type, 8},
    		{"Uint32", Func, 0},
    		{"Uint64", Func, 8},
    		{"Zipf", Type, 0},
    	},
    	"math/rand/v2": {
    		{"(*ChaCha8).MarshalBinary", Method, 22},
    		{"(*ChaCha8).Seed", Method, 22},
    		{"(*ChaCha8).Uint64", Method, 22},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. api/go1.14.txt

    pkg go/doc, type Package struct, Examples []*Example
    pkg go/doc, type Type struct, Examples []*Example
    pkg hash/maphash, func MakeSeed() Seed
    pkg hash/maphash, method (*Hash) BlockSize() int
    pkg hash/maphash, method (*Hash) Reset()
    pkg hash/maphash, method (*Hash) Seed() Seed
    pkg hash/maphash, method (*Hash) SetSeed(Seed)
    pkg hash/maphash, method (*Hash) Size() int
    pkg hash/maphash, method (*Hash) Sum([]uint8) []uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  5. src/testdata/Isaac.Newton-Opticks.txt

    Vitriol is drawn off from its weight of Nitre, and from both the
    Ingredients a compound Spirit of Nitre is distilled, and two parts of
    this Spirit are poured on one part of Oil of Cloves or Carraway Seeds,
    or of any ponderous Oil of vegetable or animal Substances, or Oil of
    Turpentine thicken'd with a little Balsam of Sulphur, and the Liquors
    grow so very hot in mixing, as presently to send up a burning Flame;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg io, method (*OffsetWriter) Write([]uint8) (int, error) #45899
    pkg io, type OffsetWriter struct #45899
    pkg math/rand, func Read //deprecated #20661
    pkg math/rand, func Seed //deprecated #56319
    pkg net, const FlagRunning = 32 #53482
    pkg net, const FlagRunning Flags #53482
    pkg net/http, func NewResponseController(ResponseWriter) *ResponseController #54136
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
Back to top