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

Function range

tests/validation/reference/Range.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50template <typename T>
51SimpleTensor<T> range(SimpleTensor<T> &dst, float start, const size_t num_of_elements, float step)
52{
53 generate_range(dst, start, num_of_elements, step);
54 return dst;
55}
56
57template <>
58SimpleTensor<uint8_t> range(SimpleTensor<uint8_t> &dst, float start, const size_t num_of_elements, float step)

Callers 5

process_commentFunction · 0.85
check_copyrightFunction · 0.85
run_fix_code_formattingFunction · 0.85
filter_clang_tidy_linesFunction · 0.85

Calls 4

generate_rangeFunction · 0.85
data_typeMethod · 0.45
shapeMethod · 0.45
quantization_infoMethod · 0.45

Tested by

no test coverage detected