Qualify uses of std::string

PiperOrigin-RevId: 320196263
Change-Id: I895b7295e698f7005b74ffc42bc04eb4a9a87b75
This commit is contained in:
A. Unique TensorFlower 2020-07-08 08:51:34 -07:00 committed by TensorFlower Gardener
parent ddf37bc30e
commit 7d38b67e5c

View File

@ -25,8 +25,8 @@ namespace grappler {
// A structure to keep the context of op execution, including its shape,
// execution context, and other relevant information.
struct OpContext {
string name;
string device_name;
std::string name;
std::string device_name;
OpInfo op_info;
const FunctionDefLibrary* function_library; // Not owned.