public static class tensorflow.SparseTensorDenseMatMul.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 |
adjoint_a_() |
tensorflow.SparseTensorDenseMatMul.Attrs |
adjoint_a_(boolean adjoint_a_) |
boolean |
adjoint_b_() |
tensorflow.SparseTensorDenseMatMul.Attrs |
adjoint_b_(boolean adjoint_b_) |
tensorflow.SparseTensorDenseMatMul.Attrs |
AdjointA(boolean x)
Use the adjoint of A in the matrix multiply.
|
tensorflow.SparseTensorDenseMatMul.Attrs |
AdjointB(boolean x)
Use the adjoint of B in the matrix multiply.
|
tensorflow.SparseTensorDenseMatMul.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.SparseTensorDenseMatMul.Attrs position(long position)
@ByVal public tensorflow.SparseTensorDenseMatMul.Attrs AdjointA(@Cast(value="bool") boolean x)
@ByVal public tensorflow.SparseTensorDenseMatMul.Attrs AdjointB(@Cast(value="bool") boolean x)
public tensorflow.SparseTensorDenseMatMul.Attrs adjoint_a_(boolean adjoint_a_)
public tensorflow.SparseTensorDenseMatMul.Attrs adjoint_b_(boolean adjoint_b_)
Copyright © 2019. All rights reserved.