Returns true if the TensorRef is non-null
| 260 | |
| 261 | /// Returns true if the TensorRef is non-null |
| 262 | CUTLASS_HOST_DEVICE |
| 263 | bool good() const { |
| 264 | return ptr_ != nullptr; |
| 265 | } |
| 266 | |
| 267 | /// Returns the pointer to referenced data |
| 268 | CUTLASS_HOST_DEVICE |
no outgoing calls
no test coverage detected