| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> MaxPoolV2<T> |
Ops.maxPoolV2(Operand<T> input,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolV2.Options... options)
Adds an
MaxPoolV2 operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static MaxPoolV2.Options |
MaxPoolV2.dataFormat(String dataFormat) |
MaxPoolV2.Options |
MaxPoolV2.Options.dataFormat(String dataFormat) |
| Modifier and Type | Method and Description |
|---|---|
static <T> MaxPoolV2<T> |
MaxPoolV2.create(Scope scope,
Operand<T> input,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolV2.Options... options)
Factory method to create a class to wrap a new MaxPoolV2 operation to the graph.
|
Copyright © 2015–2019. All rights reserved.