MCPcopy Index your code
hub / github.com/lutzroeder/netron / transformLoopContinuations

Method transformLoopContinuations

source/python.js:18535–18538  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18533 this.transformExits(this._graph.block());
18534 }
18535 transformLoopContinuations() {
18536 this._current_exit_kind = 'prim::LoopContinuation';
18537 this.transformExits(this._graph.block());
18538 }
18539 destroyNodeAfterExit(n) {
18540 for (const output of n.outputs()) {
18541 if (output.uses().length > 0) {

Callers 1

constructorMethod · 0.80

Calls 2

transformExitsMethod · 0.80
blockMethod · 0.45

Tested by

no test coverage detected