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