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

Function set_tensor_dynamic

tests/Utils.h:625–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623 */
624template <typename TensorType>
625void set_tensor_dynamic(TensorType &t)
626{
627 t.info()->set_tensor_dims_state(construct_dynamic_dims_state());
628}
629
630/** Set the dimension states of the given tensor to state
631 *

Callers

nothing calls this directly

Calls 2

infoMethod · 0.45

Tested by

no test coverage detected