Home
last modified time | relevance | path

Searched defs:SafeTensorId (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dtensor_id.h67 struct SafeTensorId : public std::pair<string, int> { struct
72 SafeTensorId() : Base() {} in SafeTensorId() argument
73 SafeTensorId(const string& str, int idx) : Base(str, idx) {} in SafeTensorId() function
76 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 {
Dtensor_id.cc27 SafeTensorId::SafeTensorId(const TensorId& id) in SafeTensorId() function in tensorflow::SafeTensorId