operator==
Description
Checks whether two RopeParams are the same.
Definition
inline bool operator == (const RopeParam &left, const RopeParam &right)
{
return left.rotaryCoeff == right.rotaryCoeff && left.cosFormat == right.cosFormat;
}
Parent topic: atb/infer_op_params.h