Searched refs:extra_parameters (Results 1 – 4 of 4) sorted by relevance
82 std::vector<std::unique_ptr<HloInstruction>> extra_parameters; in ExpandInstruction() local85 extra_parameters.push_back(HloInstruction::CreateParameter( in ExpandInstruction()88 extra_parameter_ptrs.push_back(extra_parameters.back().get()); in ExpandInstruction()89 extra_parameters.push_back(HloInstruction::CreateParameter( in ExpandInstruction()92 extra_parameter_ptrs.push_back(extra_parameters.back().get()); in ExpandInstruction()
343 absl::Span<const HloInstruction* const> extra_parameters = {},
523 std::vector<const HloInstruction*> extra_parameters{param3.get()}; in TEST_F() local525 extra_parameters); in TEST_F()
931 absl::Span<const HloInstruction* const> extra_parameters, in CloneWithReplacements() argument998 for (const auto& instr : extra_parameters) { in CloneWithReplacements()