@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.UnravelIndex extends Pointer
int Tensor whose elements are indices into the
flattened version of an array of dimensions dims.
* dims: An 1-D int Tensor. The shape of the array to use for unraveling
indices.
Returns:
* Output: An 2-D (or 1-D if indices is 0-D) tensor where each row has the
same shape as the indices array.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
UnravelIndex(Pointer p)
Pointer cast constructor.
|
UnravelIndex(tensorflow.Scope scope,
tensorflow.Input indices,
tensorflow.Input dims) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.UnravelIndex |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.UnravelIndex |
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 UnravelIndex(Pointer p)
Pointer.Pointer(Pointer).public UnravelIndex(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input indices, @ByVal tensorflow.Input dims)
@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.UnravelIndex operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.UnravelIndex output(tensorflow.Output output)
Copyright © 2019. All rights reserved.