MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / make_range

Function make_range

tensorflow/core/lib/gtl/iterator_range.h:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59// in for loops a bit easier. Analogous to std::make_pair().
60template <class T>
61iterator_range<T> make_range(T x, T y) {
62 return iterator_range<T>(std::move(x), std::move(y));
63}
64
65} // namespace gtl
66} // namespace tensorflow

Callers 15

GetTPUSystemDevicesFunction · 0.85
GetTPUDevicesFunction · 0.85
SortTopologicallyFunction · 0.85
MergeIslandFunction · 0.85
merge_nodesMethod · 0.85
BuildVariableAccessInfoFunction · 0.85
ReplicateClusterFunction · 0.85
VerifyFunction · 0.85
leavesMethod · 0.85
HoistAndFixFunction · 0.85
FindCompiledSymbolMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68