Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcluster_outlining.cc53 tf_device::ClusterOp cluster_op, SymbolTable* symbol_table, in BuildFunction()
102 void OutlineCluster(tf_device::ClusterOp cluster_op, SymbolTable* symbol_table, in OutlineCluster()
Dshape_inference.cc950 if (auto cluster_op = dyn_cast<tf_device::ClusterOp>(op)) { in InferShapeForNonTFDialectOperation() local