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

Function construct_static_dims_state

tests/Utils.h:614–617  ·  view source on GitHub ↗

Construct and return object for dimensions' state filled with the value for non-dynamic state * * @return Constructed class filled with the value for non-dynamic state */

Source from the content-addressed store, hash-verified

612 * @return Constructed class filled with the value for non-dynamic state
613 */
614inline ITensorInfo::TensorDimsState construct_static_dims_state()
615{
616 return construct_dims_state(ITensorInfo::get_static_state_value());
617}
618
619/** Set the dimension states of the given tensor to dynamic
620 *

Callers 3

set_tensor_staticFunction · 0.85
TEST_CASEFunction · 0.85
TEST_CASEFunction · 0.85

Calls 1

construct_dims_stateFunction · 0.85

Tested by

no test coverage detected