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

Function set_tensor_static

tests/Utils.h:636–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634 */
635template <typename TensorType>
636void set_tensor_static(TensorType &t)
637{
638 t.info()->set_tensor_dims_state(construct_static_dims_state());
639}
640
641} // namespace test
642} // namespace arm_compute

Callers

nothing calls this directly

Calls 2

infoMethod · 0.45

Tested by

no test coverage detected