| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.LRN.Attrs |
tensorflow.LRN.Attrs.alpha_(float alpha_) |
static tensorflow.LRN.Attrs |
tensorflow.LRN.Alpha(float x) |
tensorflow.LRN.Attrs |
tensorflow.LRN.Attrs.Alpha(float x)
A scale factor, usually positive.
|
tensorflow.LRN.Attrs |
tensorflow.LRN.Attrs.beta_(float beta_) |
static tensorflow.LRN.Attrs |
tensorflow.LRN.Beta(float x) |
tensorflow.LRN.Attrs |
tensorflow.LRN.Attrs.Beta(float x)
An exponent.
|
tensorflow.LRN.Attrs |
tensorflow.LRN.Attrs.bias_(float bias_) |
static tensorflow.LRN.Attrs |
tensorflow.LRN.Bias(float x) |
tensorflow.LRN.Attrs |
tensorflow.LRN.Attrs.Bias(float x)
An offset (usually positive to avoid dividing by 0).
|
tensorflow.LRN.Attrs |
tensorflow.LRN.Attrs.depth_radius_(long depth_radius_) |
static tensorflow.LRN.Attrs |
tensorflow.LRN.DepthRadius(long x) |
tensorflow.LRN.Attrs |
tensorflow.LRN.Attrs.DepthRadius(long x)
0-D.
|
tensorflow.LRN.Attrs |
tensorflow.LRN.Attrs.position(long position) |
| Constructor and Description |
|---|
LRN(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.LRN.Attrs attrs) |
Copyright © 2019. All rights reserved.