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

Method is_resizable

arm_compute/core/TensorInfo.h:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 return !_padding.empty();
276 }
277 bool is_resizable() const override
278 {
279 return _is_resizable;
280 }
281 ITensorInfo &set_dynamic(bool dynamic) override
282 {
283 std::fill(std::begin(_dims_state), std::end(_dims_state),

Callers 15

extend_paddingMethod · 0.45
TensorInfoMethod · 0.45
allocate_all_tensorsFunction · 0.45
setupMethod · 0.45
add_padding_xFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected