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

Method is_dynamic

arm_compute/core/TensorInfo.h:288–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 return *this;
287 }
288 bool is_dynamic() const override
289 {
290 return std::find(std::cbegin(_dims_state), std::cend(_dims_state), get_dynamic_state_value()) !=
291 std::cend(_dims_state);
292 }
293 bool are_values_constant() const override
294 {
295 return _are_values_constant;

Callers 15

error_on_dynamic_shapeFunction · 0.45
SubTensorInfoMethod · 0.45
configureMethod · 0.45
validateMethod · 0.45
runMethod · 0.45
runMethod · 0.45
validate_argumentsFunction · 0.45
validateMethod · 0.45
configure_commonMethod · 0.45
configureMethod · 0.45
validateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected