Searched defs:InstructionVector (Results 1 – 5 of 5) sorted by relevance
128 using InstructionVector = absl::InlinedVector<HloInstruction *, 2>; in RewriteReduction() typedef
29 using InstructionVector = std::vector<const spvtools::opt::Instruction*>; typedef
1210 using InstructionVector = absl::InlinedVector<HloInstruction*, 2>; variable