MCPcopy 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
91template <typename NestedIter>
92UnwrappingIterator<NestedIter> MakeUnwrappingIterator(NestedIter iter) {
93 return UnwrappingIterator<NestedIter>(std::move(iter));
94}
95
96} // namespace xla
97

Callers 3

TESTFunction · 0.85
computationsMethod · 0.85
instructionsMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68