| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.QuantizeV2.Attrs |
tensorflow.QuantizeV2.Attrs.mode_(BytePointer mode_) |
static tensorflow.QuantizeV2.Attrs |
tensorflow.QuantizeV2.Mode(BytePointer x) |
tensorflow.QuantizeV2.Attrs |
tensorflow.QuantizeV2.Attrs.Mode(BytePointer x)
Defaults to "MIN_COMBINED"
|
static tensorflow.QuantizeV2.Attrs |
tensorflow.QuantizeV2.Mode(String x) |
tensorflow.QuantizeV2.Attrs |
tensorflow.QuantizeV2.Attrs.Mode(String x) |
tensorflow.QuantizeV2.Attrs |
tensorflow.QuantizeV2.Attrs.position(long position) |
tensorflow.QuantizeV2.Attrs |
tensorflow.QuantizeV2.Attrs.round_mode_(BytePointer round_mode_) |
static tensorflow.QuantizeV2.Attrs |
tensorflow.QuantizeV2.RoundMode(BytePointer x) |
tensorflow.QuantizeV2.Attrs |
tensorflow.QuantizeV2.Attrs.RoundMode(BytePointer x)
Defaults to "HALF_AWAY_FROM_ZERO"
|
static tensorflow.QuantizeV2.Attrs |
tensorflow.QuantizeV2.RoundMode(String x) |
tensorflow.QuantizeV2.Attrs |
tensorflow.QuantizeV2.Attrs.RoundMode(String x) |
| Constructor and Description |
|---|
QuantizeV2(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.Input min_range,
tensorflow.Input max_range,
int T,
tensorflow.QuantizeV2.Attrs attrs) |
Copyright © 2019. All rights reserved.