@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.MatMul extends Pointer
Attrs):
* transpose_a: If true, "a" is transposed before multiplication.
* transpose_b: If true, "b" is transposed before multiplication.
Returns:
* Output: The product tensor.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.MatMul.Attrs
Optional attribute setters for MatMul
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
MatMul(Pointer p)
Pointer cast constructor.
|
MatMul(tensorflow.Scope scope,
tensorflow.Input a,
tensorflow.Input b) |
MatMul(tensorflow.Scope scope,
tensorflow.Input a,
tensorflow.Input b,
tensorflow.MatMul.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.MatMul |
operation(tensorflow.Operation operation) |
tensorflow.Output |
product() |
tensorflow.MatMul |
product(tensorflow.Output product) |
static tensorflow.MatMul.Attrs |
TransposeA(boolean x) |
static tensorflow.MatMul.Attrs |
TransposeB(boolean x) |
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 MatMul(Pointer p)
Pointer.Pointer(Pointer).public MatMul(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input a, @ByVal tensorflow.Input b)
public MatMul(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input a, @ByVal tensorflow.Input b, @Const @ByRef tensorflow.MatMul.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.MatMul.Attrs TransposeA(@Cast(value="bool") boolean x)
@ByVal public static tensorflow.MatMul.Attrs TransposeB(@Cast(value="bool") boolean x)
@ByRef public tensorflow.Operation operation()
public tensorflow.MatMul operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output product()
public tensorflow.MatMul product(tensorflow.Output product)
Copyright © 2019. All rights reserved.