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

Method constructWillExitPair

source/python.js:18723–18725  ·  view source on GitHub ↗
(exit_val_ref)

Source from the content-addressed store, hash-verified

18721 return new torch._C.ExitPair(this._false_val, []);
18722 }
18723 constructWillExitPair(exit_val_ref) {
18724 return new torch._C.ExitPair(this._true_val, exit_val_ref);
18725 }
18726 getExitStatus(exit_pair) {
18727 const exit_v = exit_pair.hasExited();
18728 if (exit_v === this._true_val) {

Callers 1

transformExitsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected