Searched refs:ExecutionConstraint (Results 1 – 2 of 2) sorted by relevance
38 case ExecutionConstraint::kIsSame: // a and b are the same instruction; in ExecutesBefore()40 case ExecutionConstraint::kRunBefore: in ExecutesBefore()41 case ExecutionConstraint::kRunExclusiveBefore: in ExecutesBefore()43 case ExecutionConstraint::kRunExclusiveAfter: in ExecutesBefore()44 case ExecutionConstraint::kRunAfter: in ExecutesBefore()45 case ExecutionConstraint::kUnordered: in ExecutesBefore()50 HloOrdering::ExecutionConstraint HloOrdering::GetExecutionConstraint( in GetExecutionConstraint()57 return ExecutionConstraint::kIsSame; in GetExecutionConstraint()69 return ExecutionConstraint::kUnordered; in GetExecutionConstraint()84 return ExecutionConstraint::kRunBefore; in GetExecutionConstraint()[all …]
45 enum class ExecutionConstraint { enum61 HloOrdering::ExecutionConstraint GetExecutionConstraint(