public static class tensorflow.BatchMatMul.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 |
adj_x_() |
tensorflow.BatchMatMul.Attrs |
adj_x_(boolean adj_x_) |
boolean |
adj_y_() |
tensorflow.BatchMatMul.Attrs |
adj_y_(boolean adj_y_) |
tensorflow.BatchMatMul.Attrs |
AdjX(boolean x)
If
True, adjoint the slices of x. |
tensorflow.BatchMatMul.Attrs |
AdjY(boolean x)
If
True, adjoint the slices of y. |
tensorflow.BatchMatMul.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.BatchMatMul.Attrs position(long position)
@ByVal public tensorflow.BatchMatMul.Attrs AdjX(@Cast(value="bool") boolean x)
True, adjoint the slices of x. Defaults to False.
Defaults to false@ByVal public tensorflow.BatchMatMul.Attrs AdjY(@Cast(value="bool") boolean x)
True, adjoint the slices of y. Defaults to False.
Defaults to falsepublic tensorflow.BatchMatMul.Attrs adj_x_(boolean adj_x_)
public tensorflow.BatchMatMul.Attrs adj_y_(boolean adj_y_)
Copyright © 2019. All rights reserved.