Home
last modified time | relevance | path

Searched refs:unowned_indices_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.h108 unowned_indices_.insert(index); in SetUnownedIndex()
112 unowned_indices_.erase(index); in ClearUnownedIndex()
115 const std::set<ShapeIndex>& unowned_indices() { return unowned_indices_; } in unowned_indices()
139 std::set<ShapeIndex> unowned_indices_; variable
Dexecutable.cc36 for (auto& index : unowned_indices_) { in ~ExecutionInput()
58 unowned_indices_.insert(index); in SetUnownedBuffer()