Adds double support for StatelessMultinomial (which is really a categorical).
Relevant to https://github.com/tensorflow/probability/issues/1127 PiperOrigin-RevId: 336903719 Change-Id: Id46908a9e57874387ef77208a21eb6ce34e6a9b1
This commit is contained in:
parent
4c6e31c085
commit
dd21d56ae8
@ -186,7 +186,7 @@ class StatelessCategoricalOp : public CategoricalOp {
|
||||
|
||||
REGISTER_XLA_OP(Name("StatelessMultinomial")
|
||||
.CompileTimeConstantInput("num_samples")
|
||||
.TypeConstraint("T", {DT_FLOAT, DT_BFLOAT16})
|
||||
.TypeConstraint("T", {DT_DOUBLE, DT_FLOAT, DT_BFLOAT16})
|
||||
.TypeConstraint("Tseed", DT_INT32),
|
||||
StatelessCategoricalOp);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user