Home
last modified time | relevance | path

Searched refs:GetConstraint (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
Dtf_jitrt_clustering.cc173 if (auto result_constraint = results.GetConstraint(result)) { in MatchAndUpdateConstraints()
214 if (auto result_constraint = results.GetConstraint(op.getResult())) { in MatchAndUpdateConstraints()
363 if (auto result_constraint = results.GetConstraint(op->getResult(0))) { in MatchAndUpdateConstraints()
395 auto result_constraint = results.GetConstraint(op->getResult(0)); in MatchAndUpdateConstraints()
423 auto result_constraint = results.GetConstraint(op.getResult()); in MatchAndUpdateConstraints()
440 if (auto result_constraint = results.GetConstraint(op->getResult(0))) { in MatchAndUpdateConstraints()
500 auto result_constraint = results.GetConstraint(op->getResult(0)); in MatchAndUpdateConstraints()
533 if (auto constraint = results.GetConstraint(op.getResult())) in MatchAndUpdateConstraints()
559 auto result_constraint = results.GetConstraint(op.getResult()); in MatchAndUpdateConstraints()
588 auto result_constraint = results.GetConstraint(op.getResult()); in MatchAndUpdateConstraints()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
Dtf_cpurt_clustering.cc168 if (auto result_constraint = results.GetConstraint(result)) { in MatchAndUpdateConstraints()
202 if (auto result_constraint = results.GetConstraint(op.getResult())) { in MatchAndUpdateConstraints()
350 if (auto result_constraint = results.GetConstraint(op->getResult(0))) { in MatchAndUpdateConstraints()
382 auto result_constraint = results.GetConstraint(op->getResult(0)); in MatchAndUpdateConstraints()
410 auto result_constraint = results.GetConstraint(op.getResult()); in MatchAndUpdateConstraints()
427 if (auto result_constraint = results.GetConstraint(op->getResult(0))) { in MatchAndUpdateConstraints()
487 auto result_constraint = results.GetConstraint(op->getResult(0)); in MatchAndUpdateConstraints()
526 auto result_constraint = results.GetConstraint(op.getResult()); in MatchAndUpdateConstraints()
555 auto result_constraint = results.GetConstraint(op.getResult()); in MatchAndUpdateConstraints()
585 auto result_constraint = results.GetConstraint(op.getResult()); in MatchAndUpdateConstraints()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtest_cluster_ops_by_policy.cc44 if (auto result_constraint = results.GetConstraint(op->getResult(0))) { in MatchAndUpdateConstraints()
Dcluster_ops_by_policy.cc100 Optional<ValueConstraint> ValuesConstraintSet::GetConstraint( in GetConstraint() function in mlir::TFDevice::ValuesConstraintSet
108 return GetConstraint(value).has_value(); in HasConstraint()
653 os << " " << i << ":" << results.GetConstraint(op->getResult(i)); in PropagateValuesConstraints()
Dcluster_ops_by_policy.h95 Optional<ValueConstraint> GetConstraint(Value value) const;
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Dtf_to_tfrt.cc2118 if (auto constraint = constraints.GetConstraint(func.getArgument(i))) { in SetEntrypointConstraints()