Derived Types

TypeLocationExtendsDescription
torch_model ftorch_model None

Type for holding a torch neural net (nn.Module).

torch_optim ftorch_optim None

Type for holding a torch optimizer.

torch_tensor ftorch_tensor None

Type for holding a Torch tensor.

type~~graph~~TypeGraph type~torch_model torch_model c_ptr c_ptr type~torch_model->c_ptr p type~torch_optim torch_optim type~torch_optim->c_ptr p type~torch_tensor torch_tensor type~torch_tensor->c_ptr p
Help