@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.ResizeBicubic extends Pointer
images to size using bicubic interpolation.
Input images can be of different types but output images are always float.
Arguments:
* scope: A Scope object
* images: 4-D with shape [batch, height, width, channels].
* size: = A 1-D int32 Tensor of 2 elements: new_height, new_width. The
new size for the images.
Optional attributes (see Attrs):
* align_corners: If true, the centers of the 4 corner pixels of the input and output tensors are
aligned, preserving the values at the corner pixels. Defaults to false.
Returns:
* Output: 4-D with shape
[batch, new_height, new_width, channels].| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.ResizeBicubic.Attrs
Optional attribute setters for ResizeBicubic
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ResizeBicubic(Pointer p)
Pointer cast constructor.
|
ResizeBicubic(tensorflow.Scope scope,
tensorflow.Input images,
tensorflow.Input size) |
ResizeBicubic(tensorflow.Scope scope,
tensorflow.Input images,
tensorflow.Input size,
tensorflow.ResizeBicubic.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
static tensorflow.ResizeBicubic.Attrs |
AlignCorners(boolean x) |
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.ResizeBicubic |
operation(tensorflow.Operation operation) |
tensorflow.Output |
resized_images() |
tensorflow.ResizeBicubic |
resized_images(tensorflow.Output resized_images) |
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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic ResizeBicubic(Pointer p)
Pointer.Pointer(Pointer).public ResizeBicubic(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input images, @ByVal tensorflow.Input size)
public ResizeBicubic(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input images, @ByVal tensorflow.Input size, @Const @ByRef tensorflow.ResizeBicubic.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByVal public static tensorflow.ResizeBicubic.Attrs AlignCorners(@Cast(value="bool") boolean x)
@ByRef public tensorflow.Operation operation()
public tensorflow.ResizeBicubic operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output resized_images()
public tensorflow.ResizeBicubic resized_images(tensorflow.Output resized_images)
Copyright © 2019. All rights reserved.