public static class tensorflow.QuantizedInstanceNorm.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.
|
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.QuantizedInstanceNorm.Attrs position(long position)
@ByVal public tensorflow.QuantizedInstanceNorm.Attrs OutputRangeGiven(@Cast(value="bool") boolean x)
given_y_min and given_y_min
and given_y_max are used as the output range. Otherwise,
the implementation computes the output range.
Defaults to false@ByVal public tensorflow.QuantizedInstanceNorm.Attrs GivenYMin(float x)
y_min if output_range_given is True.
Defaults to 0@ByVal public tensorflow.QuantizedInstanceNorm.Attrs GivenYMax(float x)
y_max if output_range_given is True.
Defaults to 0@ByVal public tensorflow.QuantizedInstanceNorm.Attrs VarianceEpsilon(float x)
@ByVal public tensorflow.QuantizedInstanceNorm.Attrs MinSeparation(float x)
y_max - y_min
Defaults to 0.001public tensorflow.QuantizedInstanceNorm.Attrs output_range_given_(boolean output_range_given_)
public float given_y_min_()
public tensorflow.QuantizedInstanceNorm.Attrs given_y_min_(float given_y_min_)
public float given_y_max_()
public tensorflow.QuantizedInstanceNorm.Attrs given_y_max_(float given_y_max_)
public float variance_epsilon_()
public tensorflow.QuantizedInstanceNorm.Attrs variance_epsilon_(float variance_epsilon_)
public float min_separation_()
public tensorflow.QuantizedInstanceNorm.Attrs min_separation_(float min_separation_)
Copyright © 2019. All rights reserved.