public static class tensorflow.RandomGamma.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 |
|---|---|
tensorflow.RandomGamma.Attrs |
position(long position) |
long |
seed_() |
tensorflow.RandomGamma.Attrs |
seed_(long seed_) |
tensorflow.RandomGamma.Attrs |
Seed(long x)
If either
seed or seed2 are set to be non-zero, the random number
generator is seeded by the given seed. |
long |
seed2_() |
tensorflow.RandomGamma.Attrs |
seed2_(long seed2_) |
tensorflow.RandomGamma.Attrs |
Seed2(long x)
A second seed to avoid seed collision.
|
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.RandomGamma.Attrs position(long position)
@ByVal public tensorflow.RandomGamma.Attrs Seed(@Cast(value="tensorflow::int64") long x)
seed or seed2 are set to be non-zero, the random number
generator is seeded by the given seed. Otherwise, it is seeded by a
random seed.
Defaults to 0@ByVal public tensorflow.RandomGamma.Attrs Seed2(@Cast(value="tensorflow::int64") long x)
public tensorflow.RandomGamma.Attrs seed_(long seed_)
public tensorflow.RandomGamma.Attrs seed2_(long seed2_)
Copyright © 2019. All rights reserved.