UH-OH

It looks like you don’t have access to that feature yet

Contact sales to get upgraded to the full DevStudio experience.

UH-OH

It looks like you don't have access to that feature yet.

Chimera Compute Library (CCL) API ReferenceNeural Network BlocksFully Connected Layers

Fully Connected Layers

Partial Fully Connected Layers

File: /src/neuralNetBlocks/fc.hppLines 54–63
    /**
     * @brief Computes a partial sum of a Fully Connected Layer in int8 precision.
     * @ingroup fully_connected
     * @param      qMatrix         The weights of the layer.
     * @tparam     numCols         The width of the weight matrix in the FC Layer.
     * @tparam     T               The type of the input values.
     * @tparam     NDArray         The type of the weight matrix.
     */
    template <typename T, std::int32_t numCols, typename NDArray>
    void fullyConnectedTileBlockPartial(NDArray& qMatrix) {
Table of Contents

Sign in to your account

Don't have an account? Create an Account
By signing in, you are agreeing to our Terms of Use and Privacy Policy.

Develop.

Simulate.

Profile.

Collaborate.