Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc233 llvm::SmallVector<mlir::Value> flatten_sub_values; in CreateTupleValue() local
235 flatten_sub_values.push_back( in CreateTupleValue()
238 return func_builder->create<mlir::mhlo::TupleOp>(loc, flatten_sub_values) in CreateTupleValue()