Returns true if the XlaOp represents valid, non-erroneous value.
| 73 | |
| 74 | // Returns true if the XlaOp represents valid, non-erroneous value. |
| 75 | bool valid() const { return handle_ >= 0; } |
| 76 | |
| 77 | // Returns true if the XlaOp was created by the XlaOp() constructor and |
| 78 | // not returned by a builder. |
no outgoing calls