From 6539d343231dfea317a7a09597ed178e32e2fd36 Mon Sep 17 00:00:00 2001 From: Maher Jendoubi Date: Tue, 7 Jan 2020 00:33:15 +0100 Subject: [PATCH] Contributing: Fix a typo --- tensorflow/core/graph/testlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/core/graph/testlib.h b/tensorflow/core/graph/testlib.h index 6088457916f..19dffb0de2f 100644 --- a/tensorflow/core/graph/testlib.h +++ b/tensorflow/core/graph/testlib.h @@ -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