@Namespace(value="tensorflow") @NoOffset public static class tensorflow.OpMutableInputList extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
OpMutableInputList() |
OpMutableInputList(long size)
Native array allocator.
|
OpMutableInputList(Pointer p)
Pointer cast constructor.
|
OpMutableInputList(tensorflow.OpKernelContext ctx,
int start,
int stop) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Tensor |
at(int i,
boolean lock_held) |
tensorflow.OpMutableInputList |
position(long position) |
tensorflow.OpMutableInputList |
put(tensorflow.OpMutableInputList other) |
Pointer |
ref_mutex(int i) |
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 OpMutableInputList(Pointer p)
Pointer.Pointer(Pointer).public OpMutableInputList(long size)
Pointer.position(long).public OpMutableInputList(tensorflow.OpKernelContext ctx, int start, int stop)
public OpMutableInputList()
public tensorflow.OpMutableInputList position(long position)
@ByRef @Name(value="operator =") public tensorflow.OpMutableInputList put(@Const @ByRef tensorflow.OpMutableInputList other)
@ByVal public tensorflow.Tensor at(int i, @Cast(value="bool") boolean lock_held)
public int size()
Copyright © 2019. All rights reserved.