| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.BatchMatMul.Attrs |
tensorflow.BatchMatMul.Attrs.adj_x_(boolean adj_x_) |
tensorflow.BatchMatMul.Attrs |
tensorflow.BatchMatMul.Attrs.adj_y_(boolean adj_y_) |
static tensorflow.BatchMatMul.Attrs |
tensorflow.BatchMatMul.AdjX(boolean x) |
tensorflow.BatchMatMul.Attrs |
tensorflow.BatchMatMul.Attrs.AdjX(boolean x)
If
True, adjoint the slices of x. |
static tensorflow.BatchMatMul.Attrs |
tensorflow.BatchMatMul.AdjY(boolean x) |
tensorflow.BatchMatMul.Attrs |
tensorflow.BatchMatMul.Attrs.AdjY(boolean x)
If
True, adjoint the slices of y. |
tensorflow.BatchMatMul.Attrs |
tensorflow.BatchMatMul.Attrs.position(long position) |
| Constructor and Description |
|---|
BatchMatMul(tensorflow.Scope scope,
tensorflow.Input x,
tensorflow.Input y,
tensorflow.BatchMatMul.Attrs attrs) |
Copyright © 2019. All rights reserved.