Searched defs:TensorId (Results 1 – 6 of 6) 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
516 bool NodeNameInValues(const std::map<TensorId, TensorId>& input_map, in NodeNameInValues()
17 message TensorId { message
582 private static class TensorId { class in TensorFlowInferenceInterface
1192 tensorflow::int64 TensorId(PyObject* tensor) const final { in TensorId() function in PyVSpace