Home
last modified time | relevance | path

Searched refs:tensor_id_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dsession_state.h50 int64 tensor_id_ = 0; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dsession_state.cc54 return tensor_id_++; in GetNewId()
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc274 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