(self, new_ops)
| 1986 | return str(output_name) |
| 1987 | |
| 1988 | def _ExtendOps(self, new_ops): |
| 1989 | self._net.op.extend(new_ops) |
| 1990 | for op in new_ops: |
| 1991 | self._op_outputs.update([str(o) for o in op.output]) |
| 1992 | |
| 1993 | def _CheckLookupTables(self): |
| 1994 | ''' |
no test coverage detected