@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.SparseReorder extends Pointer
R and N non-empty values, input_indices has
shape [N, R], input_values has length N, and input_shape has length R.
Arguments:
* scope: A Scope object
* input_indices: 2-D. N x R matrix with the indices of non-empty values in a
SparseTensor, possibly not in canonical ordering.
* input_values: 1-D. N non-empty values corresponding to input_indices.
* input_shape: 1-D. Shape of the input SparseTensor.
Returns:
* Output output_indices: 2-D. N x R matrix with the same indices as input_indices, but
in canonical row-major ordering.
* Output output_values: 1-D. N non-empty values corresponding to output_indices.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
SparseReorder(Pointer p)
Pointer cast constructor.
|
SparseReorder(tensorflow.Scope scope,
tensorflow.Input input_indices,
tensorflow.Input input_values,
tensorflow.Input input_shape) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Operation |
operation() |
tensorflow.SparseReorder |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output_indices() |
tensorflow.SparseReorder |
output_indices(tensorflow.Output output_indices) |
tensorflow.Output |
output_values() |
tensorflow.SparseReorder |
output_values(tensorflow.Output output_values) |
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 SparseReorder(Pointer p)
Pointer.Pointer(Pointer).public SparseReorder(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input_indices, @ByVal tensorflow.Input input_values, @ByVal tensorflow.Input input_shape)
@ByRef public tensorflow.Operation operation()
public tensorflow.SparseReorder operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output_indices()
public tensorflow.SparseReorder output_indices(tensorflow.Output output_indices)
@ByRef public tensorflow.Output output_values()
public tensorflow.SparseReorder output_values(tensorflow.Output output_values)
Copyright © 2019. All rights reserved.