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

Function construct_dynamic_dims_state

tests/Utils.h:605–608  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

603 * @return Constructed class filled with the value for dynamic state
604 */
605inline ITensorInfo::TensorDimsState construct_dynamic_dims_state()
606{
607 return construct_dims_state(ITensorInfo::get_dynamic_state_value());
608}
609
610/** Construct and return object for dimensions' state filled with the value for non-dynamic state
611 *

Callers 3

set_tensor_dynamicFunction · 0.85
TEST_CASEFunction · 0.85
TEST_CASEFunction · 0.85

Calls 1

construct_dims_stateFunction · 0.85

Tested by

no test coverage detected