Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ MakeUnwrappingIterator
Function
MakeUnwrappingIterator
tensorflow/compiler/xla/iterator_util.h:92–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
91
template <typename NestedIter>
92
UnwrappingIterator<NestedIter> MakeUnwrappingIterator(NestedIter iter) {
93
return UnwrappingIterator<NestedIter>(std::move(iter));
94
}
95
96
} // namespace xla
97
Callers
3
TEST
Function · 0.85
computations
Method · 0.85
instructions
Method · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68