• Robert Kimball's avatar
    Allow Constant ops to share internal buffer (#4216) · 2c23cf20
    Robert Kimball authored
    * Move non-templated constructor implementation to the source file
    
    * Optimize constant constructor for uniform constant
    
    * Cleanup
    
    * Much faster deserialize constant
    
    * Adding unit tests
    
    * Unit tests
    
    * Update unit test
    
    * Cleanup
    
    * style
    
    * Cleanup nbench output
    
    * wip
    
    * Fix specializations
    
    * Change from unique to shared_ptr internally
    
    * Enable copy of Constant
    
    * cleanup Constant ctors
    
    * Fix copy contructor
    
    * Fix compile error
    Co-authored-by: 's avatarScott Cyphers <diyessi@users.noreply.github.com>
    2c23cf20
constant.cpp 24.9 KB