This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
Fix tensor name API #369
Labels
issue:enhancement
New feature or request
meta:maintenance
Changes that will make it easier for us to maintain code
topic:api-design
API design considerations, including new functionality and changes
Milestone
There are two major issues with the tensor name API at present:
ggml::set_[tensor_]name
is exposed, when all code should instead useTensor::set_name
Tensor::[get_]name
doesn't useCString
to ingest the string from the C sideI'll fix these after #325 lands
The text was updated successfully, but these errors were encountered: