Searched defs:TensorId (Results 1 – 8 of 8) 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
56 using TensorId = Id; variable
583 private static class TensorId { class in TensorFlowInferenceInterface
207 int64_t TapeVSpace::TensorId(AbstractTensorHandle* tensor) const { in TensorId() function in tensorflow::gradients::TapeVSpace
549 bool NodeNameInValues(const std::map<TensorId, TensorId>& input_map, in NodeNameInValues()
1315 int64_t TensorId(PyObject* tensor) const final { in TensorId() function in PyVSpace