Searched refs:io_hlos (Results 1 – 3 of 3) sorted by relevance
57 std::vector<const HloInstruction*> io_hlos; in CodegenNestedComputation() local62 io_hlos.push_back(param); in CodegenNestedComputation()117 bindings_.EmitBasePointersForHlos(io_hlos, non_io_hlos); in CodegenNestedComputation()
39 absl::Span<const HloInstruction* const> io_hlos, in EmitBasePointersForHlos() argument49 CHECK_EQ(io_hlos.size() + 1, function->arg_size()); in EmitBasePointersForHlos()55 for (const HloInstruction* io_hlo : io_hlos) { in EmitBasePointersForHlos()
47 absl::Span<const HloInstruction* const> io_hlos,