Skip to content

AST-439 : Allow copying BdaBuffers without copying the content

Maik Nijhuis requested to merge AST-439-bdabuffer-copy-unitiatialized into master

When preparing BdaBuffers for BdaPredict, the buffer should have data and weights fields but their content does not have to be initialized / copied from an existing buffer.

Merge request reports