Searched defs:is_entry (Results 1 – 3 of 3) sorted by relevance
275 std::unique_ptr<HloComputation> computation, bool is_entry) { in AddComputationAndUnifyNamesAndIds()
52 std::unique_ptr<HloComputation> computation, bool is_entry, in AddComputationInternal()336 bool is_entry = computation.get() == entry; in CreateFromProto() local
198 bool is_entry() const { return type() == ENTRY; } in is_entry() function