v0.6.24
Neo tensor (#20) * Implement ref count cache. * `Tensor`'s meta data is also `View`. * When creating tensor, use ref count cache. * Fully leverages ref count buffer. * Do not use temporary cache when loading the model. * Ref count cache correctly initializes resources. * Unify cache types. * Reformat code. * Bump version to v0.6.25