Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
49
template <typename U>
50
void fill(U &&tensor, int i)
51
{
52
library->fill_tensor_uniform(tensor, i);
53
}
54
55
template <typename U>
56
void fill_quantized(U &&tensor, int i)
Callers
15
TensorShape
Method · 0.85
TensorShape
Class · 0.85
remove_dimension
Method · 0.85
collapse
Method · 0.85
set_num_dimensions
Method · 0.85
TensorInfo
Class · 0.85
Steps
Method · 0.85
collapse
Method · 0.85
remove
Method · 0.85
depthwise_loop_pow2_quantized_per_tensor
Function · 0.85
fill
Method · 0.85
fill
Method · 0.85
Calls
3
fill_tensor_uniform
Method · 0.80
data_type
Method · 0.45
fill
Method · 0.45
Tested by
no test coverage detected