This is the GRUB 2 bootloader (v2.14), maintained by the Free Software Foundation.
The boot sequence for finding grub.cfg:
grub_main()(grub-core/kern/main.c:304) — kernel entrygrub_machine_init()— platform init (console, memory, disks)
| """use pytorch in this example. | |
| input: dimension = (16,) | |
| output: dimension = (4,) | |
| matrix of linear mapping: dimension = (16, 4) | |
| """ | |
| import torch | |
| from torch import nn |