Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/c/
Dc_api_unified_experimental_mlir.cc659 SmallVector<Value, 8> ret_operands; in Finalize() local
667 ret_operands.push_back(operand->getValue()); in Finalize()
669 builder_.create<ReturnOp>(func_.getLoc(), ret_operands); in Finalize()