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 --- third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/Patch3d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/eigen3') diff --git a/third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/Patch3d.h b/third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/Patch3d.h index 89190eb1af..2864f83299 100644 --- a/third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/Patch3d.h +++ b/third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/Patch3d.h @@ -151,7 +151,7 @@ Extract3DPatches( // TODO(mjanusz): Consider getting rid of pad(), and stride() and extend // extract_patches to take additional parameters for padding/striding, - // similarly to etract_image_patches. + // similarly to extract_image_patches. return input.pad(paddings, padding_value).extract_patches(patch_dims).reshape(pre_stride_dims).stride(strides); } -- cgit v1.2.3