Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc319 const llvm::SmallVectorImpl<mlir::Value>& control_operands);
1726 const llvm::SmallVectorImpl<mlir::Value>& control_operands) { in CreateOperation() argument
1733 operands.append(control_operands.begin(), control_operands.end()); in CreateOperation()
1782 result.location, types, control_operands, in CreateOperation()
1914 mlir::SmallVector<mlir::Value, 8> control_operands; in ConvertNode() local
1944 control_operands.push_back(inst->getResult(inst->getNumResults() - 1)); in ConvertNode()
2024 CreateOperation(node, node_type_name, result, control_operands); in ConvertNode()