PINN PyTorch #
Verification-facing PyTorch import surface for trained PINNs.
This module exists so verification call sites can import one file:
NN.Verification.PINN.PyTorch.
Implementation is split for readability:
NN.Verification.PINN.PyTorch.Loadparses JSON into a shape-checkedPinnState.NN.Verification.PINN.PyTorch.ParamStoreturns aPinnStateinto the CROWN graph/parameter representation used by the verifier.