Searched defs:called_computations (Results 1 – 8 of 8) sorted by relevance
59 absl::Span<HloComputation* const> called_computations, in CallSite()70 absl::Span<HloComputation* const> called_computations() const { in called_computations() function
366 auto called_computations = entry_node.callsites()[0].called_computations(); in TEST_F() local
1619 const std::vector<HloComputation*>& called_computations() const { in called_computations() function
2332 const auto& called_computations = inst->called_computations(); in Run() local
1573 absl::Span<HloComputation* const> called_computations) in HloCallableInstruction()2674 absl::Span<HloComputation* const> called_computations, in HloCustomCallInstruction()
2595 optional<std::vector<HloComputation*>> called_computations; in CreateInstruction() local
1897 absl::Span<HloComputation* const> called_computations, in CreateCustomCall()
615 const auto& called_computations = custom_call->called_computations(); in ImportInstructionImpl() local