Searched defs:is_entry (Results 1 – 4 of 4) sorted by relevance
181 static int sr_loop(bool is_entry) in sr_loop()
76 std::unique_ptr<HloComputation> computation, bool is_entry, in AddComputationInternal()454 bool is_entry = computation.get() == entry; in CreateFromProto() local
415 std::unique_ptr<HloComputation> computation, bool is_entry) { in AddComputationAndUnifyNamesAndIds()
114 bool is_entry; // true for entry, false for exit. member