Searched refs:non_io_hlos (Results 1 – 3 of 3) sorted by relevance
109 std::vector<const HloInstruction*> non_io_hlos; in CodegenNestedComputation() local110 non_io_hlos.push_back(root); in CodegenNestedComputation()114 non_io_hlos.push_back(hlo); in CodegenNestedComputation()117 bindings_.EmitBasePointersForHlos(io_hlos, non_io_hlos); in CodegenNestedComputation()
40 absl::Span<const HloInstruction* const> non_io_hlos) { in EmitBasePointersForHlos() argument57 !absl::c_count(non_io_hlos, io_hlo)) in EmitBasePointersForHlos()70 for (const HloInstruction* non_io_hlo : non_io_hlos) { in EmitBasePointersForHlos()
48 absl::Span<const HloInstruction* const> non_io_hlos);