Home
last modified time | relevance | path

Searched defs:cluster_op (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dxla_inline_device_ops.cc34 void InlineDeviceOp(tf_device::ClusterOp cluster_op) { in InlineDeviceOp()
63 [&](tf_device::ClusterOp cluster_op) { ops.push_back(cluster_op); }); in runOnOperation()
65 for (auto cluster_op : ops) { in runOnOperation() local
Dcluster_outlining.cc104 void OutlineCluster(tf_device::ClusterOp cluster_op, SymbolTable* symbol_table, in OutlineCluster()
Dcluster_ops_by_policy.cc570 auto cluster_op = in CreateClusterOp() local
Dshape_inference.cc1947 if (auto cluster_op = dyn_cast<tf_device::ClusterOp>(op)) { in InferShapeForNonTFDialectOperation() local
/external/tensorflow/tensorflow/dtensor/mlir/
Dspmd_expander_common.cc746 if (auto cluster_op = mlir::dyn_cast<mlir::tf_device::ClusterOp>(op)) in next() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Dlower_saved_model.cc113 mlir::Operation *cluster_op = in ReplaceHoistedValues() local