Qualify uses of std::string
PiperOrigin-RevId: 320206487 Change-Id: Id004f3aca96c4bca86326c95c95f0e928ace85ab
This commit is contained in:
parent
e2f8269f17
commit
1f8b8e79ab
@ -21,12 +21,8 @@ limitations under the License.
|
||||
#include "tensorflow/core/platform/types.h"
|
||||
|
||||
namespace toco {
|
||||
#ifdef PLATFORM_GOOGLE
|
||||
using ::string;
|
||||
#else
|
||||
using std::string;
|
||||
#endif
|
||||
|
||||
using std::string;
|
||||
using tensorflow::int16;
|
||||
using tensorflow::int32;
|
||||
using tensorflow::int64;
|
||||
|
Loading…
Reference in New Issue
Block a user