Loading...
Searching...
No Matches
validationError.h File Reference
+ 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...
 

Enumeration Type Documentation

◆ ExecValidationErrorType

enum class ExecValidationErrorType
strong

Types of errors reported by exec compilation.

Errors are reported by the TF_ERROR macro, for example:

#define TF_ERROR(...)
Issue an internal programming error, but continue execution.
Definition: diagnostic.h:54
@ DataDependencyCycle
Exec compilation encountered a computation that depends on itself.

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.