public final class LeNet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LeNet.Builder
The Builder to construct a
LeNet object. |
| Modifier and Type | Method and Description |
|---|---|
static LeNet.Builder |
builder()
Creates a builder to build a
LeNet. |
static ai.djl.nn.Block |
leNet(LeNet.Builder builder)
Creates a LeNet network block with the help of the LeNet Builder.
|
public static ai.djl.nn.Block leNet(LeNet.Builder builder)
builder - the LeNet.Builder with the necessary arguments.public static LeNet.Builder builder()
LeNet.