Searched refs:GetMlirValue (Results 1 – 2 of 2) sorted by relevance
131 StatusOr<mlir::Value> GetMlirValue(xla::HloInstruction* instruction);
192 return GetMlirValue(computation.root_instruction()); in ImportInstructionsImpl()887 StatusOr<Value> HloFunctionImporter::GetMlirValue(HloInstruction* instruction) { in GetMlirValue() function in xla::HloFunctionImporter