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