- 05 Sep, 2023 1 commit
-
-
Brian Pickrell authored
-
- 28 Aug, 2023 1 commit
-
-
Brian Pickrell authored
-
- 04 Aug, 2023 1 commit
-
-
Brian Pickrell authored
good intermediate version. rand_uniform has no output_lens, but passes ref_ops_tests and onnx tests. parse_randomuniform_ops not updated.
-
- 31 Jul, 2023 1 commit
-
-
Brian Pickrell authored
-
- 27 Jul, 2023 1 commit
-
-
Brian Pickrell authored
-
- 26 Jul, 2023 1 commit
-
-
Brian Pickrell authored
-
- 05 Jul, 2023 1 commit
-
-
Brian Pickrell authored
-
- 29 Jun, 2023 1 commit
-
-
Brian Pickrell authored
-
- 22 Jun, 2022 1 commit
-
-
Ted Themistokleous authored
Updated each source file in the repo with the existing license.
-
- 05 Jan, 2022 1 commit
-
-
turneram authored
Fix bug caused by casting time seed to float
-
- 01 Oct, 2021 1 commit
-
-
turneram authored
Add multinomial op to onnx parser with ref and GPU implementations. The onnx parser inserts a literal of shape {batch_size, sample_size} with random values in the range [0, 1) and inserts existing ops to compute the cumulative density function. The multinomial operator multiplies the random values by the sum of the CDF and returns the index of the first element of the CDF that is greater than the result, representing samples randomly drawn from [0, class_size) that follow the log-probability distribution. Resolves #821 Co-authored-by:Shucai Xiao <shucai@gmail.com>
-