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

Function fill_quantized

tests/validation/fixtures/GEMMLowpFixture.h:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55template <typename U>
56void fill_quantized(U &&tensor, int i)
57{
58 ARM_COMPUTE_ASSERT(is_data_type_quantized(tensor.data_type()));
59 library->fill_tensor_uniform(tensor, i);
60}
61
62template <typename U>
63void fill(U &&tensor, int i, int32_t min, int32_t max)

Calls 3

is_data_type_quantizedFunction · 0.85
fill_tensor_uniformMethod · 0.80
data_typeMethod · 0.45

Tested by

no test coverage detected