Searched defs:TensorId (Results 1 – 5 of 5) sorted by relevance
33 struct TensorId : public std::pair<StringPiece, int> { struct41 TensorId() : Base() {} in TensorId() argument54 std::size_t operator()(const TensorId& x) const { in operator() argument
25 TensorId::TensorId(const SafeTensorId& id) : TensorId(id.first, id.second) {} in TensorId() function in tensorflow::TensorId
346 bool NodeNameInValues(const std::map<TensorId, TensorId>& input_map, in NodeNameInValues()
16 message TensorId { message
582 private static class TensorId { class in TensorFlowInferenceInterface