Skip to content

Class FullConnNet

The class FullConnNet is a subclass of FullConnBaseNet. It is a fully connected neural network.

API Documentation

Bases: FullConnBaseNet

forward(inputs)

Perform a forward pass through the network.

Parameters:

Name Type Description Default
inputs Tensor

The input data to be processed by the network.

required

Returns:

Type Description
Tensor

The output of the network after processing the input through the layers.