From e4532d20973c4c00854492362665317551661c18 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 22 Dec 2017 12:42:59 -0800 Subject: Merge changes from github. PiperOrigin-RevId: 179953488 --- tensorflow/stream_executor/dnn.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tensorflow/stream_executor/dnn.h') diff --git a/tensorflow/stream_executor/dnn.h b/tensorflow/stream_executor/dnn.h index 07314a0ff7..f4162b0962 100644 --- a/tensorflow/stream_executor/dnn.h +++ b/tensorflow/stream_executor/dnn.h @@ -2024,7 +2024,7 @@ class DnnSupport { // output_h_desc: descriptor for the output "h" state. // output_h_data: the memory region that stores the output "h" data. // output_c_desc: descriptor for the output "c" state. - // output_c_data: the memory region that stores the outptu "c" data. This + // output_c_data: the memory region that stores the output "c" data. This // must be specified for LSTM models. // is_training: whether this is used in training or inference. That decides // whether respace_space data need to be produced. @@ -2033,7 +2033,7 @@ class DnnSupport { // retains the data and feed it to the backward pass. // workspace_allocator: an allocator to create temporary workspace used in // this kernel. The caller is responsible for retaining the memory long - // enough for the lifespan of this operation, and recycles aftewards. + // enough for the lifespan of this operation, and recycles afterwards. virtual bool DoRnnForward(Stream* stream, const dnn::RnnDescriptor& rnn_desc, const dnn::RnnSequenceTensorDescriptor& input_desc, const DeviceMemory& input_data, @@ -2112,7 +2112,7 @@ class DnnSupport { // output_h_desc: descriptor for the output "h" state. // output_h_data: the memory region that stores the output "h" data. // output_c_desc: descriptor for the output "c" state. - // output_c_data: the memory region that stores the outptu "c" data. This + // output_c_data: the memory region that stores the output "c" data. This // must be specified for LSTM models. // output_backprop_data: the device memory region that contains the backprop // to the output sequence. -- cgit v1.2.3