Home
last modified time | relevance | path

Searched refs:ExecutionConstraint (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_ordering.cc38 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 …]
Dhlo_ordering.h45 enum class ExecutionConstraint { enum
61 HloOrdering::ExecutionConstraint GetExecutionConstraint(