nnstreamer / nntrainer

NNtrainer is Software Framework for Training Neural Network Models on Devices.
Apache License 2.0
144 stars 73 forks source link

Tensor operations with output as argument should not allocate #1670

Open kparichay opened 2 years ago

kparichay commented 2 years ago

Many tensor operations support the interface to take already allocated outputs, but the operations allocate memory for the output if the output passed as an argument is not allocated. The operations should rather throw.

taos-ci commented 2 years ago

:octocat: cibot: Thank you for posting issue #1670. The person in charge will reply soon.