Learn R Programming

ggmlR (version 0.8.1)

nn_build_dense: Build dense forward pass

Description

Build dense forward pass

Usage

nn_build_dense(ctx, input_tensor, layer)

Arguments

Value

A ggml_tensor with the dense (matmul + bias + activation) output.