#include <nn_ops.h>
Computes the gradient of morphological 2-D dilation with respect to the input.
Arguments:
[batch, in_height, in_width, depth]
.[filter_height, filter_width, depth]
.[batch, out_height, out_width, depth]
.[1, stride_height, stride_width, 1]
.[1, rate_height, rate_width, 1]
.Returns:
Output
: 4-D with shape [batch, in_height, in_width, depth]
. Constructors and Destructors | |
---|---|
Dilation2DBackpropInput(const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input filter, ::tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, const gtl::ArraySlice< int > & rates, StringPiece padding) |
Public attributes | |
---|---|
in_backprop |
Public functions | |
---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const |
::tensorflow::Output in_backprop
Dilation2DBackpropInput( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input filter, ::tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, const gtl::ArraySlice< int > & rates, StringPiece padding )
::tensorflow::Node * node() const
operator::tensorflow::Input() const
operator::tensorflow::Output() const
© 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/dilation2-d-backprop-input.html