public final class LayerInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LayerInfo.Builder |
Modifier and Type | Method and Description |
---|---|
static LayerInfo.Builder |
builder(int layerId) |
int |
getDomainId() |
int |
getFixedBiasedId() |
int |
getLayerId() |
int |
getRandomBiasedId() |
int |
getUnbiasedId() |
boolean |
isLaunchLayer() |
public int getLayerId()
public boolean isLaunchLayer()
public int getDomainId()
public int getUnbiasedId()
public int getFixedBiasedId()
public int getRandomBiasedId()
public static LayerInfo.Builder builder(int layerId)
Copyright © 2013. All rights reserved.