@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.FusedResizeAndPadConv2D extends Pointer
[batch, in_height, in_width, in_channels].
* size: A 1-D int32 Tensor of 2 elements: new_height, new_width. The
new size for the images.
* paddings: A two-column matrix specifying the padding sizes. The number of
rows must be the same as the rank of input.
* filter: 4-D with shape
[filter_height, filter_width, in_channels, out_channels].
* strides: 1-D of length 4. The stride of the sliding window for each dimension
of input. Must be in the same order as the dimension specified with format.
* padding: The type of padding algorithm to use.
Optional attributes (see Attrs):
* resize_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: The output tensor.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.FusedResizeAndPadConv2D.Attrs
Optional attribute setters for FusedResizeAndPadConv2D
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.FusedResizeAndPadConv2D |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.FusedResizeAndPadConv2D |
output(tensorflow.Output output) |
static tensorflow.FusedResizeAndPadConv2D.Attrs |
ResizeAlignCorners(boolean x) |
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 FusedResizeAndPadConv2D(Pointer p)
Pointer.Pointer(Pointer).public FusedResizeAndPadConv2D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input size, @ByVal tensorflow.Input paddings, @ByVal tensorflow.Input filter, @tensorflow.StringPiece BytePointer mode, @tensorflow.ArraySlice IntPointer strides, @tensorflow.StringPiece BytePointer padding)
public FusedResizeAndPadConv2D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input size, @ByVal tensorflow.Input paddings, @ByVal tensorflow.Input filter, @tensorflow.StringPiece String mode, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.StringPiece String padding)
public FusedResizeAndPadConv2D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input size, @ByVal tensorflow.Input paddings, @ByVal tensorflow.Input filter, @tensorflow.StringPiece BytePointer mode, @tensorflow.ArraySlice int[] strides, @tensorflow.StringPiece BytePointer padding)
public FusedResizeAndPadConv2D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input size, @ByVal tensorflow.Input paddings, @ByVal tensorflow.Input filter, @tensorflow.StringPiece String mode, @tensorflow.ArraySlice IntPointer strides, @tensorflow.StringPiece String padding)
public FusedResizeAndPadConv2D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input size, @ByVal tensorflow.Input paddings, @ByVal tensorflow.Input filter, @tensorflow.StringPiece BytePointer mode, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.StringPiece BytePointer padding)
public FusedResizeAndPadConv2D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input size, @ByVal tensorflow.Input paddings, @ByVal tensorflow.Input filter, @tensorflow.StringPiece String mode, @tensorflow.ArraySlice int[] strides, @tensorflow.StringPiece String padding)
public FusedResizeAndPadConv2D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input size, @ByVal tensorflow.Input paddings, @ByVal tensorflow.Input filter, @tensorflow.StringPiece BytePointer mode, @tensorflow.ArraySlice IntPointer strides, @tensorflow.StringPiece BytePointer padding, @Const @ByRef tensorflow.FusedResizeAndPadConv2D.Attrs attrs)
public FusedResizeAndPadConv2D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input size, @ByVal tensorflow.Input paddings, @ByVal tensorflow.Input filter, @tensorflow.StringPiece String mode, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.StringPiece String padding, @Const @ByRef tensorflow.FusedResizeAndPadConv2D.Attrs attrs)
public FusedResizeAndPadConv2D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input size, @ByVal tensorflow.Input paddings, @ByVal tensorflow.Input filter, @tensorflow.StringPiece BytePointer mode, @tensorflow.ArraySlice int[] strides, @tensorflow.StringPiece BytePointer padding, @Const @ByRef tensorflow.FusedResizeAndPadConv2D.Attrs attrs)
public FusedResizeAndPadConv2D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input size, @ByVal tensorflow.Input paddings, @ByVal tensorflow.Input filter, @tensorflow.StringPiece String mode, @tensorflow.ArraySlice IntPointer strides, @tensorflow.StringPiece String padding, @Const @ByRef tensorflow.FusedResizeAndPadConv2D.Attrs attrs)
public FusedResizeAndPadConv2D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input size, @ByVal tensorflow.Input paddings, @ByVal tensorflow.Input filter, @tensorflow.StringPiece BytePointer mode, @tensorflow.ArraySlice IntBuffer strides, @tensorflow.StringPiece BytePointer padding, @Const @ByRef tensorflow.FusedResizeAndPadConv2D.Attrs attrs)
public FusedResizeAndPadConv2D(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input size, @ByVal tensorflow.Input paddings, @ByVal tensorflow.Input filter, @tensorflow.StringPiece String mode, @tensorflow.ArraySlice int[] strides, @tensorflow.StringPiece String padding, @Const @ByRef tensorflow.FusedResizeAndPadConv2D.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.FusedResizeAndPadConv2D.Attrs ResizeAlignCorners(@Cast(value="bool") boolean x)
@ByRef public tensorflow.Operation operation()
public tensorflow.FusedResizeAndPadConv2D operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.FusedResizeAndPadConv2D output(tensorflow.Output output)
Copyright © 2019. All rights reserved.