Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.h104 StatusOr<mlir::Value> ImportInstructionsImpl(
Dhlo_function_importer.cc169 StatusOr<Value> HloFunctionImporter::ImportInstructionsImpl( in ImportInstructionsImpl() function in xla::HloFunctionImporter
200 ImportInstructionsImpl(computation, arguments, &builder)); in ImportInstructions()
224 return importer.ImportInstructionsImpl(computation, arguments, builder); in ImportInstructions()