Home
last modified time | relevance | path

Searched refs:func_ops (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Ddeduplicate_batch_function.cc144 auto& func_ops = it.second; in Run() local
145 mlir::func::FuncOp& func_op_to_keep = func_ops.front(); in Run()
146 for (mlir::func::FuncOp& func_op_to_remove : llvm::drop_begin(func_ops)) { in Run()
Dtf_to_tfrt.cc1710 llvm::SmallVector<mlir::func::FuncOp, 4> func_ops(func_op_range.begin(), in runOnOperation() local
1712 for (auto func : func_ops) { in runOnOperation()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/
Dbatch_function_deduplicate_failed.mlir21 // CHECK: error: func_ops for BatchFunctionOp with the same shared name are different