pub fn tensor_error() -> u64Expand description
Read the tensor co-processor error status register.
Returns 0 when no error has occurred since the last reset. A non-zero
value encodes the error class in bits defined by PRM Table 9-3. Call
after tensor_wait to check for co-processor faults. Prefer
check_tensor_error to obtain a typed result.