Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.h110 StatusOr<mlir::Operation*> ImportInstruction(xla::HloInstruction* instruction,
Dhlo_function_importer.cc185 ImportInstruction(instruction, builder)); in ImportInstructionsImpl()
841 StatusOr<mlir::Operation*> HloFunctionImporter::ImportInstruction( in ImportInstruction() function in xla::HloFunctionImporter