public static class tensorflow.Svd.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 |
|---|---|
boolean |
compute_uv_() |
tensorflow.Svd.Attrs |
compute_uv_(boolean compute_uv_) |
tensorflow.Svd.Attrs |
ComputeUv(boolean x)
If true, left and right singular vectors will be
computed and returned in
u and v, respectively. |
boolean |
full_matrices_() |
tensorflow.Svd.Attrs |
full_matrices_(boolean full_matrices_) |
tensorflow.Svd.Attrs |
FullMatrices(boolean x)
If true, compute full-sized
u and v. |
tensorflow.Svd.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.Svd.Attrs position(long position)
@ByVal public tensorflow.Svd.Attrs ComputeUv(@Cast(value="bool") boolean x)
u and v, respectively.
If false, u and v are not set and should never referenced.
Defaults to true@ByVal public tensorflow.Svd.Attrs FullMatrices(@Cast(value="bool") boolean x)
u and v. If false
(the default), compute only the leading P singular vectors.
Ignored if compute_uv is False.
Defaults to falsepublic tensorflow.Svd.Attrs compute_uv_(boolean compute_uv_)
public tensorflow.Svd.Attrs full_matrices_(boolean full_matrices_)
Copyright © 2019. All rights reserved.