public static class tensorflow.TensorArray.Attrs extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Attrs()
Default native constructor.
|
Attrs(long size)
Native array allocator.
|
Attrs(Pointer p)
Pointer cast constructor.
|
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 Attrs()
public Attrs(long size)
Pointer.position(long).public Attrs(Pointer p)
Pointer.Pointer(Pointer).public tensorflow.TensorArray.Attrs position(long position)
@ByVal public tensorflow.TensorArray.Attrs ElementShape(@ByVal tensorflow.PartialTensorShape x)
@ByVal public tensorflow.TensorArray.Attrs DynamicSize(@Cast(value="bool") boolean x)
@ByVal public tensorflow.TensorArray.Attrs ClearAfterRead(@Cast(value="bool") boolean x)
@ByVal public tensorflow.TensorArray.Attrs IdenticalElementShapes(@Cast(value="bool") boolean x)
@ByVal public tensorflow.TensorArray.Attrs TensorArrayName(@tensorflow.StringPiece BytePointer x)
@ByVal public tensorflow.TensorArray.Attrs TensorArrayName(@tensorflow.StringPiece String x)
@ByRef public tensorflow.PartialTensorShape element_shape_()
public tensorflow.TensorArray.Attrs element_shape_(tensorflow.PartialTensorShape element_shape_)
public tensorflow.TensorArray.Attrs dynamic_size_(boolean dynamic_size_)
public tensorflow.TensorArray.Attrs clear_after_read_(boolean clear_after_read_)
public tensorflow.TensorArray.Attrs identical_element_shapes_(boolean identical_element_shapes_)
@tensorflow.StringPiece public BytePointer tensor_array_name_()
public tensorflow.TensorArray.Attrs tensor_array_name_(BytePointer tensor_array_name_)
Copyright © 2019. All rights reserved.