Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.h132 llvm::MutableArrayRef<mlir::Value>& flatten_values, mlir::Type type);
Dhlo_function_importer.cc224 llvm::MutableArrayRef<Value>& flatten_values, Type type) { in CreateTupleValue() argument
227 assert(!flatten_values.empty()); in CreateTupleValue()
228 auto retval = flatten_values.front(); in CreateTupleValue()
229 flatten_values = flatten_values.drop_front(); in CreateTupleValue()
236 CreateTupleValue(func_builder, loc, flatten_values, child_type)); in CreateTupleValue()