Table of Contents
heat
heat.array_api
heat.classification
heat.cluster
heat.datasets
heat.decomposition
heat.fft
heat.graph
heat.naive_bayes
heat.nn
heat.optim
heat.preprocessing
heat.regression
heat.sparse
heat.spatial
heat.testing
heat.utils
Neural network submodule.
It contains data parallel specific nn modules. It also includes all of the modules in the torch.nn namespace
heat.nn.data_parallel
heat.nn.functional
When a function is called for the heat.nn module it will attempt to run the heat nn module with that name, then, if there is no such heat nn module, it will attempt to get the torch nn module of that name.