Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Minor Performance Improvement] - Reserve vector, to save reallocatio… #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 16, 2019

  1. [Minor Performance Improvement] - Reserve vector, to save reallocatio…

    …n costs.
    
    File: [xdl/core/backend/mxnet/convert_utils.cc]
    Function: [164:MX2XDL::ConvertShape]
    
    Reserving vector where we already know the size to save on reallocation costs.
    shahzadlone committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    2a6fc53 View commit details
    Browse the repository at this point in the history