MCPcopy 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

configureMethod · 0.45
validateMethod · 0.45
validateMethod · 0.45
run_opMethod · 0.45
configure_opencl_kernelFunction · 0.45
configureMethod · 0.45
validateMethod · 0.45
runMethod · 0.45
validate_argumentsFunction · 0.45
skip_im_col_infoMethod · 0.45
configureMethod · 0.45
validateMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected