Package | Description |
---|---|
org.tensorflow.op | |
org.tensorflow.op.nn |
Modifier and Type | Method and Description |
---|---|
<T extends TNumber> |
NnOps.conv2dBackpropFilter(Operand<T> input,
Operand<TInt32> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv2dBackpropFilter.Options... options)
Computes the gradients of convolution with respect to the filter.
|
Modifier and Type | Method and Description |
---|---|
static Conv2dBackpropFilter.Options |
Conv2dBackpropFilter.dataFormat(String dataFormat)
Sets the dataFormat option.
|
Conv2dBackpropFilter.Options |
Conv2dBackpropFilter.Options.dataFormat(String dataFormat)
Sets the dataFormat option.
|
static Conv2dBackpropFilter.Options |
Conv2dBackpropFilter.dilations(List<Long> dilations)
Sets the dilations option.
|
Conv2dBackpropFilter.Options |
Conv2dBackpropFilter.Options.dilations(List<Long> dilations)
Sets the dilations option.
|
static Conv2dBackpropFilter.Options |
Conv2dBackpropFilter.dilations(Long... dilations)
Sets the dilations option.
|
Conv2dBackpropFilter.Options |
Conv2dBackpropFilter.Options.dilations(Long... dilations)
Sets the dilations option.
|
static Conv2dBackpropFilter.Options |
Conv2dBackpropFilter.explicitPaddings(List<Long> explicitPaddings)
Sets the explicitPaddings option.
|
Conv2dBackpropFilter.Options |
Conv2dBackpropFilter.Options.explicitPaddings(List<Long> explicitPaddings)
Sets the explicitPaddings option.
|
static Conv2dBackpropFilter.Options |
Conv2dBackpropFilter.explicitPaddings(Long... explicitPaddings)
Sets the explicitPaddings option.
|
Conv2dBackpropFilter.Options |
Conv2dBackpropFilter.Options.explicitPaddings(Long... explicitPaddings)
Sets the explicitPaddings option.
|
static Conv2dBackpropFilter.Options |
Conv2dBackpropFilter.useCudnnOnGpu(Boolean useCudnnOnGpu)
Sets the useCudnnOnGpu option.
|
Conv2dBackpropFilter.Options |
Conv2dBackpropFilter.Options.useCudnnOnGpu(Boolean useCudnnOnGpu)
Sets the useCudnnOnGpu option.
|
Modifier and Type | Method and Description |
---|---|
static <T extends TNumber> |
Conv2dBackpropFilter.create(Scope scope,
Operand<T> input,
Operand<TInt32> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv2dBackpropFilter.Options... options)
Factory method to create a class wrapping a new Conv2DBackpropFilter operation.
|
Copyright © 2015–2022. All rights reserved.