tensorflow::ops::Dilation2DBackpropFilter
#include <nn_ops.h>
Вычисляет градиент морфологической 2-мерной дилатации относительно фильтра.
Summary
Arguments:
- scope: An object Scope
- input: 4-мерный с формой
[batch, in_height, in_width, depth]. - filter: 3-мерный с формой
[filter_height, filter_width, depth]. - out_backprop: 4-мерный с формой
[batch, out_height, out_width, depth]. - strides: 1-мерный длиной 4. Шаг скользящего окна для каждого измерения входного тензора. Должно быть:
[1, stride_height, stride_width, 1]. - rates: 1-мерный длиной 4. Шаг входных данных для атропной морфологической дилатации. Должно быть:
[1, rate_height, rate_width, 1]. - padding: Тип алгоритма заполнения.
Returns:
-
Output: 3-мерный с формой[filter_height, filter_width, depth].
| Конструкторы и деструкторы | |
|---|---|
Dilation2DBackpropFilter(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) |
| Общедоступные атрибуты | |
|---|---|
filter_backprop | |
operation | |
| Общедоступные функции | |
|---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const | |
Общедоступные атрибуты
filter_backprop
::tensorflow::Output filter_backprop
operation
Operation operation
Общедоступные функции
Dilation2DBackpropFilter
Dilation2DBackpropFilter( 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 )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const
© 2020 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/versions/r1.15/api_docs/cc/class/tensorflow/ops/dilation2-d-backprop-filter