Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ has_padding
Method
has_padding
arm_compute/core/TensorInfo.h:273–276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
return _padding;
272
}
273
bool has_padding() const override
274
{
275
return !_padding.empty();
276
}
277
bool is_resizable() const override
278
{
279
return _is_resizable;
Callers
15
configure
Method · 0.45
validate
Method · 0.45
validate
Method · 0.45
run_op
Method · 0.45
configure_opencl_kernel
Function · 0.45
configure
Method · 0.45
validate
Method · 0.45
run
Method · 0.45
validate_arguments
Function · 0.45
skip_im_col_info
Method · 0.45
configure
Method · 0.45
validate
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected