Skip to content
Snippets Groups Projects
  • Maxence Naud's avatar
    2686e346
    upd: remove many warnings at compile time in release mode · 2686e346
    Maxence Naud authored and Maxence Naud's avatar Maxence Naud committed
    - move some inline functions from header to source
    - include what is used in header and source files to avoid relying on recursive includes
    - remove 'constexpr' from 'Tensor(Vector)' constructor that applied forced inlining
    - use C++ types and not C type (std::size_t instead of size_t)
    - move some default constructor/operators to src
    - explicitly delete some default class constructors for 'SingleGraphMatching', 'StaticAnalysis', 'MetaOpStats' and 'OperatorStats'
    - add default parameters to 'ArgMax' constructor
    - make Node::mAttrs available to the associated Operator instead of accessing it each time getOperator() is called
    - make some for loop access elements by reference in 'FuseBatchNorm'
    2686e346
    History
    upd: remove many warnings at compile time in release mode
    Maxence Naud authored and Maxence Naud's avatar Maxence Naud committed
    - move some inline functions from header to source
    - include what is used in header and source files to avoid relying on recursive includes
    - remove 'constexpr' from 'Tensor(Vector)' constructor that applied forced inlining
    - use C++ types and not C type (std::size_t instead of size_t)
    - move some default constructor/operators to src
    - explicitly delete some default class constructors for 'SingleGraphMatching', 'StaticAnalysis', 'MetaOpStats' and 'OperatorStats'
    - add default parameters to 'ArgMax' constructor
    - make Node::mAttrs available to the associated Operator instead of accessing it each time getOperator() is called
    - make some for loop access elements by reference in 'FuseBatchNorm'
Code owners
Assign users and groups as approvers for specific file changes. Learn more.