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

Method are_values_constant

arm_compute/core/TensorInfo.h:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 std::cend(_dims_state);
292 }
293 bool are_values_constant() const override
294 {
295 return _are_values_constant;
296 }
297 ITensorInfo &set_is_resizable(bool is_resizable) override
298 {
299 _is_resizable = is_resizable;

Callers 15

validate_mmFunction · 0.45
configureMethod · 0.45
validateMethod · 0.45
configureMethod · 0.45
validateMethod · 0.45
TensorInfoMethod · 0.45
auto_init_if_emptyFunction · 0.45
validateMethod · 0.45
configureMethod · 0.45
validateMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected