Searched refs:tensor_id_ (Results 1 – 3 of 3) sorted by relevance
50 int64 tensor_id_ = 0; variable
54 return tensor_id_++; in GetNewId()
274 tensor_id_(std::move(tensor_id)), in SymbolPredicate()278 return must_be_true() ? absl::StrCat("*", tensor_id_.ToString()) in ToString()279 : tensor_id_.ToString(); in ToString()290 TensorId tensor_id() const { return tensor_id_; } in tensor_id()294 TensorId tensor_id_; member in tensorflow::__anon9db8ce5c0111::SymbolPredicate