public static class tensorflow.CropAndResize.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.
|
| Modifier and Type | Method and Description |
|---|---|
float |
extrapolation_value_() |
tensorflow.CropAndResize.Attrs |
extrapolation_value_(float extrapolation_value_) |
tensorflow.CropAndResize.Attrs |
ExtrapolationValue(float x)
Value used for extrapolation, when applicable.
|
BytePointer |
method_() |
tensorflow.CropAndResize.Attrs |
method_(BytePointer method_) |
tensorflow.CropAndResize.Attrs |
Method(BytePointer x)
A string specifying the sampling method for resizing.
|
tensorflow.CropAndResize.Attrs |
Method(String x) |
tensorflow.CropAndResize.Attrs |
position(long position) |
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.CropAndResize.Attrs position(long position)
@ByVal public tensorflow.CropAndResize.Attrs Method(@tensorflow.StringPiece BytePointer x)
"bilinear" or "nearest" and default to "bilinear". Currently two sampling
methods are supported: Bilinear and Nearest Neighbor.
Defaults to "bilinear"@ByVal public tensorflow.CropAndResize.Attrs Method(@tensorflow.StringPiece String x)
@ByVal public tensorflow.CropAndResize.Attrs ExtrapolationValue(float x)
@tensorflow.StringPiece public BytePointer method_()
public tensorflow.CropAndResize.Attrs method_(BytePointer method_)
public float extrapolation_value_()
public tensorflow.CropAndResize.Attrs extrapolation_value_(float extrapolation_value_)
Copyright © 2019. All rights reserved.