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

Function fill

tests/validation/fixtures/GEMMLowpFixture.h:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48{
49template <typename U>
50void fill(U &&tensor, int i)
51{
52 library->fill_tensor_uniform(tensor, i);
53}
54
55template <typename U>
56void fill_quantized(U &&tensor, int i)

Callers 15

TensorShapeMethod · 0.85
TensorShapeClass · 0.85
remove_dimensionMethod · 0.85
collapseMethod · 0.85
set_num_dimensionsMethod · 0.85
TensorInfoClass · 0.85
StepsMethod · 0.85
collapseMethod · 0.85
removeMethod · 0.85
fillMethod · 0.85
fillMethod · 0.85

Calls 3

fill_tensor_uniformMethod · 0.80
data_typeMethod · 0.45
fillMethod · 0.45

Tested by

no test coverage detected