Contributing: Fix a typo
This commit is contained in:
parent
7d72137ac3
commit
6539d34323
@ -126,7 +126,7 @@ Node* RandomPoisson(Graph* g, Node* shape, Node* lam);
|
||||
Node* Roll(Graph* g, Node* input, Node* shift, Node* axis);
|
||||
|
||||
// Generates random parameters from the truncated standard normal distribution
|
||||
// of the nput shape
|
||||
// of the input shape
|
||||
Node* TruncatedNormal(Graph* g, Node* input, DataType dtype);
|
||||
|
||||
// Adds an error node in "g". The node's computation always
|
||||
|
Loading…
Reference in New Issue
Block a user