MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / zip

Function zip

tests/framework/datasets/ZipDataset.h:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 */
144template <typename T, typename U>
145ZipDataset<T, U> zip(T &&dataset1, U &&dataset2)
146{
147 return ZipDataset<T, U>(std::forward<T>(dataset1), std::forward<U>(dataset2));
148}
149
150/** Helper function to create a @ref ZipDataset.
151 *

Callers 15

TensorShape.cppFile · 0.85
WindowIterator.cppFile · 0.85
Utils.cppFile · 0.85
TensorInfo.cppFile · 0.85
Convolution3D.cppFile · 0.85
ArgMinMax.cppFile · 0.85
Col2Im.cppFile · 0.85
Permute.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected