import { LSTMLayer } from "https://deno.land/x/netsaur@0.4.2/web.ts";
Creates a Flatten layer. Flatten layers flatten the input. They are usually used to transition from convolutional layers to dense layers.
Parameters
config: LSTMLayerConfig
import { LSTMLayer } from "https://deno.land/x/netsaur@0.4.2/web.ts";
Creates a Flatten layer. Flatten layers flatten the input. They are usually used to transition from convolutional layers to dense layers.