public static class tensorflow.SparseMatMul.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 |
a_is_sparse_() |
tensorflow.SparseMatMul.Attrs |
a_is_sparse_(boolean a_is_sparse_) |
tensorflow.SparseMatMul.Attrs |
AIsSparse(boolean x)
Defaults to false
|
boolean |
b_is_sparse_() |
tensorflow.SparseMatMul.Attrs |
b_is_sparse_(boolean b_is_sparse_) |
tensorflow.SparseMatMul.Attrs |
BIsSparse(boolean x)
Defaults to false
|
tensorflow.SparseMatMul.Attrs |
position(long position) |
boolean |
transpose_a_() |
tensorflow.SparseMatMul.Attrs |
transpose_a_(boolean transpose_a_) |
boolean |
transpose_b_() |
tensorflow.SparseMatMul.Attrs |
transpose_b_(boolean transpose_b_) |
tensorflow.SparseMatMul.Attrs |
TransposeA(boolean x)
Defaults to false
|
tensorflow.SparseMatMul.Attrs |
TransposeB(boolean x)
Defaults to false
|
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.SparseMatMul.Attrs position(long position)
@ByVal public tensorflow.SparseMatMul.Attrs TransposeA(@Cast(value="bool") boolean x)
@ByVal public tensorflow.SparseMatMul.Attrs TransposeB(@Cast(value="bool") boolean x)
@ByVal public tensorflow.SparseMatMul.Attrs AIsSparse(@Cast(value="bool") boolean x)
@ByVal public tensorflow.SparseMatMul.Attrs BIsSparse(@Cast(value="bool") boolean x)
public tensorflow.SparseMatMul.Attrs transpose_a_(boolean transpose_a_)
public tensorflow.SparseMatMul.Attrs transpose_b_(boolean transpose_b_)
public tensorflow.SparseMatMul.Attrs a_is_sparse_(boolean a_is_sparse_)
public tensorflow.SparseMatMul.Attrs b_is_sparse_(boolean b_is_sparse_)
Copyright © 2019. All rights reserved.