Skip to content

feat(sl): Add TosaSerializationTensor::GetNameRef

Ian Tayler Lessa requested to merge feat/sl/get-name-ref into main

This is the same as GetName but returns const std::string& instead of std::string to avoid copying memory and to allow taking a const char * with the same lifetime as the TosaSerializationTensor object.

Signed-off-by: Ian Tayler Lessa ian.taylerlessa@arm.com

Edited by Ian Tayler Lessa

Merge request reports

Loading