public static class tensorflow.FakeQuantWithMinMaxArgsGradient.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 |
max_() |
tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs |
max_(float max_) |
tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs |
Max(float x)
Defaults to 6
|
float |
min_() |
tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs |
min_(float min_) |
tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs |
Min(float x)
Defaults to -6
|
boolean |
narrow_range_() |
tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs |
narrow_range_(boolean narrow_range_) |
tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs |
NarrowRange(boolean x)
Defaults to false
|
long |
num_bits_() |
tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs |
num_bits_(long num_bits_) |
tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs |
NumBits(long x)
Defaults to 8
|
tensorflow.FakeQuantWithMinMaxArgsGradient.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.FakeQuantWithMinMaxArgsGradient.Attrs position(long position)
@ByVal public tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs Min(float x)
@ByVal public tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs Max(float x)
@ByVal public tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs NumBits(@Cast(value="tensorflow::int64") long x)
@ByVal public tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs NarrowRange(@Cast(value="bool") boolean x)
public float min_()
public tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs min_(float min_)
public float max_()
public tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs max_(float max_)
public tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs num_bits_(long num_bits_)
public tensorflow.FakeQuantWithMinMaxArgsGradient.Attrs narrow_range_(boolean narrow_range_)
Copyright © 2019. All rights reserved.