Searched defs:SafeTensorId (Results 1 – 2 of 2) sorted by relevance
67 struct SafeTensorId : public std::pair<string, int> { struct72 SafeTensorId() : Base() {} in SafeTensorId() argument73 SafeTensorId(const string& str, int idx) : Base(str, idx) {} in SafeTensorId() function76 const string& node() const { return first; } in node()77 int index() const { return second; } in index()79 string ToString() const { in ToString()84 struct Hasher {
27 SafeTensorId::SafeTensorId(const TensorId& id) in SafeTensorId() function in tensorflow::SafeTensorId