| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.MatMul.Attrs |
tensorflow.MatMul.Attrs.position(long position) |
tensorflow.MatMul.Attrs |
tensorflow.MatMul.Attrs.transpose_a_(boolean transpose_a_) |
tensorflow.MatMul.Attrs |
tensorflow.MatMul.Attrs.transpose_b_(boolean transpose_b_) |
static tensorflow.MatMul.Attrs |
tensorflow.MatMul.TransposeA(boolean x) |
tensorflow.MatMul.Attrs |
tensorflow.MatMul.Attrs.TransposeA(boolean x)
If true, "a" is transposed before multiplication.
|
static tensorflow.MatMul.Attrs |
tensorflow.MatMul.TransposeB(boolean x) |
tensorflow.MatMul.Attrs |
tensorflow.MatMul.Attrs.TransposeB(boolean x)
If true, "b" is transposed before multiplication.
|
| Constructor and Description |
|---|
MatMul(tensorflow.Scope scope,
tensorflow.Input a,
tensorflow.Input b,
tensorflow.MatMul.Attrs attrs) |
Copyright © 2019. All rights reserved.