public static class tensorflow.ApplyFtrlV2.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.ApplyFtrlV2.Attrs |
position(long position) |
boolean |
use_locking_() |
tensorflow.ApplyFtrlV2.Attrs |
use_locking_(boolean use_locking_) |
tensorflow.ApplyFtrlV2.Attrs |
UseLocking(boolean x)
If
True, updating of the var and accum tensors will be protected
by a lock; otherwise the behavior is undefined, but may exhibit less
contention. |
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.ApplyFtrlV2.Attrs position(long position)
@ByVal public tensorflow.ApplyFtrlV2.Attrs UseLocking(@Cast(value="bool") boolean x)
True, updating of the var and accum tensors will be protected
by a lock; otherwise the behavior is undefined, but may exhibit less
contention.
Defaults to falsepublic tensorflow.ApplyFtrlV2.Attrs use_locking_(boolean use_locking_)
Copyright © 2019. All rights reserved.