| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<V,T,U> QuantizedConv2D<V> |
Ops.quantizedConv2D(Operand<T> input,
Operand<U> filter,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minFilter,
Operand<Float> maxFilter,
Class<V> outType,
List<Long> strides,
String padding,
QuantizedConv2D.Options... options)
Adds an
QuantizedConv2D operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static QuantizedConv2D.Options |
QuantizedConv2D.dilations(List<Long> dilations) |
QuantizedConv2D.Options |
QuantizedConv2D.Options.dilations(List<Long> dilations) |
| Modifier and Type | Method and Description |
|---|---|
static <V,T,U> QuantizedConv2D<V> |
QuantizedConv2D.create(Scope scope,
Operand<T> input,
Operand<U> filter,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minFilter,
Operand<Float> maxFilter,
Class<V> outType,
List<Long> strides,
String padding,
QuantizedConv2D.Options... options)
Factory method to create a class to wrap a new QuantizedConv2D operation to the graph.
|
Copyright © 2015–2019. All rights reserved.