Searched defs:is_entry (Results 1 – 11 of 11) sorted by relevance
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()
60 int is_entry = 0; in output_img_with_args() local
79 int is_entry = 0; in output_img_with_config() local
63 bool is_entry; // Whether this is the "root" frame for the current _PyCFrame. member
114 bool is_entry; // true for entry, false for exit. member
1071 def is_entry(self): member in PyFramePtr