Fix typo.

PiperOrigin-RevId: 226930269
This commit is contained in:
Davide Libenzi 2018-12-26 10:16:26 -08:00 committed by TensorFlower Gardener
parent daf0985028
commit c1d57ad8e1

View File

@ -138,7 +138,7 @@ class Shape {
string ShortDebugString() const { return ToProto().ShortDebugString(); }
string DebugString() const { return ToProto().DebugString(); }
public:
private:
// The element type of this shape (tuple, array, etc).
PrimitiveType element_type_ = PRIMITIVE_TYPE_INVALID;