Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcluster_outlining.cc116 auto cluster_func_op = builder->create<tf_device::ClusterFuncOp>( in OutlineCluster() local
120 cluster_op.replaceAllUsesWith(cluster_func_op); in OutlineCluster()
139 auto cluster_func_op = builder->create<tf_device::LaunchFuncOp>( in OutlineLaunch() local
143 launch_op.replaceAllUsesWith(cluster_func_op); in OutlineLaunch()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Dtf_to_tfrt.cc2149 auto cluster_func_op = builder.create<tfrt::jitrt::CallOp>( in OutlineClusterOp() local
2153 cluster.replaceAllUsesWith(cluster_func_op); in OutlineClusterOp()