Qualify references to std::string.

PiperOrigin-RevId: 306268837
Change-Id: I7d983851ee5713ed790b647996c14d5eab3244e2
This commit is contained in:
A. Unique TensorFlower 2020-04-13 11:11:28 -07:00 committed by TensorFlower Gardener
parent 3aa4524187
commit 35d23da927

View File

@ -145,7 +145,7 @@ class FlatBufferModel {
// lower-bound; ops in the graph may not have an associated runtime version,
// in which case the actual required runtime might be greater than the
// reported minimum.
string GetMinimumRuntime() const;
std::string GetMinimumRuntime() const;
/// Returns true if the model identifier is correct (otherwise false and
/// reports an error).