Merge pull request #24113 from tomguluson92:patch-3

PiperOrigin-RevId: 224061572
This commit is contained in:
TensorFlower Gardener 2018-12-04 15:59:25 -08:00
commit 0918ff3de1

View File

@ -318,7 +318,7 @@ inline int ReadPackedPrimitives(const void* bufp, const size_t len,
return count;
}
// Reads a primitive value field from a serialized proto.
// Reads a value of a primitive type field from a serialized proto.
// The value is parsed from the serialized format, then static_cast
// to the desired type for TensorFlow and stored.
template <class ValueType, class TensorType,