Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dsession_state.h60 struct TensorAndKey { struct
71 Status AddTensor(const std::string& name, const TensorAndKey& tk); argument
86 std::unordered_map<string, TensorAndKey> tensors_ TF_GUARDED_BY(lock_);
/external/tensorflow/tensorflow/core/common_runtime/
Dsession_state.cc60 Status TensorStore::AddTensor(const string& name, const TensorAndKey& tk) { in AddTensor()
/external/tensorflow/tensorflow/core/kernels/
Dsession_ops.cc52 TensorStore::TensorAndKey tk{val, id, requested_device()}; in Compute()