Searched refs:PropagateValuesConstraints (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | cluster_ops_by_policy.h | 258 mlir::LogicalResult PropagateValuesConstraints( 265 mlir::LogicalResult PropagateValuesConstraints(
|
D | test_cluster_ops_by_policy.cc | 71 PropagateValuesConstraints(func.getBody(), policies, constraints, in runOnOperation()
|
D | cluster_ops_by_policy.cc | 310 if (succeeded(PropagateValuesConstraints(worklist, filter, policies, in VerifyValueConstraints() 604 mlir::LogicalResult PropagateValuesConstraints( in PropagateValuesConstraints() function 683 mlir::LogicalResult PropagateValuesConstraints( in PropagateValuesConstraints() function 695 return PropagateValuesConstraints(worklist, filter, policies, constraints, in PropagateValuesConstraints()
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/ |
D | tf_cpurt_test_passes.cc | 95 auto result = PropagateValuesConstraints(func.body(), policies, constraints); in runOnFunction()
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/ |
D | tf_jitrt_test_passes.cc | 81 PropagateValuesConstraints(func.getBody(), policies, constraints, in runOnOperation()
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/ |
D | tf_to_tfrt.cc | 2112 if (failed(mlir::TFDevice::PropagateValuesConstraints( in SetEntrypointConstraints()
|