| Package | Description |
|---|---|
| org.bytedeco.caffe |
| Modifier and Type | Method and Description |
|---|---|
static SoftmaxParameter |
SoftmaxParameter.default_instance() |
static SoftmaxParameter |
SoftmaxParameter.internal_default_instance() |
SoftmaxParameter |
LayerParameter.mutable_softmax_param() |
SoftmaxParameter |
V1LayerParameter.mutable_softmax_param() |
SoftmaxParameter |
SoftmaxParameter.New() |
SoftmaxParameter |
SoftmaxParameter.New(Arena arena) |
SoftmaxParameter |
SoftmaxParameter.position(long position) |
SoftmaxParameter |
SoftmaxParameter.put(SoftmaxParameter from) |
SoftmaxParameter |
LayerParameter.release_softmax_param() |
SoftmaxParameter |
V1LayerParameter.release_softmax_param() |
SoftmaxParameter |
LayerParameter.softmax_param() |
SoftmaxParameter |
V1LayerParameter.softmax_param() |
| Modifier and Type | Method and Description |
|---|---|
void |
SoftmaxParameter.CopyFrom(SoftmaxParameter from) |
void |
SoftmaxParameter.MergeFrom(SoftmaxParameter from) |
SoftmaxParameter |
SoftmaxParameter.put(SoftmaxParameter from) |
void |
LayerParameter.set_allocated_softmax_param(SoftmaxParameter softmax_param) |
void |
V1LayerParameter.set_allocated_softmax_param(SoftmaxParameter softmax_param) |
void |
SoftmaxParameter.Swap(SoftmaxParameter other) |
| Constructor and Description |
|---|
SoftmaxParameter(SoftmaxParameter from) |
Copyright © 2020. All rights reserved.