| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
Ops.conv2D(Operand<T> input,
Operand<T> filter,
List<Long> strides,
String padding,
Conv2D.Options... options)
Adds an
Conv2D operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static Conv2D.Options |
Conv2D.dataFormat(String dataFormat) |
Conv2D.Options |
Conv2D.Options.dataFormat(String dataFormat) |
static Conv2D.Options |
Conv2D.dilations(List<Long> dilations) |
Conv2D.Options |
Conv2D.Options.dilations(List<Long> dilations) |
static Conv2D.Options |
Conv2D.useCudnnOnGpu(Boolean useCudnnOnGpu) |
Conv2D.Options |
Conv2D.Options.useCudnnOnGpu(Boolean useCudnnOnGpu) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
Conv2D.create(Scope scope,
Operand<T> input,
Operand<T> filter,
List<Long> strides,
String padding,
Conv2D.Options... options)
Factory method to create a class to wrap a new Conv2D operation to the graph.
|
Copyright © 2015–2019. All rights reserved.