#include <nn_ops.h>
Computes the gradients of convolution with respect to the input.
Arguments:
input
, where input
is a 4-D [batch, height, width, channels]
tensor.[filter_height, filter_width, in_channels, out_channels]
.[batch, out_height, out_width, out_channels]
. Gradients w.r.t. the output of the convolution.Optional attributes (see Attrs
):
Returns:
Output
: 4-D with shape [batch, in_height, in_width, in_channels]
. Gradient w.r.t. the input of the convolution. Constructors and Destructors | |
---|---|
Conv2DBackpropInput(const ::tensorflow::Scope & scope, ::tensorflow::Input input_sizes, ::tensorflow::Input filter, ::tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, StringPiece padding) | |
Conv2DBackpropInput(const ::tensorflow::Scope & scope, ::tensorflow::Input input_sizes, ::tensorflow::Input filter, ::tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, StringPiece padding, const Conv2DBackpropInput::Attrs & attrs) |
Public attributes | |
---|---|
output |
Public functions | |
---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const |
Public static functions | |
---|---|
DataFormat(StringPiece x) | |
UseCudnnOnGpu(bool x) |
Structs | |
---|---|
tensorflow::ops::Conv2DBackpropInput::Attrs | Optional attribute setters for Conv2DBackpropInput. |
::tensorflow::Output output
Conv2DBackpropInput( const ::tensorflow::Scope & scope, ::tensorflow::Input input_sizes, ::tensorflow::Input filter, ::tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, StringPiece padding )
Conv2DBackpropInput( const ::tensorflow::Scope & scope, ::tensorflow::Input input_sizes, ::tensorflow::Input filter, ::tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, StringPiece padding, const Conv2DBackpropInput::Attrs & attrs )
::tensorflow::Node * node() const
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Attrs DataFormat( StringPiece x )
Attrs UseCudnnOnGpu( bool x )
© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/conv2-d-backprop-input.html