Searched defs:TensorId (Results 1 – 7 of 7) sorted by relevance
33 struct TensorId : public std::pair<StringPiece, int> { struct41 TensorId() : Base() {} in TensorId() function54 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
17 message TensorId { message
583 private static class TensorId { class in TensorFlowInferenceInterface
207 int64 TapeVSpace::TensorId(AbstractTensorHandle* tensor) const { in TensorId() function in tensorflow::gradients::TapeVSpace
552 bool NodeNameInValues(const std::map<TensorId, TensorId>& input_map, in NodeNameInValues()
1276 tensorflow::int64 TensorId(PyObject* tensor) const final { in TensorId() function in PyVSpace