Qualify uses of std::string
PiperOrigin-RevId: 320196263 Change-Id: I895b7295e698f7005b74ffc42bc04eb4a9a87b75
This commit is contained in:
parent
ddf37bc30e
commit
7d38b67e5c
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user