@Namespace(value="tensorflow") @NoOffset public static class tensorflow.OpOutputList extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
OpOutputList() |
OpOutputList(long size)
Native array allocator.
|
OpOutputList(Pointer p)
Pointer cast constructor.
|
OpOutputList(tensorflow.OpKernelContext ctx,
int start,
int stop) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Status |
_allocate(int i,
tensorflow.TensorShape shape,
PointerPointer output) |
tensorflow.Status |
_allocate(int i,
tensorflow.TensorShape shape,
tensorflow.Tensor output) |
int |
expected_output_dtype(int i) |
tensorflow.Tensor |
get(int i) |
tensorflow.OpOutputList |
position(long position) |
tensorflow.OpOutputList |
put(tensorflow.OpOutputList other) |
boolean |
required(int i) |
void |
set_ref(int i,
Pointer mu,
tensorflow.Tensor tensor_for_ref) |
void |
set(int i,
tensorflow.Tensor tensor) |
int |
size() |
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 OpOutputList(Pointer p)
Pointer.Pointer(Pointer).public OpOutputList(long size)
Pointer.position(long).public OpOutputList()
public OpOutputList(tensorflow.OpKernelContext ctx, int start, int stop)
public tensorflow.OpOutputList position(long position)
@ByRef @Name(value="operator =") public tensorflow.OpOutputList put(@Const @ByRef tensorflow.OpOutputList other)
@Name(value="operator []") public tensorflow.Tensor get(int i)
@ByVal @Name(value="allocate") public tensorflow.Status _allocate(int i, @Const @ByRef tensorflow.TensorShape shape, @Cast(value="tensorflow::Tensor**") PointerPointer output)
@ByVal @Name(value="allocate") public tensorflow.Status _allocate(int i, @Const @ByRef tensorflow.TensorShape shape, @ByPtrPtr tensorflow.Tensor output)
public void set(int i,
@Const @ByRef
tensorflow.Tensor tensor)
public void set_ref(int i,
@Cast(value="tensorflow::mutex*")
Pointer mu,
tensorflow.Tensor tensor_for_ref)
public int size()
Copyright © 2019. All rights reserved.