| CRITICAL | source/pytorch-schema.js | 284 | case 1: return torch.jit.mobile.serialization.Int.decode(reader, position); |
| CRITICAL | source/pytorch-schema.js | 285 | case 2: return torch.jit.mobile.serialization.Bool.decode(reader, position); |
| CRITICAL | source/pytorch-schema.js | 286 | case 3: return torch.jit.mobile.serialization.Double.decode(reader, position); |
| CRITICAL | source/pytorch-schema.js | 287 | case 4: return torch.jit.mobile.serialization.ComplexDouble.decode(reader, position); |
| CRITICAL | source/pytorch-schema.js | 288 | case 5: return torch.jit.mobile.serialization.TensorMetadata.decode(reader, position); |
| CRITICAL | source/pytorch-schema.js | 289 | case 6: return torch.jit.mobile.serialization.String.decode(reader, position); |
| CRITICAL | source/pytorch-schema.js | 290 | case 7: return torch.jit.mobile.serialization.List.decode(reader, position); |
| CRITICAL | source/pytorch-schema.js | 291 | case 8: return torch.jit.mobile.serialization.Tuple.decode(reader, position); |
| CRITICAL | source/pytorch-schema.js | 292 | case 9: return torch.jit.mobile.serialization.Dict.decode(reader, position); |
| CRITICAL | source/pytorch-schema.js | 293 | case 10: return torch.jit.mobile.serialization.Object.decode(reader, position); |
| CRITICAL | source/pytorch-schema.js | 294 | case 11: return torch.jit.mobile.serialization.IntList.decode(reader, position); |
| CRITICAL | source/pytorch-schema.js | 295 | case 12: return torch.jit.mobile.serialization.DoubleList.decode(reader, position); |
| CRITICAL | source/pytorch-schema.js | 296 | case 13: return torch.jit.mobile.serialization.BoolList.decode(reader, position); |
| CRITICAL | source/pytorch-schema.js | 297 | case 14: return torch.jit.mobile.serialization.Device.decode(reader, position); |
| CRITICAL | source/pytorch-schema.js | 298 | case 15: return torch.jit.mobile.serialization.EnumValue.decode(reader, position); |
| CRITICAL | source/pytorch-schema.js | 299 | case 16: return torch.jit.mobile.serialization.Function.decode(reader, position); |
| CRITICAL | source/pytorch-schema.js | 331 | return torch.jit.mobile.serialization.Module.decode(reader, reader.root); |
| CRITICAL | source/megengine-schema.js | 2192 | case 1: return mgb.serialization.fbs.v2.DefaultTensorFormat.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2193 | case 2: return mgb.serialization.fbs.v2.Image2DPackedTensorFormat.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2194 | case 3: return mgb.serialization.fbs.v2.LowbitsAlignedTensorFormat.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2243 | case 1: return mgb.serialization.fbs.param.Empty.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2244 | case 2: return mgb.serialization.fbs.param.Axis.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2245 | case 3: return mgb.serialization.fbs.param.Convolution.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2246 | case 4: return mgb.serialization.fbs.param.MaskPropagate.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2247 | case 5: return mgb.serialization.fbs.param.ConvPooling.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2248 | case 6: return mgb.serialization.fbs.param.ConvBias.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2249 | case 7: return mgb.serialization.fbs.param.SeparableConv.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2250 | case 8: return mgb.serialization.fbs.param.Images2Neibs.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2251 | case 9: return mgb.serialization.fbs.param.Pooling.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2252 | case 10: return mgb.serialization.fbs.param.LRN.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2253 | case 11: return mgb.serialization.fbs.param.BN.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2254 | case 12: return mgb.serialization.fbs.param.ROIPooling.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2255 | case 13: return mgb.serialization.fbs.param.WarpPerspective.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2256 | case 14: return mgb.serialization.fbs.param.SpatialTfGridGenerator.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2257 | case 15: return mgb.serialization.fbs.param.SpatialTfSampler.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2258 | case 16: return mgb.serialization.fbs.param.MGBAddUpdate.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2259 | case 17: return mgb.serialization.fbs.param.Elemwise.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2260 | case 18: return mgb.serialization.fbs.param.ElemwiseMultiType.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2261 | case 19: return mgb.serialization.fbs.param.PowC.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2262 | case 20: return mgb.serialization.fbs.param.MatrixMul.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2263 | case 21: return mgb.serialization.fbs.v2.DeprecatedParam.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2264 | case 22: return mgb.serialization.fbs.param.SVD.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2265 | case 23: return mgb.serialization.fbs.param.Reduce.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2266 | case 24: return mgb.serialization.fbs.param.Cumsum.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2267 | case 25: return mgb.serialization.fbs.param.CondTake.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2268 | case 26: return mgb.serialization.fbs.param.Argsort.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2269 | case 27: return mgb.serialization.fbs.param.IndexingRemap.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2270 | case 28: return mgb.serialization.fbs.param.MGBSleep.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2271 | case 29: return mgb.serialization.fbs.param.Linspace.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2272 | case 30: return mgb.serialization.fbs.param.LinspaceFull.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2273 | case 31: return mgb.serialization.fbs.param.Eye.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2274 | case 32: return mgb.serialization.fbs.param.UniformRNG.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2275 | case 33: return mgb.serialization.fbs.param.GaussianRNG.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2276 | case 34: return mgb.serialization.fbs.param.Flip.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2277 | case 35: return mgb.serialization.fbs.param.Rotate.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2278 | case 36: return mgb.serialization.fbs.param.ROICopy.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2279 | case 37: return mgb.serialization.fbs.param.CvtColor.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2280 | case 38: return mgb.serialization.fbs.param.WarpAffine.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2281 | case 39: return mgb.serialization.fbs.param.GaussianBlur.decode(reader, position); |
| CRITICAL | source/megengine-schema.js | 2282 | case 40: return mgb.serialization.fbs.param.Resize.decode(reader, position); |
| 240 more matches not shown… |