| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.QuantizedMatMul.Attrs |
tensorflow.QuantizedMatMul.Attrs.position(long position) |
tensorflow.QuantizedMatMul.Attrs |
tensorflow.QuantizedMatMul.Attrs.Tactivation_(int Tactivation_) |
static tensorflow.QuantizedMatMul.Attrs |
tensorflow.QuantizedMatMul.Tactivation(int x) |
tensorflow.QuantizedMatMul.Attrs |
tensorflow.QuantizedMatMul.Attrs.Tactivation(int x)
The type of output produced by activation function
following this operation.
|
tensorflow.QuantizedMatMul.Attrs |
tensorflow.QuantizedMatMul.Attrs.Toutput_(int Toutput_) |
static tensorflow.QuantizedMatMul.Attrs |
tensorflow.QuantizedMatMul.Toutput(int x) |
tensorflow.QuantizedMatMul.Attrs |
tensorflow.QuantizedMatMul.Attrs.Toutput(int x)
Defaults to DT_QINT32
|
tensorflow.QuantizedMatMul.Attrs |
tensorflow.QuantizedMatMul.Attrs.transpose_a_(boolean transpose_a_) |
tensorflow.QuantizedMatMul.Attrs |
tensorflow.QuantizedMatMul.Attrs.transpose_b_(boolean transpose_b_) |
static tensorflow.QuantizedMatMul.Attrs |
tensorflow.QuantizedMatMul.TransposeA(boolean x) |
tensorflow.QuantizedMatMul.Attrs |
tensorflow.QuantizedMatMul.Attrs.TransposeA(boolean x)
If true,
a is transposed before multiplication. |
static tensorflow.QuantizedMatMul.Attrs |
tensorflow.QuantizedMatMul.TransposeB(boolean x) |
tensorflow.QuantizedMatMul.Attrs |
tensorflow.QuantizedMatMul.Attrs.TransposeB(boolean x)
If true,
b is transposed before multiplication. |
| Constructor and Description |
|---|
QuantizedMatMul(tensorflow.Scope scope,
tensorflow.Input a,
tensorflow.Input b,
tensorflow.Input min_a,
tensorflow.Input max_a,
tensorflow.Input min_b,
tensorflow.Input max_b,
tensorflow.QuantizedMatMul.Attrs attrs) |
Copyright © 2019. All rights reserved.