Class Equal

java.lang.Object
com.linkedin.feathr.common.Equal

public class Equal extends Object
Compare whether two tensor data are equal. Note: order does not matter here, and we assume that there is no duplicate rows in left & right tensor data Return true if the tensors are equal.
  • Field Details

    • INSTANCE

      public static final Equal INSTANCE
  • Constructor Details

    • Equal

      public Equal()
  • Method Details