# \donttest{
model <- ggml_model_sequential() |>
ggml_layer_dense(64, activation = "relu") |>
ggml_layer_dense(10, activation = "softmax")
model <- ggml_pop_layer(model)
length(model$layers) # 1
# }
Run the code above in your browser using DataLab