| 199 | } |
| 200 | |
| 201 | Node* TruncatedNormal(Graph* g, Node* input, DataType dtype) { |
| 202 | return RandomNumberGenerator("TruncatedNormal", g, input, dtype); |
| 203 | } |
| 204 | |
| 205 | Node* RandomGamma(Graph* g, Node* shape, Node* alpha) { |
| 206 | Node* ret; |
nothing calls this directly
no test coverage detected