@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.SparseDenseCwiseAdd extends Pointer
N x R matrix with the indices of non-empty values in a
SparseTensor, possibly not in canonical ordering.
* sp_values: 1-D. N non-empty values corresponding to sp_indices.
* sp_shape: 1-D. Shape of the input SparseTensor.
* dense: R-D. The dense Tensor operand.
Returns:
* Output: 1-D. The N values that are operated on.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
SparseDenseCwiseAdd(Pointer p)
Pointer cast constructor.
|
SparseDenseCwiseAdd(tensorflow.Scope scope,
tensorflow.Input sp_indices,
tensorflow.Input sp_values,
tensorflow.Input sp_shape,
tensorflow.Input dense) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.SparseDenseCwiseAdd |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.SparseDenseCwiseAdd |
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 SparseDenseCwiseAdd(Pointer p)
Pointer.Pointer(Pointer).public SparseDenseCwiseAdd(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input sp_indices, @ByVal tensorflow.Input sp_values, @ByVal tensorflow.Input sp_shape, @ByVal tensorflow.Input dense)
@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.SparseDenseCwiseAdd operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.SparseDenseCwiseAdd output(tensorflow.Output output)
Copyright © 2019. All rights reserved.