@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.DecodeCompressed extends Pointer
bytes input Tensor, which
is assumed to be compressed using the given compression_type.
The output is a string Tensor of the same shape as bytes,
each element containing the decompressed data from the corresponding
element in bytes.
Arguments:
* scope: A Scope object
* bytes: A Tensor of string which is compressed.
Optional attributes (see Attrs):
* compression_type: A scalar containing either (i) the empty string (no
compression), (ii) "ZLIB", or (iii) "GZIP".
Returns:
* Output: A Tensor with the same shape as input bytes, uncompressed
from bytes.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.DecodeCompressed.Attrs
Optional attribute setters for DecodeCompressed
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
DecodeCompressed(Pointer p)
Pointer cast constructor.
|
DecodeCompressed(tensorflow.Scope scope,
tensorflow.Input bytes) |
DecodeCompressed(tensorflow.Scope scope,
tensorflow.Input bytes,
tensorflow.DecodeCompressed.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
static tensorflow.DecodeCompressed.Attrs |
CompressionType(BytePointer x) |
static tensorflow.DecodeCompressed.Attrs |
CompressionType(String x) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.DecodeCompressed |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.DecodeCompressed |
output(tensorflow.Output output) |
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 DecodeCompressed(Pointer p)
Pointer.Pointer(Pointer).public DecodeCompressed(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input bytes)
public DecodeCompressed(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input bytes, @Const @ByRef tensorflow.DecodeCompressed.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.DecodeCompressed.Attrs CompressionType(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.DecodeCompressed.Attrs CompressionType(@tensorflow.StringPiece String x)
@ByRef public tensorflow.Operation operation()
public tensorflow.DecodeCompressed operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.DecodeCompressed output(tensorflow.Output output)
Copyright © 2019. All rights reserved.