Returns true iff two operands are compatible according to the broadcasting rule.
| 88 | // Returns true iff two operands are compatible according to the |
| 89 | // broadcasting rule. |
| 90 | bool IsValid() const { return valid_; } |
| 91 | |
| 92 | // If and only if IsValid(), the following fields can be used in |
| 93 | // implementing a broadcasted binary tensor operation according to |
no outgoing calls