Libtorch C++ load model error on windows10 · Issue #15919...
= prim::Constant) { return c10::nullopt; } // use implemenation of prim::Constant to compute the output IValue auto op = getOperation(v->node()); Stack stack; op(stack); return stack.back(); <------------ here (