aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/transpose_functor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/kernels/transpose_functor.h')
-rw-r--r--tensorflow/core/kernels/transpose_functor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/kernels/transpose_functor.h b/tensorflow/core/kernels/transpose_functor.h
index b3aa98d3bf..5e1d64a5c9 100644
--- a/tensorflow/core/kernels/transpose_functor.h
+++ b/tensorflow/core/kernels/transpose_functor.h
@@ -47,7 +47,7 @@ void ComputeStride(const TensorShape& shape, Index* strides) {
}
}
-// Device-specific naive implementation for tranpose.
+// Device-specific naive implementation for transpose.
template <typename Device, typename T>
void TransposeSimple(const Device& d, const Tensor& in,
const gtl::ArraySlice<int32> perm, Tensor* out);