@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.DecodeRaw extends Pointer
Attrs):
* little_endian: Whether the input bytes are in little-endian order.
Ignored for out_type values that are stored in a single byte like
uint8.
Returns:
* Output: A Tensor with one more dimension than the input bytes. The
added dimension will have size equal to the length of the elements
of bytes divided by the number of bytes to represent out_type.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.DecodeRaw.Attrs
Optional attribute setters for DecodeRaw
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
DecodeRaw(Pointer p)
Pointer cast constructor.
|
DecodeRaw(tensorflow.Scope scope,
tensorflow.Input bytes,
int out_type) |
DecodeRaw(tensorflow.Scope scope,
tensorflow.Input bytes,
int out_type,
tensorflow.DecodeRaw.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
static tensorflow.DecodeRaw.Attrs |
LittleEndian(boolean x) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.DecodeRaw |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.DecodeRaw |
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 DecodeRaw(Pointer p)
Pointer.Pointer(Pointer).public DecodeRaw(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input bytes, @Cast(value="tensorflow::DataType") int out_type)
public DecodeRaw(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input bytes, @Cast(value="tensorflow::DataType") int out_type, @Const @ByRef tensorflow.DecodeRaw.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.DecodeRaw.Attrs LittleEndian(@Cast(value="bool") boolean x)
@ByRef public tensorflow.Operation operation()
public tensorflow.DecodeRaw operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.DecodeRaw output(tensorflow.Output output)
Copyright © 2019. All rights reserved.