@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.SparseTensorDenseMatMul extends Pointer
indices of the SparseTensor, size [nnz, 2] Matrix.
* a_values: 1-D. The values of the SparseTensor, size [nnz] Vector.
* a_shape: 1-D. The shape of the SparseTensor, size [2] Vector.
* b: 2-D. A dense Matrix.
Optional attributes (see Attrs):
* adjoint_a: Use the adjoint of A in the matrix multiply. If A is complex, this
is transpose(conj(A)). Otherwise it's transpose(A).
* adjoint_b: Use the adjoint of B in the matrix multiply. If B is complex, this
is transpose(conj(B)). Otherwise it's transpose(B).
Returns:
* Output: The product tensor.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.SparseTensorDenseMatMul.Attrs
Optional attribute setters for SparseTensorDenseMatMul
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
SparseTensorDenseMatMul(Pointer p)
Pointer cast constructor.
|
SparseTensorDenseMatMul(tensorflow.Scope scope,
tensorflow.Input a_indices,
tensorflow.Input a_values,
tensorflow.Input a_shape,
tensorflow.Input b) |
SparseTensorDenseMatMul(tensorflow.Scope scope,
tensorflow.Input a_indices,
tensorflow.Input a_values,
tensorflow.Input a_shape,
tensorflow.Input b,
tensorflow.SparseTensorDenseMatMul.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
static tensorflow.SparseTensorDenseMatMul.Attrs |
AdjointA(boolean x) |
static tensorflow.SparseTensorDenseMatMul.Attrs |
AdjointB(boolean x) |
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.SparseTensorDenseMatMul |
operation(tensorflow.Operation operation) |
tensorflow.Output |
product() |
tensorflow.SparseTensorDenseMatMul |
product(tensorflow.Output product) |
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 SparseTensorDenseMatMul(Pointer p)
Pointer.Pointer(Pointer).public SparseTensorDenseMatMul(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input a_indices, @ByVal tensorflow.Input a_values, @ByVal tensorflow.Input a_shape, @ByVal tensorflow.Input b)
public SparseTensorDenseMatMul(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input a_indices, @ByVal tensorflow.Input a_values, @ByVal tensorflow.Input a_shape, @ByVal tensorflow.Input b, @Const @ByRef tensorflow.SparseTensorDenseMatMul.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.SparseTensorDenseMatMul.Attrs AdjointA(@Cast(value="bool") boolean x)
@ByVal public static tensorflow.SparseTensorDenseMatMul.Attrs AdjointB(@Cast(value="bool") boolean x)
@ByRef public tensorflow.Operation operation()
public tensorflow.SparseTensorDenseMatMul operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output product()
public tensorflow.SparseTensorDenseMatMul product(tensorflow.Output product)
Copyright © 2019. All rights reserved.