@Namespace(value="tensorflow") @NoOffset public static class tensorflow.TensorReference extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
TensorReference(Pointer p)
Pointer cast constructor.
|
TensorReference(tensorflow.Tensor tensor) |
TensorReference(tensorflow.TensorBuffer test_buffer) |
| Modifier and Type | Method and Description |
|---|---|
long |
BufferHash() |
void |
FillDescription(tensorflow.AllocationDescription description) |
boolean |
SharesBufferWith(tensorflow.Tensor t) |
boolean |
SharesBufferWith(tensorflow.TensorReference t) |
long |
TotalBytes() |
void |
Unref() |
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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic TensorReference(Pointer p)
Pointer.Pointer(Pointer).public TensorReference(@Const @ByRef tensorflow.Tensor tensor)
public TensorReference(tensorflow.TensorBuffer test_buffer)
public void Unref()
public void FillDescription(tensorflow.AllocationDescription description)
@Cast(value="bool") public boolean SharesBufferWith(@Const @ByRef tensorflow.TensorReference t)
@Cast(value="bool") public boolean SharesBufferWith(@Const @ByRef tensorflow.Tensor t)
Copyright © 2019. All rights reserved.