- 24 Jul, 2023 1 commit
-
-
Brian Pickrell authored
-
- 17 Jul, 2023 1 commit
-
-
Brian Pickrell authored
Added dynamic input handling to multinomial.hpp. Tests don't pass because it still requires both a random uniform, and dynamic-friendly prefix_scap operations to accept dynamic inputs
-
- 13 Jul, 2023 1 commit
-
-
Brian Pickrell authored
-
- 05 Jul, 2023 1 commit
-
-
Brian Pickrell authored
-
- 29 Jun, 2023 1 commit
-
-
Brian Pickrell authored
-
- 12 Jul, 2022 1 commit
-
-
Paul Fultz II authored
Reduce header inclusion in op headers
-
- 22 Jun, 2022 1 commit
-
-
Ted Themistokleous authored
Updated each source file in the repo with the existing license.
-
- 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>
-