Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.h169 StatusOr<mlir::Operation*> ImportInstructionWithLayout(
Dhlo_function_importer.cc365 ImportInstructionWithLayout(instruction, operands, builder)); in ImportInstructionsImpl()
479 return importer.ImportInstructionWithLayout(instr, operands, builder, mode); in ImportInstruction()
1547 StatusOr<mlir::Operation*> HloFunctionImporter::ImportInstructionWithLayout( in ImportInstructionWithLayout() function in xla::HloFunctionImporter