()
| 8124 | return this._graph; |
| 8125 | } |
| 8126 | optimized_graph() { |
| 8127 | const graph_ref = this._graph.copy(); |
| 8128 | torch._C.preoptimizeGraph(graph_ref, this._force_no_amp); |
| 8129 | return graph_ref; |
| 8130 | } |
| 8131 | ensure_defined() { |
| 8132 | if (this._function_creator) { |
| 8133 | const creator = this._function_creator; |