Searched defs:insert_point_guard (Results 1 – 3 of 3) sorted by relevance
61 WithInsertPoint insert_point_guard{loop}; in inlineBody() local123 WithInsertPoint insert_point_guard(dest); in repeatBody() local189 WithInsertPoint insert_point_guard{loop}; in unroll() local
470 WithInsertPoint insert_point_guard(new_block); in NodeToONNX() local572 WithInsertPoint insert_point_guard(new_block); in NodeToONNX() local
25 def insert_point_guard(self, insert_point: Union[torch._C.Node, torch._C.Block]): function