@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.DecodeGif extends Pointer
tf.image.decode_image.
Arguments:
* scope: A Scope object
* contents: 0-D. The GIF-encoded image.
Returns:
* Output: 4-D with shape [num_frames, height, width, 3]. RGB orderPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
DecodeGif(Pointer p)
Pointer cast constructor.
|
DecodeGif(tensorflow.Scope scope,
tensorflow.Input contents) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Output |
image() |
tensorflow.DecodeGif |
image(tensorflow.Output image) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.DecodeGif |
operation(tensorflow.Operation operation) |
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 DecodeGif(Pointer p)
Pointer.Pointer(Pointer).public DecodeGif(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input contents)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByRef public tensorflow.Operation operation()
public tensorflow.DecodeGif operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output image()
public tensorflow.DecodeGif image(tensorflow.Output image)
Copyright © 2019. All rights reserved.