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

Function make

tests/framework/datasets/RangeDataset.h:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 */
150template <typename T>
151RangeDataset<T> make(std::string name, T start, T end, T step = 1)
152{
153 return RangeDataset<T>(std::move(name), start, end, step);
154}
155} // namespace dataset
156} // namespace framework
157} // namespace test

Callers 15

Scale.cppFile · 0.50
Scale.cppFile · 0.50
TensorShape.cppFile · 0.50
WindowIterator.cppFile · 0.50
Utils.cppFile · 0.50
TensorInfo.cppFile · 0.50
Convolution3D.cppFile · 0.50
ArgMinMax.cppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected