Qualify uses of std::string
PiperOrigin-RevId: 311319203 Change-Id: Ia312681455cb0518879cf323518914f49ea88b33
This commit is contained in:
parent
dc4c6d305b
commit
5530521a57
@ -30,7 +30,7 @@ class TrivialTestGraphInputYielder : public InputYielder {
|
|||||||
public:
|
public:
|
||||||
TrivialTestGraphInputYielder(int num_stages, int width, int tensor_size,
|
TrivialTestGraphInputYielder(int num_stages, int width, int tensor_size,
|
||||||
bool insert_queue,
|
bool insert_queue,
|
||||||
const std::vector<string>& device_names);
|
const std::vector<std::string>& device_names);
|
||||||
bool NextItem(GrapplerItem* item) override;
|
bool NextItem(GrapplerItem* item) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
@ -38,7 +38,7 @@ class TrivialTestGraphInputYielder : public InputYielder {
|
|||||||
const int width_;
|
const int width_;
|
||||||
const int tensor_size_;
|
const int tensor_size_;
|
||||||
const bool insert_queue_;
|
const bool insert_queue_;
|
||||||
std::vector<string> device_names_;
|
std::vector<std::string> device_names_;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end namespace grappler
|
} // end namespace grappler
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user