Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcluster_ops_by_policy.h258 mlir::LogicalResult PropagateValuesConstraints(
265 mlir::LogicalResult PropagateValuesConstraints(
Dtest_cluster_ops_by_policy.cc71 PropagateValuesConstraints(func.getBody(), policies, constraints, in runOnOperation()
Dcluster_ops_by_policy.cc310 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/
Dtf_cpurt_test_passes.cc95 auto result = PropagateValuesConstraints(func.body(), policies, constraints); in runOnFunction()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
Dtf_jitrt_test_passes.cc81 PropagateValuesConstraints(func.getBody(), policies, constraints, in runOnOperation()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Dtf_to_tfrt.cc2112 if (failed(mlir::TFDevice::PropagateValuesConstraints( in SetEntrypointConstraints()