Closed apivovarov closed 2 years ago
Changes:
Transformer::Clear
InitNDArray
MapToNDArray
const
override
This PR replaces https://github.com/neo-ai/neo-ai-dlr/pull/371
Changes:
Transformer::Clear
method to clear memory afterInitNDArray
andMapToNDArray
cycle.const
post-fix fromInitNDArray
methods because they might change private members in their classes.override
tag toMapToNDArray
method in child classesThis PR replaces https://github.com/neo-ai/neo-ai-dlr/pull/371