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