public static class tensorflow.LRN.Attrs extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Attrs()
Default native constructor.
|
Attrs(long size)
Native array allocator.
|
Attrs(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
alpha_() |
tensorflow.LRN.Attrs |
alpha_(float alpha_) |
tensorflow.LRN.Attrs |
Alpha(float x)
A scale factor, usually positive.
|
float |
beta_() |
tensorflow.LRN.Attrs |
beta_(float beta_) |
tensorflow.LRN.Attrs |
Beta(float x)
An exponent.
|
float |
bias_() |
tensorflow.LRN.Attrs |
bias_(float bias_) |
tensorflow.LRN.Attrs |
Bias(float x)
An offset (usually positive to avoid dividing by 0).
|
long |
depth_radius_() |
tensorflow.LRN.Attrs |
depth_radius_(long depth_radius_) |
tensorflow.LRN.Attrs |
DepthRadius(long x)
0-D.
|
tensorflow.LRN.Attrs |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Attrs()
public Attrs(long size)
Pointer.position(long).public Attrs(Pointer p)
Pointer.Pointer(Pointer).public tensorflow.LRN.Attrs position(long position)
@ByVal public tensorflow.LRN.Attrs DepthRadius(@Cast(value="tensorflow::int64") long x)
@ByVal public tensorflow.LRN.Attrs Bias(float x)
@ByVal public tensorflow.LRN.Attrs Alpha(float x)
@ByVal public tensorflow.LRN.Attrs Beta(float x)
public tensorflow.LRN.Attrs depth_radius_(long depth_radius_)
public float bias_()
public tensorflow.LRN.Attrs bias_(float bias_)
public float alpha_()
public tensorflow.LRN.Attrs alpha_(float alpha_)
public float beta_()
public tensorflow.LRN.Attrs beta_(float beta_)
Copyright © 2019. All rights reserved.