@Namespace(value="tensorflow") @NoOffset public static class tensorflow.TensorValue extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
TensorValue() |
TensorValue(long size)
Native array allocator.
|
TensorValue(Pointer p)
Pointer cast constructor.
|
TensorValue(Pointer mu,
tensorflow.Tensor t) |
TensorValue(tensorflow.Tensor t) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Tensor |
access() |
boolean |
is_ref() |
Pointer |
mutex_if_ref() |
tensorflow.TensorValue |
mutex_if_ref(Pointer mutex_if_ref) |
tensorflow.TensorValue |
position(long position) |
tensorflow.Tensor |
tensor() |
tensorflow.TensorValue |
tensor(tensorflow.Tensor tensor) |
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 TensorValue(Pointer p)
Pointer.Pointer(Pointer).public TensorValue(long size)
Pointer.position(long).public TensorValue()
public TensorValue(tensorflow.Tensor t)
public TensorValue(@Cast(value="tensorflow::mutex*") Pointer mu, tensorflow.Tensor t)
public tensorflow.TensorValue position(long position)
@Name(value="operator ->") public tensorflow.Tensor access()
public tensorflow.TensorValue mutex_if_ref(Pointer mutex_if_ref)
public tensorflow.Tensor tensor()
public tensorflow.TensorValue tensor(tensorflow.Tensor tensor)
Copyright © 2019. All rights reserved.