Skip to content
Snippets Groups Projects

[Fix] Attribute snake case

Merged Cyril Moineau requested to merge AttributeSnakeCase into dev

Fix #234 (closed)

  • Add unit test for checking attributes name consistency.
  • Add attributesName function (C++/Python) to retrieve attribute name of an operator.
  • Attribute name changed:
    • Resize
      • "coordinateTransformationMode" -> "coordinate_transformation_mode"
      • "cubicCoeffA" -> "cubic_coeff_a"
      • "InterpolationMode" -> "interpolation_mode"
      • "PaddingMode" -> "padding_mode"
    • Unsqueeze
      • "Axes" -> "axes"
    • Squeeze
      • "Axes -> "axes"
    • ConstantOfShape
      • "Value" -> "value"
    • BitShift
      • "BitShiftdirection" -> "bit_shift_direction"
Edited by Cyril Moineau

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading