Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.h131 StatusOr<mlir::Value> GetMlirValue(xla::HloInstruction* instruction);
Dhlo_function_importer.cc192 return GetMlirValue(computation.root_instruction()); in ImportInstructionsImpl()
887 StatusOr<Value> HloFunctionImporter::GetMlirValue(HloInstruction* instruction) { in GetMlirValue() function in xla::HloFunctionImporter