Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dmlir_hlo_to_hlo.cc1183 auto data_tuple_element = xla::GetTupleElement(xla_result, 0); in ExportXlaOp() local
1187 xla::GetTupleElement(data_tuple_element, item.index()); in ExportXlaOp()
1305 auto data_tuple_element = xla::GetTupleElement(xla_result, 0); in ExportXlaOp() local
1307 value_map[op.getResult(0)] = data_tuple_element; in ExportXlaOp()
1312 xla::GetTupleElement(data_tuple_element, item.index()); in ExportXlaOp()