Merge pull request #37609 from Oceania2018:master

PiperOrigin-RevId: 301164250
Change-Id: I0a1eb82c4d364eb2fd20c496057398b0c03168c6
This commit is contained in:
TensorFlower Gardener 2020-03-16 08:47:15 -07:00
commit 14a46de40c

View File

@ -58,9 +58,9 @@ extern "C" {
// start_offset: array[uint64]
// data: byte[...]
//
// The string length (as a varint), followed by the contents of the string
// is encoded at data[start_offset[i]]]. TF_StringEncode and TF_StringDecode
// facilitate this encoding.
// The string length (as a varint, start_offset[i + 1] - start_offset[i]),
// followed by the contents of the string is encoded at data[start_offset[i]].
// TF_StringEncode and TF_StringDecode facilitate this encoding.
typedef struct TF_Tensor TF_Tensor;