@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.SparseSparseMinimum extends Pointer
N x R matrix with the indices of non-empty values in a
SparseTensor, in the canonical lexicographic ordering.
* a_values: 1-D. N non-empty values corresponding to a_indices.
* a_shape: 1-D. Shape of the input SparseTensor.
* b_indices: counterpart to a_indices for the other operand.
* b_values: counterpart to a_values for the other operand; must be of the same dtype.
* b_shape: counterpart to a_shape for the other operand; the two shapes must be equal.
Returns:
* Output output_indices: 2-D. The indices of the output SparseTensor.
* Output output_values: 1-D. The values of the output SparseTensor.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
SparseSparseMinimum(Pointer p)
Pointer cast constructor.
|
SparseSparseMinimum(tensorflow.Scope scope,
tensorflow.Input a_indices,
tensorflow.Input a_values,
tensorflow.Input a_shape,
tensorflow.Input b_indices,
tensorflow.Input b_values,
tensorflow.Input b_shape) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Operation |
operation() |
tensorflow.SparseSparseMinimum |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output_indices() |
tensorflow.SparseSparseMinimum |
output_indices(tensorflow.Output output_indices) |
tensorflow.Output |
output_values() |
tensorflow.SparseSparseMinimum |
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 SparseSparseMinimum(Pointer p)
Pointer.Pointer(Pointer).public SparseSparseMinimum(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input a_indices, @ByVal tensorflow.Input a_values, @ByVal tensorflow.Input a_shape, @ByVal tensorflow.Input b_indices, @ByVal tensorflow.Input b_values, @ByVal tensorflow.Input b_shape)
@ByRef public tensorflow.Operation operation()
public tensorflow.SparseSparseMinimum operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output_indices()
public tensorflow.SparseSparseMinimum output_indices(tensorflow.Output output_indices)
@ByRef public tensorflow.Output output_values()
public tensorflow.SparseSparseMinimum output_values(tensorflow.Output output_values)
Copyright © 2019. All rights reserved.