@Namespace(value="tensorflow::shape_inference") @NoOffset public static class tensorflow.ShapeAndType extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ShapeAndType() |
ShapeAndType(long size)
Native array allocator.
|
ShapeAndType(Pointer p)
Pointer cast constructor.
|
ShapeAndType(tensorflow.ShapeHandle s,
int t) |
| Modifier and Type | Method and Description |
|---|---|
int |
dtype() |
tensorflow.ShapeAndType |
dtype(int dtype) |
tensorflow.ShapeAndType |
position(long position) |
tensorflow.ShapeHandle |
shape() |
tensorflow.ShapeAndType |
shape(tensorflow.ShapeHandle shape) |
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 ShapeAndType(Pointer p)
Pointer.Pointer(Pointer).public ShapeAndType(long size)
Pointer.position(long).public ShapeAndType()
public ShapeAndType(@ByVal tensorflow.ShapeHandle s, @Cast(value="tensorflow::DataType") int t)
public tensorflow.ShapeAndType position(long position)
@ByRef public tensorflow.ShapeHandle shape()
public tensorflow.ShapeAndType shape(tensorflow.ShapeHandle shape)
public tensorflow.ShapeAndType dtype(int dtype)
Copyright © 2019. All rights reserved.