![]() |
|
Include dependency graph for validationError.h:Go to the source code of this file.
Enumerations | |
| enum class | ExecValidationErrorType { DataDependencyCycle } |
| Types of errors reported by exec compilation. More... | |
|
strong |
Types of errors reported by exec compilation.
Errors are reported by the TF_ERROR macro, for example:
Clients can check if an Exec API reported an error by using a TfErrorMark.
| Enumerator | |
|---|---|
| DataDependencyCycle | Exec compilation encountered a computation that depends on itself. |
Definition at line 25 of file validationError.h.