Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc537 for (auto index_and_computation : in ImportInstructionImpl() local
539 auto index = index_and_computation.index(); in ImportInstructionImpl()
540 HloComputation* computation = index_and_computation.value(); in ImportInstructionImpl()